CVE-2024-43800 – serve-static
Package
Manager: npm
Name: serve-static
Vulnerable Version: >=0 <1.16.0 || >=2.0.0 <2.1.0
Severity
Level: Low
CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:L
EPSS: 0.00056 pctl0.1752
Details
serve-static vulnerable to template injection that can lead to XSS ### Impact passing untrusted user input - even after sanitizing it - to `redirect()` may execute untrusted code ### Patches this issue is patched in serve-static 1.16.0 ### Workarounds users are encouraged to upgrade to the patched version of express, but otherwise can workaround this issue by making sure any untrusted inputs are safe, ideally by validating them against an explicit allowlist ### Details successful exploitation of this vector requires the following: 1. The attacker MUST control the input to response.redirect() 1. express MUST NOT redirect before the template appears 1. the browser MUST NOT complete redirection before: 1. the user MUST click on the link in the template
Metadata
Created: 2024-09-10T19:42:33Z
Modified: 2024-11-18T16:27:11Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/09/GHSA-cm22-4g7w-348p/GHSA-cm22-4g7w-348p.json
CWE IDs: ["CWE-79"]
Alternative ID: GHSA-cm22-4g7w-348p
Finding: F425
Auto approve: 1