org.webjars.npm:axios@1.6.0 vulnerabilities

  • latest version

    1.7.7

  • latest non vulnerable version

  • first published

    9 years ago

  • latest version published

    3 months ago

  • licenses detected

  • package manager

Direct Vulnerabilities

Known vulnerabilities in the org.webjars.npm: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
Server-side Request Forgery (SSRF)

org.webjars.npm: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) through unexpected behavior where requests for path-relative URLs get processed as protocol-relative URLs. An attacker can manipulate the server to make unauthorized requests by exploiting this behavior.

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

Upgrade org.webjars.npm:axios to version 1.7.4 or higher.

[,1.7.4)
  • H
Prototype Pollution

org.webjars.npm: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 org.webjars.npm:axios to version 1.6.5 or higher.

[,1.6.5)
  • M
Regular Expression Denial of Service (ReDoS)

org.webjars.npm: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 org.webjars.npm:axios to version 1.6.5 or higher.

[,1.6.5)