Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from GitHub Advisory.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
4Blast Radius
ecosystem impact- 25 npm packages depend on axios (15 direct, 10 indirect)
Ecosystem-wide dependent count for version 1.13.0.
DescriptionGitHub Advisory
Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.13.2, Axios HTTP/2 session cleanup logic contains a state corruption bug that allows a malicious server to crash the client process through concurrent session closures. The vulnerability exists in the Http2Sessions.getSession() method in lib/adapters/http.js. The session cleanup logic contains a control flow error when removing sessions from the sessions array. This vulnerability is fixed in 1.13.2.
AnalysisAI
Denial of service in Axios HTTP/2 client before version 1.13.2 allows unauthenticated remote attackers to crash Node.js applications through malicious HTTP/2 server responses that trigger state corruption during concurrent session closures. The vulnerability exploits a control flow error in session cleanup logic with high attack complexity, making real-world exploitation require specific server-side conditions but posing significant risk to applications relying on HTTP/2.
Technical ContextAI
Axios is a popular promise-based HTTP client library for Node.js and browsers. The vulnerability resides in the Http2Sessions.getSession() method within lib/adapters/http.js, where HTTP/2 session management logic improperly handles removal of sessions from an internal sessions array. The root cause is classified as CWE-400 (Uncontrolled Resource Consumption), indicating a resource management flaw where concurrent session closure operations corrupt internal state. When a malicious HTTP/2 server triggers multiple simultaneous session terminations, the cleanup logic fails to properly synchronize array mutations, leading to use-after-free or index out-of-bounds conditions that crash the Node.js process. This affects all Axios versions before 1.13.2 that support HTTP/2 protocol handling.
RemediationAI
Upgrade Axios to version 1.13.2 or later, which contains the fix for the HTTP/2 session cleanup control flow error. For applications unable to immediately upgrade, disable HTTP/2 protocol support in HTTP client configuration or implement network-level filtering to restrict HTTP/2 connections from untrusted servers. Consult the official GitHub Security Advisory (https://github.com/axios/axios/security/advisories/GHSA-qj83-cq47-w5f8) for additional context and verification of patch deployment. Monitor Node.js process stability and implement crash recovery mechanisms as temporary mitigations.
FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote
Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc
An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner
Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin
The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic
Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read
Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio
Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rat
The HTTP server in Node.js 0.10.x before 0.10.21 and 0.8.x before 0.8.26 allows remote attackers to cause a denial of se
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20501
GHSA-qj83-cq47-w5f8