{ "schema_version": "1.4.0", "id": "GHSA-xq98-5rcf-5wqh", "modified": "2023-09-14T17:59:38Z", "published": "2018-07-24T15:43:02Z", "aliases": [ "CVE-2017-16036" ], "summary": "Directory Traversal in badjs-sourcemap-server", "details": "Affected versions of `badjs-sourcemap-server` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], "affected": [ { "package": { "ecosystem": "npm", "name": "badjs-sourcemap-server" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "last_affected": "0.1.11" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16036" }, { "type": "WEB", "url": "https://github.com/JacksonGL/NPM-Vuln-PoC/tree/master/directory-traversal/badjs-sourcemap-server" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-xq98-5rcf-5wqh" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/349" } ], "database_specific": { "cwe_ids": [ "CWE-22" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2020-06-16T22:04:03Z", "nvd_published_at": null } }