GHSA-rwfq-v4hq-h7fg

Suggest an improvement
Source
https://github.com/advisories/GHSA-rwfq-v4hq-h7fg
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/05/GHSA-rwfq-v4hq-h7fg/GHSA-rwfq-v4hq-h7fg.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-rwfq-v4hq-h7fg
Aliases
  • CVE-2024-32966
Published
2024-05-01T16:39:24Z
Modified
2024-05-01T16:58:38.728338Z
Severity
  • 5.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L CVSS Calculator
Summary
static-web-server vulnerable to stored Cross-site Scripting in directory listings via file names
Details

Summary

If directory listings are enabled for a directory that an untrusted user has upload privileges for, a malicious file name like <img src=x onerror=alert(1)>.txt will allow JavaScript code execution in the context of the web server’s domain.

Details

SWS generally does not perform escaping of HTML entities on any values inserted in the directory listing. At the very least file_name and current_path could contain malicious data however. file_uri could also be malicious but the relevant scenarios seem to be all caught by hyper.

Impact

For any web server that allow users to upload files or create directories under a name of their choosing this becomes a stored XSS vulnerability.

Database specific
{
    "nvd_published_at": "2024-05-01T06:15:21Z",
    "cwe_ids": [
        "CWE-79",
        "CWE-80"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2024-05-01T16:39:24Z"
}
References

Affected packages

crates.io / static-web-server

Package

Name
static-web-server
View open source insights on deps.dev
Purl
pkg:cargo/static-web-server

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.30.0