CVE-2025-58754
- EPSS 0.03%
- Veröffentlicht 12.09.2025 01:16:40
- Zuletzt bearbeitet 29.09.2025 15:16:08
Axios is a promise based HTTP client for the browser and Node.js. When Axios 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 p...
CVE-2025-27152
- EPSS 0.04%
- Veröffentlicht 07.03.2025 16:15:38
- Zuletzt bearbeitet 22.09.2025 18:52:22
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 cau...
CVE-2024-57965
- EPSS 0.07%
- Veröffentlicht 29.01.2025 09:15:08
- Zuletzt bearbeitet 19.09.2025 19:38:55
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 f...
CVE-2024-39338
- EPSS 1.59%
- Veröffentlicht 12.08.2024 13:38:24
- Zuletzt bearbeitet 23.08.2024 18:35:36
axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.
CVE-2023-45857
- EPSS 0.11%
- Veröffentlicht 08.11.2023 21:15:08
- Zuletzt bearbeitet 21.11.2024 08:27:30
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.
CVE-2021-3749
- EPSS 8.92%
- Veröffentlicht 31.08.2021 11:15:07
- Zuletzt bearbeitet 21.11.2024 06:22:19
axios is vulnerable to Inefficient Regular Expression Complexity
CVE-2020-28168
- EPSS 0.21%
- Veröffentlicht 06.11.2020 20:15:13
- Zuletzt bearbeitet 21.11.2024 05:22:25
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.
CVE-2019-10742
- EPSS 13.74%
- Veröffentlicht 07.05.2019 19:29:00
- Zuletzt bearbeitet 21.11.2024 04:19:49
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.