Serve-Static Project Serve-Static vulnerabilities
2 known vulnerabilities affecting serve-static_project/serve-static.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
MEDIUM1LOW1
Vulnerabilities
Page 1 of 1
CVE-2024-43800LOW≥ 0, < 1.16.0≥ 2.0.0, < 2.1.02024-09-10
CVE-2024-43800 [LOW] CWE-79 serve-static vulnerable to template injection that can lead to XSS
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
ghsaosv
CVE-2015-1164MEDIUMCVSS 4.3≤ 1.7.12015-01-21
CVE-2015-1164 [MEDIUM] CVE-2015-1164: Open redirect vulnerability in the serve-static plugin before 1.7.2 for Node.js, when mounted at the
Open redirect vulnerability in the serve-static plugin before 1.7.2 for Node.js, when mounted at the root, allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a // (slash slash) followed by a domain in the PATH_INFO to the default URI.
ghsanvdosv