Oval Definition:oval:org.opensuse.security:def:202235948
Revision Date:2022-09-02Version:1
Title:CVE-2022-35948
Description:

undici is an HTTP/1.1 client, written from scratch for Node.js.`=< undici@5.8.0` 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.
Family:unixClass:vulnerability
Status:Reference(s):Mitre CVE-2022-35948
SUSE CVE-2022-35948
Platform(s):SUSE Linux Enterprise Server for SAP Applications 15 SP2
Product(s):
Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 15 SP2 is installed
  • AND Package Information
  • nodejs12 is not affected
  • OR nodejs12-devel is not affected
  • OR nodejs12-docs is not affected
  • OR npm12 is not affected
  • OR nodejs14 is not affected
  • OR nodejs14-devel is not affected
  • OR nodejs14-docs is not affected
  • OR npm14 is not affected
  • BACK