Lucene search
K

20 matches found

RedHat Linux
RedHat Linux
added 2025/12/18 1:35 a.m.2 views

python: Virtual environment (venv) activation scripts don't quote paths

A vulnerability has been found in the Python venv module and CLI. Path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts, for example, "source venv/bin/activate". This flaw allows...

7.8CVSS7.2AI score0.00061EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

Unity Linux 20.1070e Security Update: python3 (UTSA-2025-987414)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987414 advisory. 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 th...

7.8CVSS6.7AI score0.00061EPSS
Exploits0References4
OSV
OSV
added 2025/08/11 1:53 p.m.3 views

BIT-LIBPYTHON-2024-9287 Virtual environment (venv) activation scripts don't quote paths

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

7.8CVSS7.1AI score0.00061EPSS
Exploits0References13
GithubExploit
GithubExploit
added 2025/04/27 6:37 p.m.282 views

Exploit for Unrestricted Upload of File with Dangerous Type in Boxbilling

CVE-2022-3552 In order to exploit the vulnerability in BoxBli...

7.2CVSS6.8AI score0.40294EPSS
Exploits7
Huntr
Huntr
added 2025/03/02 3:6 a.m.4 views

Privilege escalation from writing file into temporary directory to arbitrary code execution

Description The MLFlow temporary directory gets assigned insecure world-writable permissions 0o777. def getorcreatetmpdir: """ Get or create a temporary directory which will be removed once python process exit. """ from mlflow.utils.databricksutils import getreplid, isindatabricksruntime if...

7CVSS7.4AI score0.00007EPSS
Exploits1
Redos
Redos
added 2025/01/14 12:0 a.m.3 views

ROS-20250114-11

The vulnerability of the Python virtualenv virtual environment constructor activation scripts is related to the failure to take steps to neutralize special elements used by the operating system command. measures to neutralize special elements used in the operating system command. Exploitation...

8.4CVSS7.6AI score0.00226EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2024/12/19 12:0 a.m.12 views

RockyLinux 8 : python3.12 (RLSA-2024:10980)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2024:10980 advisory. python: Virtual environment venv activation scripts don't quote paths CVE-2024-9287 python: Unbounded memory buffering in...

8.7CVSS7.4AI score0.00249EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/12/16 2:38 a.m.11 views

Important: Red Hat Security Advisory: python-virtualenv security update

An update for python-virtualenv is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

8.4CVSS7.2AI score0.00226EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2024/12/12 9:23 a.m.2 views

python: Virtual environment (venv) activation scripts don't quote paths

A vulnerability has been found in the Python venv module and CLI. Path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts, for example, "source venv/bin/activate". This flaw allows...

7.8CVSS6.6AI score0.00061EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2024/12/12 8:56 a.m.3 views

python: Virtual environment (venv) activation scripts don't quote paths

A vulnerability has been found in the Python venv module and CLI. Path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts, for example, "source venv/bin/activate". This flaw allows...

7.8CVSS6.6AI score0.00061EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2024/12/12 8:42 a.m.4 views

python: Virtual environment (venv) activation scripts don't quote paths

A vulnerability has been found in the Python venv module and CLI. Path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts, for example, "source venv/bin/activate". This flaw allows...

7.8CVSS6.6AI score0.00061EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2024/12/04 8:22 a.m.4 views

python: Virtual environment (venv) activation scripts don't quote paths

A vulnerability has been found in the Python venv module and CLI. Path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts, for example, "source venv/bin/activate". This flaw allows...

7.8CVSS6.6AI score0.00061EPSS
Exploits0References7
OSV
OSV
added 2024/11/29 11:56 a.m.1 views

OESA-2024-2483 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

7.8CVSS6.7AI score0.00061EPSS
Exploits0References2
OSV
OSV
added 2024/10/22 5:15 p.m.1 views

DEBIAN-CVE-2024-9287

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

7.8CVSS6.4AI score0.00061EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/10/22 12:0 a.m.1 views

Python 代码问题漏洞

Python is an open source, object-oriented programming language from the Python Foundation. The language is extensible, supports modules and packages, and supports multiple platforms. A security vulnerability exists in Python that stems from a vulnerability found in the venv module and CLI, where...

7.8CVSS8.3AI score0.00061EPSS
Exploits0References6
GithubExploit
GithubExploit
added 2024/10/08 5:27 p.m.454 views

Exploit for Deserialization of Untrusted Data in Flask-Caching_Project Flask-Caching

It is an offensive tool for web exploitation. This PoC exploit t...

9.8CVSS9.2AI score0.16282EPSS
Exploits3
Kitploit
Kitploit
added 2024/03/31 11:30 a.m.38 views

DroidLysis - Property Extractor For Android Apps

DroidLysis is a pre-analysis tool for Android apps: it performs repetitive and boring tasks we'd typically do at the beginning of any reverse engineering. It disassembles the Android sample, organizes output in directories, and searches for suspicious spots in the code to look at. The output help...

7.5AI score
Exploits0References6
Oracle linux
Oracle linux
added 2022/06/29 12:0 a.m.50 views

python-virtualenv security update

15.1.0-7 - Security fix for CVE-2019-20916 for the bundled pip wheel Resolves: rhbz1868135...

7.5CVSS1.1AI score0.00622EPSS
Exploits1
Kitploit
Kitploit
added 2017/09/19 2:0 p.m.51 views

outis - Custom Remote Administration Tool (RAT)

outis is a custom Remote Administration Tool RAT or something like that. Think Meterpreter or Empire-Agent. However, the focus of this tool is neither an exploit toolkit there are no exploits nor persistent management of targets. The focus is to communicate between server and target system and to...

8.1AI score
Exploits0References10
n0where
n0where
added 2015/03/25 6:7 p.m.49 views

Malware Communication Analyzer: Malcom

Malcom is a tool designed to analyze a system’s network communication using graphical representations of network traffic, and cross-reference them with known malware sources. This comes handy when analyzing how certain malware species try to communicate with the outside world. Malcom can help you...

7.1AI score
Exploits0References5
Rows per page
Query Builder