ghsa-q2qh-cgc2-qhr3
Vulnerability from github
Published
2018-07-27 17:07
Modified
2023-04-21 19:00
Severity ?
VLAI Severity ?
Summary
Directory Traversal in serve
Details
Affected versions of serve
do not properly handle %2e
(.) and %2f
(/) characters, and allow the, characters to be used in paths. This can be used to traverse the directory tree and list content of any directory the user running the process has access to.
Mitigating factors: This vulnerability only allows listing of directory contents and does not allow reading of arbitrary files.
Recommendation
Update to version 6.4.9 later.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 6.4.8" }, "package": { "ecosystem": "npm", "name": "serve" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.4.9" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-3712" ], "database_specific": { "cwe_ids": [ "CWE-22" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:50:26Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "Affected versions of `serve` do not properly handle `%2e` (.) and `%2f` (/) characters, and allow the, characters to be used in paths. This can be used to traverse the directory tree and list content of any directory the user running the process has access to.\n\nMitigating factors:\nThis vulnerability only allows listing of directory contents and does not allow reading of arbitrary files.\n\n\n## Recommendation\n\nUpdate to version 6.4.9 later.", "id": "GHSA-q2qh-cgc2-qhr3", "modified": "2023-04-21T19:00:42Z", "published": "2018-07-27T17:07:50Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-3712" }, { "type": "WEB", "url": "https://github.com/zeit/serve/pull/316" }, { "type": "WEB", "url": "https://github.com/vercel/serve/commit/6adad6881c61991da61ebc857857c53409544575" }, { "type": "WEB", "url": "https://hackerone.com/reports/307666" }, { "type": "PACKAGE", "url": "https://github.com/vercel/serve" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Directory Traversal in serve" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…