-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Situation
npm audit and Dependabot report CVE-2026-22036 (Low severity) in the transient dependency undici (GHSA-g9mf-h72j-4rw9)
This affects @actions/[email protected] (current latest).
Steps to reproduce
cd $(mktemp -d)
npm install @actions/cache
npm auditLogs
$ npm audit
# npm audit report
undici <6.23.0
Undici has an unbounded decompression chain in HTTP responses on Node.js Fetch API via Content-Encoding leads to resource exhaustion - https://github.com/advisories/GHSA-g9mf-h72j-4rw9
fix available via `npm audit fix --force`
Will install @actions/[email protected], which is a breaking change
node_modules/undici
@actions/http-client >=2.2.0
Depends on vulnerable versions of undici
node_modules/@actions/glob/node_modules/@actions/http-client
node_modules/@actions/http-client
@actions/cache >=5.0.0
Depends on vulnerable versions of @actions/core
Depends on vulnerable versions of @actions/http-client
node_modules/@actions/cache
@actions/core >=2.0.0
Depends on vulnerable versions of @actions/http-client
node_modules/@actions/core
4 low severity vulnerabilities
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
$ npm ls undici
tmp.DnFp4ZKpWi@ /tmp/tmp.DnFp4ZKpWi
└─┬ @actions/[email protected]
├─┬ @actions/[email protected]
│ └─┬ @actions/[email protected]
│ └─┬ @actions/[email protected]
│ └── [email protected] deduped
└─┬ @actions/[email protected]
└── [email protected]
Related
Metadata
Metadata
Assignees
Labels
No labels