GHSA-f772-66g8-q5h3 · 深刻度: medium · エコシステム: npm — Nodejs ‘undici’ vulnerable to CRLF Injection via Content-Type
undici is an HTTP/1.1 client, written from scratch for Node.js.`=< [email protected]` users are vulnerable to _CRLF Injection_ on headers when using unsanitized input as request headers, more specifically, inside the `content-type` header. Example: ``` import { request } from 'undici' const unsanitizedContentTypeInput = 'application/json\r\n\r\nGET /foo2 HTTP/1.1' await request('http://localhost:3000, { method: 'GET', headers: { 'content-type': unsanitizedContentTypeInput }, }) ``` The above snippet will perform two requests in a single `request` API call: 1) `http://localhost:3000/` 2) `http://localhost:3000/foo2` This issue was patched in Undici v5.8.1. Sanitize input when sending content-type headers using user input as a workaround.
総合評価: CVE-2022-35948 は公開エクスプロイトあり(50/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.17%、38 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-02-04 | 0.14% | 0.17% | +0.03% |
| 2 | 2026-02-01 | 0.17% | 0.14% | -0.03% |
| 3 | 2026-01-04 | — | 0.17% | — |
EPSS の全履歴 (全 15 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-f772-66g8-q5h3 · 深刻度: medium · エコシステム: npm — Nodejs ‘undici’ vulnerable to CRLF Injection via Content-Type
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2022-35948 not yet assigned priority: Debian including 1 source packages (node-undici), 4 status rows across 4 suites (bookworm, forky, sid, trixie): resolved 4. | https://security-tracker.debian.org/tracker/CVE-2022-35948 |
gentoo
|
low | CVE-2022-35948: 1 GLSA(s) (202405-29), 1 atom(s) (net-libs/nodejs); latest impact low. | https://bugs.gentoo.org/buglist.cgi?quicksearch=CVE-2022-35948 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2022-35948 |
suse
|
medium | CVE-2022-35948 severity moderate: SUSE including 23 source package names (16-7.1:nodejs16-16.17.0-150400.3.6.1, 16-7.1:npm16-16.17.0-150400.3.6.1, …), 100 product×package rows across 19 product lines (Container bci/nodejs, SUSE Enterprise Storage 7, … (19 product lines)): Known Not Affected 58, Fixed 42. | https://www.suse.com/security/cve/CVE-2022-35948/ |
ubuntu
|
medium | CVE-2022-35948 medium priority: Ubuntu including 1 source packages (node-undici), 7 status rows across 7 suites (bionic, focal, jammy, kinetic, trusty, upstream, xenial): DNE 5, not-affected 1, released 1. | https://ubuntu.com/security/CVE-2022-35948 |
| URL | タグ |
|---|---|
| https://github.com/nodejs/undici/commit/66165d604fd0aee70a93ed5c44ad4cc2df395f80 | Patch Third Party Advisory |
| https://github.com/nodejs/undici/releases/tag/v5.8.2 | Release Notes Third Party Advisory |
| https://github.com/nodejs/undici/security/advisories/GHSA-f772-66g8-q5h3 | Exploit Third Party Advisory |