Send Project Send vulnerabilities
3 known vulnerabilities affecting send_project/send.
Total CVEs
3
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
MEDIUM2LOW1
Vulnerabilities
Page 1 of 1
CVE-2024-43799MEDIUMCVSS 4.7fixed in 0.19.02024-09-10
CVE-2024-43799 [MEDIUM] CWE-79 CVE-2024-43799: Send is a library for streaming files from the file system as a http response. Send passes untrusted
Send is a library for streaming files from the file system as a http response. Send passes untrusted user input to SendStream.redirect() which executes untrusted code. This issue is patched in send 0.19.0.
ghsanvdosv
CVE-2014-6394LOW≥ 0, < 0.8.42017-10-24
CVE-2014-6394 [LOW] CWE-22 Directory Traversal in send
Directory Traversal in send
Versions 0.8.3 and earlier of `send` are affected by a directory traversal vulnerability. When relying on the root option to restrict file access it may be possible for an application consumer to escape out of the restricted directory and access files in a similarly named directory.
For example, `static(_dirname + '/public')` would allow access to `_dirname + '/public-restricted'`.
## Recommendation
Update to
ghsaosv
CVE-2015-8859MEDIUMCVSS 5.3fixed in 0.11.12017-01-23
CVE-2015-8859 [MEDIUM] CVE-2015-8859: The send package before 0.11.1 for Node.js allows attackers to obtain the root path via unspecified
The send package before 0.11.1 for Node.js allows attackers to obtain the root path via unspecified vectors.
ghsanvdosv