ALAS2023-2026-1794


Amazon Linux 2023 Security Advisory: ALAS2023-2026-1794
Advisory Released Date: 2026-06-08
Advisory Updated Date: 2026-06-08
Severity: Important

Issue Overview:

HTTP::Daemon versions before 6.17 for Perl allow OS command injection via send_file().

send_file() opens its string argument with Perl's 2-arg open(). The 2-arg form interprets magic prefixes: '| cmd' and 'cmd |' open a pipe to a subprocess, '> path' and '>> path' open the path for write or append.

Untrusted input passed to send_file() can run OS commands at the daemon process UID. The read-pipe form ('cmd |') also leaks subprocess stdout into the HTTP response body. The write-mode forms can create or truncate files at attacker chosen paths. (CVE-2026-8450)


Affected Packages:

perl-HTTP-Daemon


Issue Correction:
Run dnf update perl-HTTP-Daemon --releasever 2023.12.20260608 or dnf update --advisory ALAS2023-2026-1794 --releasever 2023.12.20260608 to update your system.
More information on how to update your system can be found on this page: Amazon Linux 2023 documentation

New Packages:
noarch:
    perl-HTTP-Daemon-6.16-1.amzn2023.0.1.noarch
    perl-HTTP-Daemon-tests-6.16-1.amzn2023.0.1.noarch

src:
    perl-HTTP-Daemon-6.16-1.amzn2023.0.1.src