cve/2024/CVE-2024-43799.md
2025-09-29 21:09:30 +02:00

901 B

CVE-2024-43799

Description

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.

POC

Reference

No PoCs from references.

Github