First published: Tue Aug 09 2022(Updated: )
A Server-Side Request Forgery (SSRF) vulnerability was found in undici, a HTTP/1.1 client for Node.js. An attacker can manipulate the server-side application to make requests to an unintended location when they use the 'path/pathname' option in 'undici.request'.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Nodejs Undici | <=5.8.1 |
Validate user input before passing it to the `undici.request` call.
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-35949 is a Server-Side Request Forgery (SSRF) vulnerability found in undici, an HTTP/1.1 client for Node.js.
CVE-2022-35949 affects undici when an application takes user input into the 'path/pathname' option of undici.request, allowing SSRF.
The severity of CVE-2022-35949 is medium with a CVSS score of 5.3.
undici version up to and excluding 5.8.2 are affected by CVE-2022-35949.
To fix CVE-2022-35949, upgrade your undici package to version 5.8.2 or later.