CVE-2026-8450
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
27/05/2026
Description
HTTP::Daemon versions before 6.17 for Perl allow OS command injection via send_file().<br />
<br />
send_file() opens its string argument with Perl&#39;s 2-arg open(). The 2-arg form interprets magic prefixes: &#39;| cmd&#39; and &#39;cmd |&#39; open a pipe to a subprocess, &#39;> path&#39; and &#39;>> path&#39; open the path for write or append.<br />
<br />
Untrusted input passed to send_file() can run OS commands at the daemon process UID. The read-pipe form (&#39;cmd |&#39;) also leaks subprocess stdout into the HTTP response body. The write-mode forms can create or truncate files at attacker chosen paths.



