Vulnerabilities

1 via 1 paths

Dependencies

24

Source

GitHub

Commit

d5a1130b

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

medium severity
new

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: axios
  • Introduced through: axios@1.11.0

Detailed paths

  • Introduced through: iobroker.awattar@sirjojo69/ioBroker.awattar#d5a1130bcf416d78b804bf7d3d57a69b29bc79f6 axios@1.11.0

Overview

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

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the data: URL handler. An attacker can trigger a denial of service by crafting a data: URL with an excessive payload, causing allocation of memory for content decoding before verifying content size limits.

Remediation

A fix was pushed into the master branch but not yet published.

References