Axios

Axios

8 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.03%
  • Published 12.09.2025 01:16:40
  • Last modified 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...

Media report Exploit
  • EPSS 0.04%
  • Published 07.03.2025 16:15:38
  • Last modified 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...

Media report
  • EPSS 0.07%
  • Published 29.01.2025 09:15:08
  • Last modified 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...

Media report Exploit
  • EPSS 1.59%
  • Published 12.08.2024 13:38:24
  • Last modified 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.

Exploit
  • EPSS 0.11%
  • Published 08.11.2023 21:15:08
  • Last modified 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.

Exploit
  • EPSS 8.92%
  • Published 31.08.2021 11:15:07
  • Last modified 21.11.2024 06:22:19

axios is vulnerable to Inefficient Regular Expression Complexity

Exploit
  • EPSS 0.21%
  • Published 06.11.2020 20:15:13
  • Last modified 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.

Exploit
  • EPSS 13.74%
  • Published 07.05.2019 19:29:00
  • Last modified 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.