CVE-2026-8450
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
27/05/2026
Última modificación:
27/05/2026
Descripción
*** Pendiente de traducción *** 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.



