CVE-2023-24807

Undici is an HTTP/1.1 client for Node.js. Prior to version 5.19.1, the `Headers.set()` and `Headers.append()` methods are vulnerable to Regular Expression Denial of Service (ReDoS) attacks when untrusted values are passed into the functions. This is due to the inefficient regular expression used to normalize the values in the `headerValueNormalize()` utility function. This vulnerability was patched in v5.19.1. No known workarounds are available.
Configurations

Configuration 1 (hide)

cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*

History

24 Feb 2023, 18:38

Type Values Removed Values Added
New CVE

Information

Published : 2023-02-16 18:15

Updated : 2024-02-04 23:14


NVD link : CVE-2023-24807

Mitre link : CVE-2023-24807

CVE.ORG link : CVE-2023-24807


JSON object : View

Products Affected

nodejs

  • undici
CWE
CWE-1333

Inefficient Regular Expression Complexity

CWE-20

Improper Input Validation