Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-8450 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-73External Control of File Name or PathCPANSec
CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')redhat-SADP
CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')CPANSec

Affected Products

ProductVersions
HTTP::Daemon
< 6.17

CPE

  • cpe:2.3:a:http::daemon_project:http::daemon:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 6.17moderate effort

Change History

10 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-8450
NVD Published Date:
May 27, 2026
NVD Last Modified:
Jul 23, 2026
Source:
CPANSec