axios@0.15.3 vulnerabilities

Promise based HTTP client for the browser and node.js

Direct Vulnerabilities

Known vulnerabilities in the axios package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Prototype Pollution

axios is a promise-based HTTP client for the browser and Node.js.

Affected versions of this package are vulnerable to Prototype Pollution via the formDataToJSON function.

How to fix Prototype Pollution?

Upgrade axios to version 1.6.4 or higher.

<1.6.4
  • M
Regular Expression Denial of Service (ReDoS)

axios is a promise-based HTTP client for the browser and Node.js.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). An attacker can deplete system resources by providing a manipulated string as input to the format method, causing the regular expression to exhibit a time complexity of O(n^2). This makes the server to become unable to provide normal service due to the excessive cost and time wasted in processing vulnerable regular expressions.

How to fix Regular Expression Denial of Service (ReDoS)?

Upgrade axios to version 1.6.3 or higher.

<1.6.3
  • H
Cross-site Request Forgery (CSRF)

axios is a promise-based HTTP client for the browser and Node.js.

Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF) due to inserting the X-XSRF-TOKEN header using the secret XSRF-TOKEN cookie value in all requests to any server when the XSRF-TOKEN0 cookie is available, and the withCredentials setting is turned on. If a malicious user manages to obtain this value, it can potentially lead to the XSRF defence mechanism bypass.

How to fix Cross-site Request Forgery (CSRF)?

Upgrade axios to version 0.28.0, 1.6.0 or higher.

>=0.8.1 <0.28.0 >=1.0.0 <1.6.0
  • H
Regular Expression Denial of Service (ReDoS)

axios is a promise-based HTTP client for the browser and Node.js.

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim function.

How to fix Regular Expression Denial of Service (ReDoS)?

Upgrade axios to version 0.21.3 or higher.

<0.21.3
  • M
Server-Side Request Forgery (SSRF)

axios is a promise-based HTTP client for the browser and Node.js.

Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF). An attacker is able to bypass a proxy by providing a URL that responds with a redirect to a restricted host or IP address.

How to fix Server-Side Request Forgery (SSRF)?

Upgrade axios to version 0.21.1 or higher.

<0.21.1
  • M
Denial of Service (DoS)

axios is a promise-based HTTP client for the browser and Node.js.

Affected versions of this package are vulnerable to Denial of Service (DoS) due to content continuing to be accepted from requests after maxContentLength is exceeded.

How to fix Denial of Service (DoS)?

Upgrade axios to version 0.18.1 or higher.

<0.18.1