ghsa-69rr-wvh9-6c4q
Vulnerability from github
Published
2020-08-31 22:58
Modified
2021-09-23 21:00
Severity ?
Summary
Directory Traversal in st
Details
Versions of st
prior to 0.2.5 are affected by a directory traversal vulnerability. Vulnerable versions fail to properly handle URL encoded dots, which caused %2e
to be interpreted as .
by the filesystem, resulting the potential for an attacker to read sensitive files on the server.
Recommendation
Update to version 0.2.5 or later.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "st" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.2.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2014-3744" ], "database_specific": { "cwe_ids": [ "CWE-22" ], "github_reviewed": true, "github_reviewed_at": "2020-08-31T18:08:44Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "Versions of `st` prior to 0.2.5 are affected by a directory traversal vulnerability. Vulnerable versions fail to properly handle URL encoded dots, which caused `%2e` to be interpreted as `.` by the filesystem, resulting the potential for an attacker to read sensitive files on the server.\n\n\n## Recommendation\n\nUpdate to version 0.2.5 or later.", "id": "GHSA-69rr-wvh9-6c4q", "modified": "2021-09-23T21:00:00Z", "published": "2020-08-31T22:58:04Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-3744" }, { "type": "PACKAGE", "url": "https://github.com/isaacs/st" }, { "type": "WEB", "url": "https://github.com/isaacs/st#security-status" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/36" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2014/05/13/1" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2014/05/15/2" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/67389" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Directory Traversal in st" }
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.