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.
{
"nvd_published_at": null,
"cwe_ids": [
"CWE-22"
],
"github_reviewed_at": "2023-01-31T23:33:47Z",
"severity": "HIGH",
"github_reviewed": true
}