VRT 391,192 CVEs tracked · 15,442 in RASP scope · data as of 16 hours ago
Reset
More filters (1)
Columns
Oracle product: Oracle MySQL / MySQL Workbench (Python)
Overview 3 matches · 0 in RASP scope · 0 protected · 0 KEV · 1 public PoC · 1 CISA SSVC · 0 EPSS ≥ 0.5 · 0 disputed
3matches 0in RASP scope0.0% 0protected0.0% 0KEV0.0% 1public PoC33.3% 1CISA SSVC33.3% 0EPSS ≥ 0.50.0% 0disputed0.0%
Critical 1 33.3% High 0 0.0% Medium 2 66.7% 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 3 100.0% Out of RASP scope 0 0.0% Rejected 0 0.0%
blocked by ARMR today 0 0.0% not blocked 3 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 2 66.7% Forecast only 0 0.0% No public exploit 1 33.3%
split by peak 1 / month
Unknown: 0None: 0Low: 0Medium: 2High: 0Critical: 1 Rejected: 0Out of RASP scope: 0Not applicable: 3Queued 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: 3blocked by ARMR today: 0 No public exploit: 1Forecast only: 0Proof of concept only: 2Working exploit published: 0Exploited in the wild: 0 March 2024: 1 CVE 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 November 2024: 0 CVEs December 2024: 0 CVEs January 2025: 0 CVEs February 2025: 0 CVEs March 2025: 0 CVEs April 2025: 0 CVEs May 2025: 0 CVEs June 2025: 1 CVE
Apr 24Jun 24Aug 24Oct 24Dec 24Feb 25Apr 25Jun 25
3 matches CSV JSON
CVE Severity Published Status Exploitation Description
CVE-2025-4517 Critical 2025-06-03 Not applicable Proof of concept only Allows arbitrary filesystem writes outside the extraction directory during extraction with filter="data". You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of "data" or "tar". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter  for more information. Note that for Python 3.14 or later the default value of filter= changed from "no filtering" to `"data", so if you are relying on this new default behavior then your usage is also affected. Note that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.
CVE-2024-9287 Medium 2024-10-22 Not applicable No public exploit A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts (ie "source venv/bin/activate"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie "./venv/bin/python") are not affected.
CVE-2024-0450 Medium 2024-03-19 Not applicable Proof of concept only An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior. The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.