7.7
HIGH CVSS 4.0
CVE-2025-27152
Possible SSRF and Credential Leakage via Absolute URL in axios Requests
Description

axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios. This issue is fixed in 1.8.2.

INFO

Published Date :

March 7, 2025, 4:15 p.m.

Last Modified :

Sept. 22, 2025, 6:52 p.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2025-27152 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Axios axios
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH [email protected]
CVSS 4.0 HIGH [email protected]
Solution
Update axios to version 1.8.2 to prevent SSRF and credential leakage.
  • Update axios to version 1.8.2.
  • Avoid passing absolute URLs to axios.
Public PoC/Exploit Available at Github

CVE-2025-27152 has a 6 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2025-27152.

URL Resource
https://github.com/axios/axios/issues/6463 Broken Link
https://github.com/axios/axios/security/advisories/GHSA-jr5f-v2jv-69x6 Exploit Vendor Advisory
https://github.com/axios/axios/security/advisories/GHSA-jr5f-v2jv-69x6 Exploit Vendor Advisory
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2025-27152 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2025-27152 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

None

JavaScript HTML CSS

Updated: 1 month ago
0 stars 0 fork 0 watcher
Born at : Aug. 25, 2025, 11:48 a.m. This repo has been linked 5 different CVEs too.

Axios CVE-2025-27152 PoC

HTML

Updated: 3 months, 2 weeks ago
0 stars 0 fork 0 watcher
Born at : June 6, 2025, 9:21 p.m. This repo has been linked 1 different CVEs too.

Demonstration of CVE-2025-27152

TypeScript JavaScript HTML SCSS

Updated: 1 month, 1 week ago
1 stars 1 fork 1 watcher
Born at : March 30, 2025, 8:36 a.m. This repo has been linked 1 different CVEs too.

Exploit proofs of concept

Dockerfile Shell TypeScript

Updated: 3 months, 3 weeks ago
1 stars 0 fork 0 watcher
Born at : March 11, 2025, 10:33 p.m. This repo has been linked 1 different CVEs too.

None

HTML Python Shell

Updated: 2 months, 3 weeks ago
0 stars 0 fork 0 watcher
Born at : Feb. 13, 2025, 8:50 a.m. This repo has been linked 891 different CVEs too.

📡 PoC auto collect from GitHub. ⚠️ Be careful Malware.

security cve exploit poc vulnerability

Updated: 3 days, 8 hours ago
7289 stars 1207 fork 1207 watcher
Born at : Dec. 8, 2019, 1:03 p.m. This repo has been linked 821 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2025-27152 vulnerability anywhere in the article.

  • Daily CyberSecurity
CVE-2025-58754: Axios Vulnerability Puts Node.js Processes at Risk of DoS Attacks

The Axios project has released a security advisory for a newly discovered vulnerability affecting its popular promise-based HTTP client for Node.js and browsers. Tracked as CVE-2025-58754 with a CVSS ... Read more

Published Date: Sep 12, 2025 (2 weeks, 1 day ago)
  • Daily CyberSecurity
Critical Axios Flaw (CVE-2025-54371) in Form-Data Dependency Exposes Millions to HTTP Manipulation

Axios, the popular promise-based HTTP client for Node.js and browsers, has been found vulnerable through a critical flaw in a transitive dependency, putting millions of applications at risk of multipa ... Read more

Published Date: Jul 25, 2025 (2 months ago)

The following table lists the changes that have been made to the CVE-2025-27152 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Sep. 22, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    Added CPE Configuration OR *cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:* versions up to (excluding) 0.30.0 *cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:* versions from (including) 1.0.0 up to (including) 1.7.9
    Added Reference Type GitHub, Inc.: https://github.com/axios/axios/issues/6463 Types: Broken Link
    Added Reference Type CISA-ADP: https://github.com/axios/axios/security/advisories/GHSA-jr5f-v2jv-69x6 Types: Exploit, Vendor Advisory
    Added Reference Type GitHub, Inc.: https://github.com/axios/axios/security/advisories/GHSA-jr5f-v2jv-69x6 Types: Exploit, Vendor Advisory
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Mar. 07, 2025

    Action Type Old Value New Value
    Added Reference https://github.com/axios/axios/security/advisories/GHSA-jr5f-v2jv-69x6
  • New CVE Received by [email protected]

    Mar. 07, 2025

    Action Type Old Value New Value
    Added Description axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios. This issue is fixed in 1.8.2.
    Added CVSS V4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
    Added CWE CWE-918
    Added Reference https://github.com/axios/axios/issues/6463
    Added Reference https://github.com/axios/axios/security/advisories/GHSA-jr5f-v2jv-69x6
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
Base CVSS Score: 7.7
Attack Vector
Attack Complexity
Attack Requirements
Privileges Required
User Interaction
VS Confidentiality
VS Integrity
VS Availability
SS Confidentiality
SS Integrity
SS Availability
Base CVSS Score: 7.5
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality Impact
Integrity Impact
Availability Impact