GHSA-RWFQ-V4HQ-H7FG
Vulnerability from github – Published: 2024-05-01 16:39 – Updated: 2024-05-01 16:39
VLAI?
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.
Severity ?
5.8 (Medium)
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "static-web-server"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.30.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-32966"
],
"database_specific": {
"cwe_ids": [
"CWE-79",
"CWE-80"
],
"github_reviewed": true,
"github_reviewed_at": "2024-05-01T16:39:24Z",
"nvd_published_at": "2024-05-01T06:15:21Z",
"severity": "MODERATE"
},
"details": "### Summary\nIf directory listings are enabled for a directory that an untrusted user has upload privileges for, a malicious file name like `\u003cimg src=x onerror=alert(1)\u003e.txt` will allow JavaScript code execution in the context of the web server\u2019s domain.\n\n### Details\nSWS 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.\n\n### Impact\nFor any web server that allow users to upload files or create directories under a name of their choosing this becomes a stored XSS vulnerability.",
"id": "GHSA-rwfq-v4hq-h7fg",
"modified": "2024-05-01T16:39:24Z",
"published": "2024-05-01T16:39:24Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/static-web-server/static-web-server/security/advisories/GHSA-rwfq-v4hq-h7fg"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32966"
},
{
"type": "PACKAGE",
"url": "https://github.com/static-web-server/static-web-server"
},
{
"type": "WEB",
"url": "https://github.com/static-web-server/static-web-server/releases/tag/v2.30.0"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L",
"type": "CVSS_V3"
}
],
"summary": "static-web-server vulnerable to stored Cross-site Scripting in directory listings via file names"
}
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…