Lucene search
K

20 matches found

EUVD
EUVD
added 2026/05/12 6:30 p.m.4 views

EUVD-2026-29510

The TinyZero project thru commit 6652a63c57fa7e5ccde3fc9c598c7176ff15b839 2025-58-24 contains a critical command injection vulnerability CWE-78 in its HDFS file operation utilities. The vulnerability arises from the unsafe construction and execution of shell commands via os.system without proper...

6.5AI score0.00675EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/04/01 12:0 a.m.2 views

PT-2026-29831

Summary SubprocessSandbox in all modes BASIC, STRICT, NETWORK ISOLATED calls subprocess.run with shell=True and relies solely on string-pattern matching to block dangerous commands. The blocklist does not include sh or bash as standalone executables, allowing trivial sandbox escape in STRICT mode...

8.8CVSS5.9AI score0.00016EPSS
Exploits1References4
CVE
CVE
added 2026/01/30 8:15 p.m.11 views

CVE-2026-25130

CVE-2026-25130 affects the Cybersecurity AI (CAI) framework up to version 0.5.10. The vulnerability is in the find_file() tool (src/cai/tools/reconnaissance/filesystem.py): user-controlled input is concatenated into a shell command using a plain f-string and run via shell=True, enabling argument ...

9.6CVSS6.2AI score0.00053EPSS
Exploits3References3
Cvelist
Cvelist
added 2026/01/30 8:15 p.m.24 views

CVE-2026-25130 Cybersecurity AI vulnerable to command Injection through argument injection in find_file Agent tool

Cybersecurity AI CAI is a framework for AI Security. In versions up to and including 0.5.10, the CAI Cybersecurity AI framework contains multiple argument injection vulnerabilities in its function tools. User-controlled input is passed directly to shell commands via subprocess.Popen with...

9.6CVSS0.00053EPSS
Exploits3References3
Debian CVE
Debian CVE
added 2025/11/17 5:29 p.m.2 views

CVE-2025-64756

Glob matches files using patterns the shell uses. Starting in version 10.2.0 and prior to versions 10.5.0 and 11.1.0, the glob CLI contains a command injection vulnerability in its -c/--cmd option that allows arbitrary command execution when processing files with malicious names. When glob -c are...

7.5CVSS7AI score0.00025EPSS
Exploits1
EUVD
EUVD
added 2025/11/13 3:30 p.m.3 views

EUVD-2025-169295

pgAdmin 4 has command injection vulnerability on Windows systems...

6.8CVSS7.1AI score0.00036EPSS
Exploits0References3
CVE
CVE
added 2025/11/13 1:0 p.m.7 views

CVE-2025-12763

CVE-2025-12763 affects pgAdmin 4 versions up to 9.9 on Windows, where a command-injection vulnerability is caused by using shell=True during backup/restore operations, enabling an attacker to execute arbitrary system commands via crafted file paths. Multiple independent sources note this can lead...

8.8CVSS7.6AI score0.00036EPSS
Exploits0References1Affected Software1
Snyk
Snyk
added 2025/11/01 6:46 a.m.2 views

Command Injection

Overview talkpipe is a Python internal and external DSL for writing generative AI analytics Affected versions of this package are vulnerable to Command Injection via the talkpipe.util.os.runcommand function which use subprocess.Popen..., shell=True unsafe. An attacker can execute arbitrary...

9.8CVSS8.1AI score
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-29193

Malicious code in bioql PyPI...

9.8CVSS6.4AI score0.00048EPSS
Exploits0References4
OSV
OSV
added 2025/09/15 3:31 p.m.1 views

GHSA-4HQQ-7Q79-932P mcp-kubernetes-server has an OS Command Injection vulnerability

feiskyer/mcp-kubernetes-server through 0.1.11 allows OS command injection via the /mcp/kubectl endpoint. The handler constructs a shell command with user-supplied arguments and executes it with subprocess using shell=True, enabling injection through shell metacharacters e.g., ;, &&, $, even when...

9.8CVSS7.8AI score0.00048EPSS
Exploits0References5
NVD
NVD
added 2025/09/15 2:15 p.m.3 views

CVE-2025-59377

