NONE · 0

CVE-2026-44974

@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...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-44974?

CVE-2026-44974 is a documented vulnerability. @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...

How severe is CVE-2026-44974?

CVSS scoring is not yet available for CVE-2026-44974. Check NVD for updates.

Is there a patch for CVE-2026-44974?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.