7.5
CVSSv3

CVE-2023-46136

Published: 25/10/2023 Updated: 10/01/2024
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 0

Vulnerability Summary

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 malicious user 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.

Vulnerable Product Search on Vulmon Subscribe to Product

palletsprojects werkzeug 3.0.0

palletsprojects werkzeug

Vendor Advisories

Debian Bug report logs - #1054553 python-werkzeug: CVE-2023-46136 Package: src:python-werkzeug; Maintainer for src:python-werkzeug is Debian Python Team <team+python@trackerdebianorg>; Reported by: Salvatore Bonaccorso <carnil@debianorg> Date: Wed, 25 Oct 2023 19:15:02 UTC Severity: important Tags: security, upstr ...
概述 Important: OpenShift Container Platform 41245 bug fix and security update 类型/严重性 Security Advisory: Important 标题 Red Hat OpenShift Container Platform release 41245 is now available with updates to packages and images that fix several bugs and add enhancementsThis release includes a security update for Red Hat OpenShi ...
Synopsis Important: OpenShift Container Platform 41245 packages and security update Type/Severity Security Advisory: Important Red Hat Insights patch analysis Identify and remediate systems affected by this advisory View affected systems Topic Red Hat OpenShift Container Platform release 41245 is now available with updates to p ...
Synopsis Moderate: OpenShift Container Platform 41324 packages and security update Type/Severity Security Advisory: Moderate Red Hat Insights patch analysis Identify and remediate systems affected by this advisory View affected systems Topic Red Hat OpenShift Container Platform release 41324 is now available with updates to pac ...

Github Repositories

some_flask_helpers This is a little Simple Extensions to the Flask Framework: The class BlueprintAdapter allows you to use blueprints as decorators The class FlaskStopper defines a Flask blueprint to add a clean shut-down mechanism to a Flask web server which may come in handy for test cases which have to start and tear down Flask servers repeatedly Source Repository Se