SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-44974

HIGH · CVSS 7.7 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects the @hapi/content library, specifically in its handling of HTTP Content-* headers prior to version 6.0.2, where it improperly retains duplicate parameters. This flaw can lead to parameter-smuggling attacks, allowing an attacker to bypass upload filename allowlists, potentially enabling malicious file uploads. Organizations using affected versions of this library should prioritize updating to version 6.0.2 to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-44974
Severity
HIGH
CVSS
7.7
EPSS
0.34%

Original NVD Description

@hapi/content provided HTTP Content-* headers parsing. Prior to 6.0.2, Content.disposition() retained the last occurrence of each duplicate parameter while Content.type() retained the first occurrence of duplicate charset and boundary parameters, creating a parameter-smuggling primitive when another component in the request-processing chain resolves duplicates the opposite way. This can allow an upload filename allowlist bypass in headers such as Content-Disposition: form-data; name="file"; filename="safe.txt"; filename="shell.php". This issue is fixed in version 6.0.2.