SCA: security update for axios (GHSA-4hjh-wcwx-xvwj)

high Tenable Self-Hosted Container Security Plugin ID 435278

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. When Axios starting in version 0.28.0
and prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it
does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory
(`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` /
`maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI
and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested
`responseType: 'stream'`. Versions 0.30.2 and 1.12.0 contain a patch for the issue. (CVE-2025-58754)

See Also

https://github.com/advisories/GHSA-4hjh-wcwx-xvwj

Plugin Details

Severity: High

ID: 435278

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 9/12/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.74

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2025-58754

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 9/11/2025

Vulnerability Publication Date: 9/11/2025

Reference Information

CVE: CVE-2025-58754

cwe: CWE-770