Lucene search
K

353 matches found

Hacker One
Hacker One
added 2024/12/17 7:54 p.m.3 views

curl: OS Command Injection (subprocess Module Usage)

Summary The Bandit tool flagged the usage of the subprocessmodule in the file curl.pyunder the B404:blacklist rule. This rule highlights potential security risks associated with using the subprocess module without proper sanitization of inputs, which can lead to command injection vulnerabilities...

9AI score
Exploits0
NVD
NVD
added 2024/12/02 5:15 p.m.9 views

CVE-2024-53992

unzip-bot is a Telegram bot to extract various types of archives. Users could exploit unsanitized inputs to inject malicious commands that are executed through subprocess.Popen with shell=True. Attackers can exploit this vulnerability using a crafted archive name, password, or video name. This...

8.8CVSS0.00442EPSS
Exploits0References2
Metasploit
Metasploit
added 2024/11/01 6:54 p.m.323 views

Python Execute Command

Execute an arbitrary OS command. Compatible with Python 2.7 and 3.4+. Module Options msf use payload/python/exec msf payloadexec show actions ...actions... msf payloadexec set ACTION msf payloadexec show options ...show and set options... msf payloadexec run module MetasploitModule CachedSize =...

5.9AI score
Exploits0
Snyk
Snyk
added 2024/11/01 6:30 a.m.1 views

Command Injection

Overview deepspeed is a DeepSpeed library Affected versions of this package are vulnerable to Command Injection when multiple instances where subprocess.run and subprocess.checkoutput, are called with unsanitized input and shell=True. An attacker would need to supply specially crafted input to...

9.8CVSS7.3AI score
Exploits0References3
BDU FSTEC
BDU FSTEC
added 2024/11/01 12:0 a.m.4 views

The vulnerability of the subprocess module in the Python programming language interpreter allows a perpetrator to trigger a service failure.

The vulnerability of the subprocess module in the Python programming language interpreter is related to privilege management errors. Exploiting this vulnerability can allow a malicious actor to cause service failures...

7.1CVSS6.7AI score0.01326EPSS
Exploits0References7Affected Software3
OSV
OSV
added 2024/10/04 4:35 p.m.126 views

BIT-PYTHON-2023-6507 Groups not dropped before running subprocess when using empty 'extra_groups' parameter

An issue was found in CPython 3.12.0 subprocess module on POSIX platforms. The issue was fixed in CPython 3.12.1 and does not affect other stable releases. When using the extragroups= parameter with an empty list as a value ie extragroups= the logic regressed to not call setgroups0, NULL before...

6.1CVSS5.6AI score0.01326EPSS
Exploits0References6
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.3 views

Groups not dropped before running subprocess when using empty 'extra_groups' parameter

...

6.1CVSS9.6AI score0.01326EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/08/29 4:45 p.m.16 views

CVE-2024-43804 OS Command Injection via Port Scan Functionality in Roxy-WI

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. An OS Command Injection vulnerability allows any authenticated user on the application to execute arbitrary code on the web application server via port scanning functionality. User-supplied input is used withou...

8.8CVSS9AI score0.02539EPSS
Exploits1References1
Cvelist
Cvelist
added 2024/08/29 4:45 p.m.38 views

CVE-2024-43804 OS Command Injection via Port Scan Functionality in Roxy-WI

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. An OS Command Injection vulnerability allows any authenticated user on the application to execute arbitrary code on the web application server via port scanning functionality. User-supplied input is used withou...

8.8CVSS0.02539EPSS
Exploits1References1
GithubExploit
GithubExploit
added 2024/08/05 7:6 a.m.53 views

zzz

It is an offensive tool for Linux. The repository appears to be...

7.6AI score
Exploits0
Github Security Blog
Github Security Blog
added 2024/07/22 5:40 p.m.18 views

ops leaking secrets if `subprocess.CalledProcessError` happens with a `secret-*` CLI command

Summary The issue here is that we pass the secret content as one of the args via CLI. This issue may affect any of our charms that are using: Juju =3.0, Juju secrets and not correctly capturing and processing subprocess.CalledProcessError. There are two points that may log this command, in...

4.4CVSS7.3AI score0.00198EPSS
Exploits0References4Affected Software1
NVD
NVD
added 2024/07/22 4:15 p.m.21 views

CVE-2024-39685

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the resample function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS0.01116EPSS
Exploits1References3
OSV
OSV
added 2024/07/22 3:16 p.m.13 views

CVE-2024-39686 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py bert_gen function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the bertgen function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS7.3AI score0.0118EPSS
Exploits1References5
OSV
OSV
added 2024/07/22 3:13 p.m.13 views

CVE-2024-39685 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py resample function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the resample function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS7.3AI score0.01116EPSS
Exploits1References5
Veracode
Veracode
added 2024/07/19 7:19 a.m.11 views

Information Leakage

Sentry-sdk is vulnerable to Information Leakage. The vulnerability is due to subprocess calls leaking environment variables when the Stdlib integration is enabled, which could allow an attacker to gain access to sensitive environment variables by exploiting the unintended passing of these variabl...

5.3CVSS7.1AI score0.00198EPSS
Exploits0References7Affected Software1
UbuntuCve
UbuntuCve
added 2024/07/18 5:15 p.m.18 views

CVE-2024-40647

sentry-sdk is the official Python SDK for Sentry.io. A bug in Sentry's Python SDK 2.8.0 allows the environment variables to be passed to subprocesses despite the env= setting. In Python's subprocess calls, all environment variables are passed to subprocesses by default. However, if you specifical...

5.3CVSS5.7AI score0.00198EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/07/18 4:51 p.m.38 views

CVE-2024-40647 Unintentional exposure of environment variables to subprocesses in sentry-sdk

sentry-sdk is the official Python SDK for Sentry.io. A bug in Sentry's Python SDK 2.8.0 allows the environment variables to be passed to subprocesses despite the env= setting. In Python's subprocess calls, all environment variables are passed to subprocesses by default. However, if you specifical...

5.3CVSS0.00198EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2024/07/18 4:51 p.m.20 views

CVE-2024-40647

sentry-sdk is the official Python SDK for Sentry.io. A bug in Sentry's Python SDK 2.8.0 allows the environment variables to be passed to subprocesses despite the env= setting. In Python's subprocess calls, all environment variables are passed to subprocesses by default. However, if you specifical...

5.3CVSS5.2AI score0.00198EPSS
Exploits0
OSV
OSV
added 2024/07/18 4:51 p.m.14 views

CVE-2024-40647 Unintentional exposure of environment variables to subprocesses in sentry-sdk

sentry-sdk is the official Python SDK for Sentry.io. A bug in Sentry's Python SDK 2.8.0 allows the environment variables to be passed to subprocesses despite the env= setting. In Python's subprocess calls, all environment variables are passed to subprocesses by default. However, if you specifical...

5.3CVSS6.4AI score0.00198EPSS
Exploits0References9
RedhatCVE
RedhatCVE
added 2024/06/24 3:51 p.m.26 views

CVE-2023-6507

A flaw was found in Python's subprocess module. When creating a new subprocess, the developer may specify a list of extra groups through the 'extragroups= parameter. When this optional parameter is informed with an empty list, the module fails to properly clean the associated groups from the new...

6.1CVSS6.5AI score0.01326EPSS
Exploits0References3
Rows per page
Query Builder