Lucene search

K
AxiosAxios

7 matches found

CVE
CVE
added 2025/03/07 4:15 p.m.1984 views

CVE-2025-27152

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 impa...

8.7CVSS6.9AI score0.0003EPSS
CVE
CVE
added 2023/11/08 9:15 p.m.459 views

CVE-2023-45857

An issue discovered in Axios 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.

6.5CVSS6.1AI score0.00106EPSS
Web
CVE
CVE
added 2024/08/12 1:38 p.m.326 views

CVE-2024-39338

axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.

7.5CVSS7.2AI score0.00179EPSS
CVE
CVE
added 2021/08/31 11:15 a.m.308 views

CVE-2021-3749

axios is vulnerable to Inefficient Regular Expression Complexity

7.8CVSS7.4AI score0.0837EPSS
CVE
CVE
added 2020/11/06 8:15 p.m.162 views

CVE-2020-28168

Axios NPM package 0.21.0 contains a Server-Side Request Forgery (SSRF) vulnerability where an attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address.

5.9CVSS5.8AI score0.00265EPSS
CVE
CVE
added 2025/01/29 9:15 a.m.136 views

CVE-2024-57965

In axios before 1.7.8, lib/helpers/isURLSameOrigin.js does not use a URL object when determining an origin, and has a potentially unwanted setAttribute('href',href) call. NOTE: some parties feel that the code change only addresses a warning message from a SAST tool and does not fix a vulnerability.

7.2AI score0.0004EPSS
CVE
CVE
added 2019/05/07 7:29 p.m.94 views

CVE-2019-10742

Axios up to and including 0.18.0 allows attackers to cause a denial of service (application crash) by continuing to accepting content after maxContentLength is exceeded.

7.5CVSS7.2AI score0.12757EPSS
Web