CVE Catalog

CVE-2026-25639

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

High risk
2.79%

85th percentile - higher than 85% of all known CVEs

Summary

The mergeConfig function in Axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger a complete denial of service by providing a malicious configuration object created via JSON.parse().

Risk Assessment

The risk involves the possibility of remotely crashing an application using Axios, leading to service disruption and potential financial or operational losses.

Recommendation

Immediately update the Axios library to version 0.30.3 or 1.13.5, which contain the fix for this vulnerability.

Other vulnerabilities in Axios

See all
Original NVD description (English source)

Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS