CVE-2023-46136
Last modified
CVE-2023-46136 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Werkzeug is a comprehensive WSGI web application library. In versions on the 3.x branch prior to 3.0.1 and on the 2.x branch prior to 2.3.8, if an upload of a file that starts with CR or LF and then is followed by megabytes of data without these characters: all of these bytes are appended chunk by chunk into internal bytearray and lookup for boundary is performed on growing buffer. EPSS estimates a 1.06% chance of exploitation in the next 30 days.
Description
Werkzeug is a comprehensive WSGI web application library. In versions on the 3.x branch prior to 3.0.1 and on the 2.x branch prior to 2.3.8, if an upload of a file that starts with CR or LF and then is followed by megabytes of data without these characters: all of these bytes are appended chunk by chunk into internal bytearray and lookup for boundary is performed on growing buffer. This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. This vulnerability has been patched in version 3.0.1 and 2.3.8.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Palletsprojects | Werkzeug | < 2.3.8 |
| Palletsprojects | Werkzeug | 3.0.0 |
References
- https://security.netapp.com/advisory/ntap-20231124-0008/Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-46136?
How severe is CVE-2023-46136?
How do I fix CVE-2023-46136?
Are you affected by CVE-2023-46136?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
