GHSA-2mjp-6q6p-2qxm · 深刻度: medium · エコシステム: npm — Undici has an HTTP Request/Response Smuggling issue
Undici allows duplicate HTTP Content-Length headers when they are provided in an array with case-variant names (e.g., Content-Length and content-length). This produces malformed HTTP/1.1 requests with multiple conflicting Content-Length values on the wire. Who is impacted: * Applications using undici.request(), undici.Client, or similar low-level APIs with headers passed as flat arrays * Applications that accept user-controlled header names without case-normalization Potential consequences: * Denial of Service: Strict HTTP parsers (proxies, servers) will reject requests with duplicate Content-Length headers (400 Bad Request) * HTTP Request Smuggling: In deployments where an intermediary and backend interpret duplicate headers inconsistently (e.g., one uses the first value, the other uses the last), this can enable request smuggling attacks leading to ACL bypass, cache poisoning, or credential hijacking
総合評価: CVE-2026-1525 は低リスク(39.9/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.49%、38 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.49% | +0.48% |
| 2 | 2026-03-21 | 0.05% | 0.02% | -0.03% |
| 3 | 2026-03-18 | — | 0.05% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
3.9 | 2.5 | ce714d77-add3-4f53-aff5-83d477b104bb |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-2mjp-6q6p-2qxm · 深刻度: medium · エコシステム: npm — Undici has an HTTP Request/Response Smuggling issue
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-1525: 1 source package rows (nodejs); 10 state rows across 5 repos (3.19-main, 3.20-main, 3.21-main, 3.22-main, edge-main); fixed 0, open 10. | https://security.alpinelinux.org/vuln/CVE-2026-1525 |
debian
|
unimportant | CVE-2026-1525 unimportant priority: Debian including 1 source packages (node-undici), 4 status rows across 4 suites (bookworm, forky, sid, trixie): resolved 3, open 1. | https://security-tracker.debian.org/tracker/CVE-2026-1525 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-1525 |
ubuntu
|
medium | CVE-2026-1525 medium priority: Ubuntu including 1 source packages (node-undici), 4 status rows across 4 suites (jammy, noble, questing, upstream): needs-triage 3, DNE 1. | https://ubuntu.com/security/CVE-2026-1525 |
| URL | タグ |
|---|---|
| https://cna.openjsf.org/security-advisories.html | Vendor Advisory |
| https://cwe.mitre.org/data/definitions/444.html | Technical Description |
| https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm | Mitigation Vendor Advisory |
| https://hackerone.com/reports/3556037 | Permissions Required |
| https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6 | Technical Description |