feiskyer mcp-kubernetes-server through 0.1.11 allows OS command injection, even in read-only mode, via /mcp/kubectl because shell=True is used. NOTE: this is unrelated to mcp-server-kubernetes and CVE-2025-53355...

9.8CVSS0.00048EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.1 views

PT-2025-37489

Name of the Vulnerable Software and Affected Versions: feiskyer mcp-kubernetes-server versions through 0.1.11 Description: feiskyer mcp-kubernetes-server is susceptible to an OS command injection issue. This occurs through the /mcp/kubectl API endpoint, even when the system is in read-only mode,...

3.7CVSS7.1AI score0.00048EPSS
Exploits0References7
Talos Blog
Talos Blog
added 2025/01/30 11:0 a.m.14 views

Talos IR trends Q4 2024: Web shell usage and exploitation of public-facing applications spike

Threat actors increasingly deployed web shells against vulnerable web applications and primarily exploited vulnerable or unpatched public-facing applications to gain initial access in Q4, a notable shift from previous quarters. The functionality of the web shells and targeted web applications...

8.7AI score
Exploits0
OSV
OSV
added 2024/03/25 7:37 p.m.0 views

GHSA-38JR-29FH-W9VM ansys-geometry-core OS Command Injection vulnerability

subprocess call with shell=True identified, security issue. Code On file src/ansys/geometry/core/connection/productinstance.py: 403 def startprogramargs: Liststr, localenv: Dictstr, str - subprocess.Popen: 404 """ 405 Start the program where the path is the first item of the args array argument...

7.4CVSS5.9AI score0.00118EPSS
Exploits1References9
SUSE CVE
SUSE CVE
added 2024/01/13 2:43 a.m.1 views

SUSE CVE-2024-22190

GitPython is a python library used to interact with Git repositories. There is an incomplete fix for CVE-2023-40590. On Windows, GitPython uses an untrusted search path if it uses a shell to run git, as well as when it runs bash.exe to interpret hooks. If either of those features are used on...

7.8CVSS8.2AI score0.00353EPSS
Exploits0References3
OSV
OSV
added 2024/01/10 3:46 p.m.0 views

GHSA-2MQJ-M65W-JGHX Untrusted search path under some conditions on Windows allows arbitrary code execution

Summary This issue exists because of an incomplete fix for CVE-2023-40590. On Windows, GitPython uses an untrusted search path if it uses a shell to run git, as well as when it runs bash.exe to interpret hooks. If either of those features are used on Windows, a malicious git.exe or bash.exe may b...

8.6CVSS7.4AI score0.00353EPSS
Exploits0References6
OSV
OSV
added 2023/07/14 10:15 p.m.6 views

DEBIAN-CVE-2023-38336

netkit-rcp in rsh-client 0.17-24 allows command injection via filenames because /bin/sh is used by susystem, a related issue to CVE-2006-0225, CVE-2019-7283, and CVE-2020-15778...

9.8CVSS8.5AI score0.01362EPSS
Exploits1References1
OSV
OSV
added 2023/07/14 10:15 p.m.0 views

UBUNTU-CVE-2023-38336

netkit-rcp in rsh-client 0.17-24 allows command injection via filenames because /bin/sh is used by susystem, a related issue to CVE-2006-0225, CVE-2019-7283, and CVE-2020-15778...

9.8CVSS7.3AI score0.01362EPSS
Exploits1References3
CNNVD
CNNVD
added 2021/02/05 12:0 a.m.1 views

Zulip Desktop 安全漏洞

Zulip is a powerful open source group chat application that combines the immediacy of live chat with the productivity benefits of threaded conversations.Zulip Desktop is the Zulip desktop client. A remote code execution vulnerability exists in Zulip Desktop versions prior to 5.0.0. The...

9.8CVSS7.9AI score0.02608EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2020/08/18 7:0 a.m.4 views

Lib/webbrowser.py in Python through 3.6.3 does not validate strings before launching the program specified by the BROWSER environment variable which might allow remote attackers to conduct argument-injection attacks via a crafted URL. NOTE: a software maintainer indicates that exploitation is impossible because the code relies on subprocess.Popen and the default shell=False setting

...

8.8CVSS7.9AI score0.00557EPSS
Exploits1
Rows per page
Query Builder