CVE-2022-35948
Undici CRLF Injection Vulnerability
Description
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.
INFO
Published Date :
Aug. 15, 2022, 11:21 a.m.
Last Modified :
March 28, 2023, 5:08 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
1.4
Exploitability Score :
3.9
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-35948
.
URL | Resource |
---|---|
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 |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-35948
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-35948
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
Modified Analysis by [email protected]
Mar. 28, 2023
Action Type Old Value New Value -
CVE Modified by [email protected]
Jan. 18, 2023
Action Type Old Value New Value Removed CVSS V3.1 GitHub, Inc. AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H Added CVSS V3.1 GitHub, Inc. AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N Removed CVSS V3.1 Reason AC-No Race Condition Removed CVSS V3.1 Reason A-No availability impacts identified Removed CVSS V3.1 Reason C-No confidentiality impacts identified Removed CVSS V3.1 Reason PR-No privileges needed -
Reanalysis by [email protected]
Sep. 02, 2022
Action Type Old Value New Value Removed CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N Removed CWE NIST CWE-74 Added CWE NIST NVD-CWE-Other -
Initial Analysis by [email protected]
Aug. 16, 2022
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Changed Reference Type https://github.com/nodejs/undici/commit/66165d604fd0aee70a93ed5c44ad4cc2df395f80 No Types Assigned https://github.com/nodejs/undici/commit/66165d604fd0aee70a93ed5c44ad4cc2df395f80 Patch, Third Party Advisory Changed Reference Type https://github.com/nodejs/undici/releases/tag/v5.8.2 No Types Assigned https://github.com/nodejs/undici/releases/tag/v5.8.2 Release Notes, Third Party Advisory Changed Reference Type https://github.com/nodejs/undici/security/advisories/GHSA-f772-66g8-q5h3 No Types Assigned https://github.com/nodejs/undici/security/advisories/GHSA-f772-66g8-q5h3 Exploit, Third Party Advisory Added CWE NIST CWE-74 Added CPE Configuration OR *cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:* versions up to (excluding) 5.8.2
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-35948
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-35948
weaknesses.
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.10 }} 0.02%
score
0.42753
percentile