VRT 391,810 CVEs tracked · 15,472 in RASP scope · data as of 52 minutes ago
Reset
More filters (1)
Columns
Oracle product: Oracle Communications / Alarms, KPI, and Measurements (Werkzeug)
Overview 2 matches · 0 in RASP scope · 0 protected · 0 KEV · 1 public PoC · 0 CISA SSVC · 0 EPSS ≥ 0.5 · 0 disputed
2matches 0in RASP scope0.0% 0protected0.0% 0KEV0.0% 1public PoC50.0% 0CISA SSVC0.0% 0EPSS ≥ 0.50.0% 0disputed0.0%
Critical 0 0.0% High 1 50.0% Medium 1 50.0% Low 0 0.0% None 0 0.0% Unknown 0 0.0%
Protected by RASP 0 0.0% Rule in development 0 0.0% Mitigation candidate 0 0.0% No exploit published 0 0.0% No fix identified 0 0.0% Mitigated by environment configuration 0 0.0% Queued for review 0 0.0% Not applicable 2 100.0% Out of RASP scope 0 0.0% Rejected 0 0.0%
blocked by ARMR today 0 0.0% not blocked 2 100.0% not established 0 0.0% unrecorded 0 0.0%
Exploited in the wild 0 0.0% Working exploit published 0 0.0% Proof of concept only 0 0.0% Forecast only 0 0.0% No public exploit 2 100.0%
split by peak 1 / month
Unknown: 0None: 0Low: 0Medium: 1High: 1Critical: 0 Rejected: 0Out of RASP scope: 0Not applicable: 2Queued for review: 0Mitigated by environment configuration: 0No fix identified: 0No exploit published: 0Mitigation candidate: 0Rule in development: 0Protected by RASP: 0 unrecorded: 0not established: 0not blocked: 2blocked by ARMR today: 0 No public exploit: 2Forecast only: 0Proof of concept only: 0Working exploit published: 0Exploited in the wild: 0 October 2023: 1 CVE November 2023: 0 CVEs December 2023: 0 CVEs January 2024: 0 CVEs February 2024: 0 CVEs March 2024: 0 CVEs April 2024: 0 CVEs May 2024: 0 CVEs June 2024: 0 CVEs July 2024: 0 CVEs August 2024: 0 CVEs September 2024: 0 CVEs October 2024: 1 CVE
Oct 23Dec 23Feb 24Apr 24Jun 24Aug 24Oct 24
2 matches CSV JSON
CVE Severity Published Status Exploitation Description
CVE-2024-49767 Medium 2024-10-25 Not applicable No public exploit Werkzeug is a Web Server Gateway Interface web application library. Applications using `werkzeug.formparser.MultiPartParser` corresponding to a version of Werkzeug prior to 3.0.6 to parse `multipart/form-data` requests (e.g. all flask applications) are vulnerable to a relatively simple but effective resource exhaustion (denial of service) attack. A specifically crafted form submission request can cause the parser to allocate and block 3 to 8 times the upload size in main memory. There is no upper limit; a single upload at 1 Gbit/s can exhaust 32 GB of RAM in less than 60 seconds. Werkzeug version 3.0.6 fixes this issue.
CVE-2023-46136 High 2023-10-25 Not applicable No public exploit 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.