Vulnerabilities

1 via 1 paths

Dependencies

6

Source

GitHub

Commit

c80f9d15

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: @actions/core@1.9.1

Detailed paths

  • Introduced through: twilio-fax-action@fabasoad/twilio-fax-action#c80f9d152a2457ef268a7d4d0f649253d443d2f8 @actions/core@1.9.1 @actions/http-client@2.2.3 undici@5.29.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