Vulnerabilities

1 via 1 paths

Dependencies

2

Source

GitHub

Commit

855934f1

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: undici
  • Introduced through: undici@5.29.0

Detailed paths

  • Introduced through: pokedex-api@PokeDevs/node-pokedex-api#855934f170a215591914be394a36c40da7ecf096 undici@5.29.0
    Remediation: Upgrade to undici@6.23.0.

Overview

undici is an An HTTP/1.1 client, written from scratch for Node.js

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the decompression chain. An attacker can cause high CPU usage and excessive memory allocation by sending HTTP responses with a large number of chained compression steps in the Content-Encoding header.

Remediation

Upgrade undici to version 6.23.0, 7.18.2 or higher.

References