CVE-2026-19481

Source
https://cve.org/CVERecord?id=CVE-2026-19481
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-19481.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-19481
Aliases
  • GHSA-x8mw-p69m-v3mx
Published
2026-08-13T08:31:25.413Z
Modified
2026-08-15T11:45:43.141751905Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
@fastify/busboy vulnerable to Denial of Service via prototype-named multipart part header
Details

@fastify/busboy is a multipart form-data parser. In versions 1.0.0 through 3.2.0, an attacker who can submit multipart form-data can crash the parser by sending a part header whose name is a prototype-inherited property such as proto or constructor. The internal header parser stores headers in a plain JavaScript object and assumes each value is an array, so an inherited property name resolves to a truthy non-array value and triggers a TypeError. In the common pipe integration the failure surfaces as an error event, but in direct write or end usage the exception is thrown synchronously and can terminate the Node.js process, causing an unauthenticated denial of service. The issue is fixed in @fastify/busboy 3.2.1, which creates the header object with a null prototype. Users should upgrade to 3.2.1.

Database specific
{
    "cwe_ids": [
        "CWE-754"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/19xxx/CVE-2026-19481.json",
    "cna_assigner": "openjs"
}
References

Affected packages

Git / github.com/fastify/busboy

Affected ranges

Type
GIT
Repo
https://github.com/fastify/busboy
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "1.0.0"
        },
        {
            "fixed": "3.2.1"
        },
        {
            "fixed": "3.2.0"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "DESCRIPTION"
    ]
}

Affected versions

1.*
1.0.0
1.1.0
2.*
2.0.0
v1.*
v1.2.0
v1.2.1
v2.*
v2.0.0
v2.1.0
v2.1.1
v3.*
v3.0.0
v3.1.0
v3.1.1
v3.2.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-19481.json"