VRT 391,192 CVEs tracked · 15,442 in RASP scope · data as of 16 hours ago
Reset
More filters (1)
Columns
Oracle product: Oracle Communications / ATS Framework (Python)
Overview 3 matches · 0 in RASP scope · 0 protected · 0 KEV · 1 public PoC · 0 CISA SSVC · 0 EPSS ≥ 0.5 · 0 disputed
3matches 0in RASP scope0.0% 0protected0.0% 0KEV0.0% 1public PoC33.3% 0CISA SSVC0.0% 0EPSS ≥ 0.50.0% 0disputed0.0%
Critical 2 66.7% High 0 0.0% Medium 1 33.3% 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 66.7% Out of RASP scope 1 33.3% 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 1 33.3% Forecast only 0 0.0% No public exploit 2 66.7%
split by peak 1 / quarter
Unknown: 0None: 0Low: 0Medium: 1High: 0Critical: 2 Rejected: 0Out of RASP scope: 1Not 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: 3blocked by ARMR today: 0 No public exploit: 2Forecast only: 0Proof of concept only: 1Working exploit published: 0Exploited in the wild: 0 Q2 2021: 1 CVE Q3 2021: 0 CVEs Q4 2021: 0 CVEs Q1 2022: 0 CVEs Q2 2022: 0 CVEs Q3 2022: 0 CVEs Q4 2022: 0 CVEs Q1 2023: 0 CVEs Q2 2023: 0 CVEs Q3 2023: 0 CVEs Q4 2023: 0 CVEs Q1 2024: 0 CVEs Q2 2024: 0 CVEs Q3 2024: 0 CVEs Q4 2024: 1 CVE Q1 2025: 0 CVEs Q2 2025: 1 CVE
Q2 21Q4 21Q2 22Q4 22Q2 23Q4 23Q2 24Q4 24Q2 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-2021-29921 Critical 2021-05-06 Out of RASP scope No public exploit In Python before 3,9,5, the ipaddress library mishandles leading zero characters in the octets of an IP address string. This (in some situations) allows attackers to bypass access control that is based on IP addresses.