Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

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&amp;#39;s 2-arg open(). The 2-arg form interprets magic prefixes: &amp;#39;| cmd&amp;#39; and &amp;#39;cmd |&amp;#39; open a pipe to a subprocess, &amp;#39;&gt; path&amp;#39; and &amp;#39;&gt;&gt; path&amp;#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 (&amp;#39;cmd |&amp;#39;) also leaks subprocess stdout into the HTTP response body. The write-mode forms can create or truncate files at attacker chosen paths.

Impacto