Vulnerabilities

1 via 3 paths

Dependencies

119

Source

GitHub

Commit

246c9533

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: undici
  • Introduced through: discord.js@14.25.1

Detailed paths

  • Introduced through: mcp-discord-extended@Kogollones/mcp-discord#246c9533dd6e6b57af62b70b3f63e46bd8136a33 discord.js@14.25.1 undici@6.21.3
  • Introduced through: mcp-discord-extended@Kogollones/mcp-discord#246c9533dd6e6b57af62b70b3f63e46bd8136a33 discord.js@14.25.1 @discordjs/rest@2.6.0 undici@6.21.3
  • Introduced through: mcp-discord-extended@Kogollones/mcp-discord#246c9533dd6e6b57af62b70b3f63e46bd8136a33 discord.js@14.25.1 @discordjs/ws@1.2.3 @discordjs/rest@2.6.0 undici@6.21.3

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