CVE-2023-46136

Werkzeug is a comprehensive WSGI web application library. 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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:palletsprojects:werkzeug:*:*:*:*:*:*:*:*
cpe:2.3:a:palletsprojects:werkzeug:3.0.0:*:*:*:*:*:*:*

History

10 Jan 2024, 18:58

Type Values Removed Values Added
CPE cpe:2.3:a:palletsprojects:werkzeug:3.0.0:*:*:*:*:*:*:*
References () https://security.netapp.com/advisory/ntap-20231124-0008/ - () https://security.netapp.com/advisory/ntap-20231124-0008/ - Third Party Advisory

24 Nov 2023, 09:15

Type Values Removed Values Added
References
  • () https://security.netapp.com/advisory/ntap-20231124-0008/ -

01 Nov 2023, 16:50

Type Values Removed Values Added
CWE CWE-787
CPE cpe:2.3:a:palletsprojects:werkzeug:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
References (MISC) https://github.com/pallets/werkzeug/commit/f3c803b3ade485a45f12b6d6617595350c0f03e2 - (MISC) https://github.com/pallets/werkzeug/commit/f3c803b3ade485a45f12b6d6617595350c0f03e2 - Patch
References (MISC) https://github.com/pallets/werkzeug/security/advisories/GHSA-hrfv-mqp8-q5rw - (MISC) https://github.com/pallets/werkzeug/security/advisories/GHSA-hrfv-mqp8-q5rw - Vendor Advisory
First Time Palletsprojects
Palletsprojects werkzeug

25 Oct 2023, 18:17

Type Values Removed Values Added
New CVE

Information

Published : 2023-10-25 18:17

Updated : 2024-01-10 18:58


NVD link : CVE-2023-46136

Mitre link : CVE-2023-46136

CVE.ORG link : CVE-2023-46136


JSON object : View

Products Affected

palletsprojects

  • werkzeug
CWE
CWE-787

Out-of-bounds Write

CWE-400

Uncontrolled Resource Consumption

CWE-407

Inefficient Algorithmic Complexity