gsd-2022-31150
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\r\n` is a workaround for this issue.
Aliases
Aliases
{ GSD: { alias: "CVE-2022-31150", description: "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", id: "GSD-2022-31150", references: [ "https://www.suse.com/security/cve/CVE-2022-31150.html", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2022-31150", ], details: "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", id: "GSD-2022-31150", modified: "2023-12-13T01:19:18.058926Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-31150", STATE: "PUBLIC", TITLE: "CRLF injection in request headers", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "undici", version: { version_data: [ { version_value: "< v5.7.1, >= v5.8.0", }, ], }, }, ], }, vendor_name: "nodejs", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection')", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", refsource: "CONFIRM", url: "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", }, { name: "https://hackerone.com/reports/409943", refsource: "MISC", url: "https://hackerone.com/reports/409943", }, { name: "https://github.com/nodejs/undici/releases/tag/v5.8.0", refsource: "MISC", url: "https://github.com/nodejs/undici/releases/tag/v5.8.0", }, { name: "https://security.netapp.com/advisory/ntap-20220915-0002/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20220915-0002/", }, ], }, source: { advisory: "GHSA-3cvr-822r-rqcc", discovery: "UNKNOWN", }, }, "gitlab.com": { advisories: [ { affected_range: "<5.8.0", affected_versions: "All versions before 5.8.0", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", cwe_ids: [ "CWE-1035", "CWE-93", "CWE-937", ], date: "2022-10-28", description: "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", fixed_versions: [ "5.8.0", ], identifier: "CVE-2022-31150", identifiers: [ "CVE-2022-31150", "GHSA-3cvr-822r-rqcc", ], not_impacted: "All versions starting from 5.8.0", package_slug: "npm/undici", pubdate: "2022-07-19", solution: "Upgrade to version 5.8.0 or above.", title: "Improper Neutralization of CRLF Sequences ('CRLF Injection')", urls: [ "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", "https://nvd.nist.gov/vuln/detail/CVE-2022-31150", "https://github.com/nodejs/undici/commit/a29a151d0140d095742d21a004023d024fe93259", "https://hackerone.com/reports/409943", "https://github.com/nodejs/undici/releases/tag/v5.8.0", "https://github.com/advisories/GHSA-3cvr-822r-rqcc", ], uuid: "593d61bc-db65-43e3-af92-87ea9ba7eb78", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*", cpe_name: [], versionEndExcluding: "5.8.0", vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-31150", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "undici is an HTTP/1.1 client, written from scratch for Node.js. It is possible to inject CRLF sequences into request headers in undici in versions less than 5.7.1. A fix was released in version 5.8.0. Sanitizing all HTTP headers from untrusted sources to eliminate `\\r\\n` is a workaround for this issue.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-93", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", refsource: "CONFIRM", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc", }, { name: "https://hackerone.com/reports/409943", refsource: "MISC", tags: [ "Exploit", "Third Party Advisory", ], url: "https://hackerone.com/reports/409943", }, { name: "https://github.com/nodejs/undici/releases/tag/v5.8.0", refsource: "MISC", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/nodejs/undici/releases/tag/v5.8.0", }, { name: "https://security.netapp.com/advisory/ntap-20220915-0002/", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20220915-0002/", }, ], }, }, impact: { baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 2.5, }, }, lastModifiedDate: "2022-10-28T18:31Z", publishedDate: "2022-07-19T21:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.