U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-32966

Change History

New CVE Received from GitHub, Inc. 5/01/2024 2:15:21 AM

Action Type Old Value New Value
Added Description

								
							
							
						
Static Web Server (SWS) is a tiny and fast production-ready web server suitable to serve static web files or assets. In affected versions 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. 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. For any web server that allow users to upload files or create directories under a name of their choosing this becomes a stored Cross-site Scripting vulnerability. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Added CVSS V3.1

								
							
							
						
GitHub, Inc. AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L
Added CWE

								
							
							
						
GitHub, Inc. CWE-79
Added CWE

								
							
							
						
GitHub, Inc. CWE-80
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/static-web-server/static-web-server/security/advisories/GHSA-rwfq-v4hq-h7fg [No types assigned]