{ "schema_version": "1.4.0", "id": "GHSA-9h6h-9g78-86f7", "modified": "2022-12-29T01:50:20Z", "published": "2022-12-29T01:50:20Z", "aliases": [], "summary": "Yapscan's report receiver server vulnerable to path traversal and log injection", "details": "### Impact\n\nIf you make use of the **report receiver server** (experimental), a client may be able to forge requests such that arbitrary files on the host can be overwritten (subject to permissions of the yapscan server), leading to loss of data. This is particularly problematic if you do not authenticate clients and/or run the server with elevated permissions.\n\n### Patches\n\nVulnerable versions:\n\n- v0.18.0\n- v0.19.0 (unreleased)\n\nThis problem is patched in version v0.19.1\n\n### Workarounds\n\nUpdate to the newer version is highly encouraged!\n\nMeasures to reduce the risk of this include authenticating clients (see `--client-ca` flag) and containerization of the yapscan server.\n\n### References\n\nThe tracking issue is #35. There you can find the commits, fixing the issue.\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/fkie-cad/yapscan" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0.18.0" }, { "fixed": "0.19.1" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/fkie-cad/yapscan/security/advisories/GHSA-9h6h-9g78-86f7" }, { "type": "WEB", "url": "https://github.com/fkie-cad/yapscan/issues/35" }, { "type": "WEB", "url": "https://github.com/fkie-cad/yapscan/commit/a75a20b50be673b96b1d42187b97f8cfe60728df" }, { "type": "WEB", "url": "https://github.com/fkie-cad/yapscan/commit/fef9a33ceb66f6b929839f7eaf393b629681bc5d" }, { "type": "PACKAGE", "url": "https://github.com/fkie-cad/yapscan" }, { "type": "WEB", "url": "https://github.com/fkie-cad/yapscan/releases/tag/v0.19.1" } ], "database_specific": { "cwe_ids": [ "CWE-117", "CWE-22", "CWE-73" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-12-29T01:50:20Z", "nvd_published_at": null } }