SCA: security update for axios (GHSA-445q-vr5w-6q77)

medium Tenable Cloud Security Plugin ID 441066

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.15.1, the
FormDataPart constructor in lib/helpers/formDataToStream.js interpolates value.type directly into the
Content-Type header of each multipart part without sanitizing CRLF (\r\n) sequences. An attacker who
controls the .type property of a Blob/File-like object (e.g., via a user-uploaded file in a Node.js proxy
service) can inject arbitrary MIME part headers into the multipart form-data body. This bypasses Node.js
v18+ built-in header protections because the injection targets the multipart body structure, not HTTP
request headers. This vulnerability is fixed in 1.15.1. (CVE-2026-42037)

Solution

Update the axios library and its related packages to version 1.15.1 or later.

See Also

https://github.com/advisories/GHSA-445q-vr5w-6q77

Plugin Details

Severity: Medium

ID: 441066

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 5/5/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.9

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2026-42037

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/5/2026

Vulnerability Publication Date: 4/24/2026

Reference Information

CVE: CVE-2026-42037

cwe: CWE-93