GHSA-8V4J-7JGF-5RG9
Vulnerability from github – Published: 2023-01-31 23:33 – Updated: 2023-03-31 00:06
VLAI?
Summary
Warp vulnerable to Path Traversal via Improper validation of Windows paths
Details
Path resolution in warp::filters::fs::dir didn't correctly validate Windows paths meaning paths like /foo/bar/c:/windows/web/screen/img101.png would be allowed and respond with the contents of c:/windows/web/screen/img101.png. Thus users could potentially read files anywhere on the filesystem.
This only impacts Windows. Linux and other unix likes are not impacted by this.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "warp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.3.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [
"CWE-22"
],
"github_reviewed": true,
"github_reviewed_at": "2023-01-31T23:33:47Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "Path resolution in `warp::filters::fs::dir` didn\u0027t correctly validate Windows paths meaning paths like `/foo/bar/c:/windows/web/screen/img101.png` would be allowed and respond with the contents of `c:/windows/web/screen/img101.png`. Thus users could potentially read files anywhere on the filesystem.\n\nThis only impacts Windows. Linux and other unix likes are not impacted by this.\n",
"id": "GHSA-8v4j-7jgf-5rg9",
"modified": "2023-03-31T00:06:08Z",
"published": "2023-01-31T23:33:47Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/seanmonstar/warp/issues/937"
},
{
"type": "WEB",
"url": "https://github.com/seanmonstar/warp/pull/997"
},
{
"type": "WEB",
"url": "https://github.com/seanmonstar/warp/commit/0074a0a3e98786509259bfe3821d3b3f094257aa"
},
{
"type": "PACKAGE",
"url": "https://github.com/seanmonstar/warp"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2022-0082.html"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "Warp vulnerable to Path Traversal via Improper validation of Windows paths"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…