Lucene search
K

26 matches found

OSV
OSV
added 2026/05/11 6:31 p.m.3 views

GHSA-M85W-WHWH-QVFX GPT-Pilot contains a command injection vulnerability in the Executor.run() method

GPT-Pilot thru commit 0819827ce20346ef5f25b3fe29293cb448840565 2025-09-03 contains a command injection vulnerability CWE-78 in the Executor.run method. During project execution, when the system prompts the user to confirm or modify a command to be run, it accepts free-text input without proper...

6.5CVSS6.5AI score0.00973EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/05/11 12:0 a.m.2 views

PT-2026-39616

GPT-Pilot thru commit 0819827ce20346ef5f25b3fe29293cb448840565 2025-09-03 contains a command injection vulnerability CWE-78 in the Executor.run method. During project execution, when the system prompts the user to confirm or modify a command to be run, it accepts free-text input without proper...

6.5AI score0.00973EPSS
Exploits0References3
EUVD
EUVD
added 2026/05/08 1:23 p.m.5 views

EUVD-2026-28595

PraisonAI is a multi-agent teams system. Prior to version 4.6.9, the fix for PraisonAI's MCP command handling does not add a command allowlist or argument validation to parsemcpcommand, allowing arbitrary executables like bash, python, or /bin/sh with inline code execution flags to pass through t...

9.8CVSS6.3AI score0.00104EPSS
Exploits1References2
EUVD
EUVD
added 2026/04/10 7:28 p.m.0 views

EUVD-2026-21511

PraisonAI Vulnerable to Sensitive Environment Variable Exposure via Untrusted MCP Subprocess Execution...

5.5CVSS5.8AI score0.00018EPSS
Exploits0References3
OSV
OSV
added 2026/04/10 7:28 p.m.4 views

GHSA-PJ2R-F9MW-VRCQ PraisonAI Vulnerable to Sensitive Environment Variable Exposure via Untrusted MCP Subprocess Execution

PraisonAI’s MCP Model Context Protocol integration allows spawning background servers via stdio using user-supplied command strings e.g., MCP"npx -y @smithery/cli ...". These commands are executed through Python’s subprocess module. By default, the implementation forwards the entire parent proces...

5.5CVSS6.1AI score0.00018EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2026/04/10 4:57 p.m.1 views

CVE-2026-40159 PraisonAI Exposes Sensitive Environment Variable via Untrusted MCP Subprocess Execution

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI’s MCP Model Context Protocol integration allows spawning background servers via stdio using user-supplied command strings e.g., MCP"npx -y @smithery/cli ...". These commands are executed through Python’s subprocess module. By...

5.5CVSS6.1AI score0.00018EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/04/10 4:57 p.m.22 views

CVE-2026-40159 PraisonAI Exposes Sensitive Environment Variable via Untrusted MCP Subprocess Execution

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI’s MCP Model Context Protocol integration allows spawning background servers via stdio using user-supplied command strings e.g., MCP"npx -y @smithery/cli ...". These commands are executed through Python’s subprocess module. By...

5.5CVSS0.00018EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/04/08 7:34 p.m.0 views

CVE-2026-35463

pyLoad is a free and open-source download manager written in Python. In 0.5.0b3.dev96 and earlier, the ADMINONLYOPTIONS protection mechanism restricts security-critical configuration values reconnect scripts, SSL certs, proxy credentials to admin-only access. However, this protection is only...

8.8CVSS6.1AI score0.00135EPSS
Exploits1References1
OSV
OSV
added 2026/04/04 6:41 a.m.2 views

GHSA-W48F-WWWF-F5FR pyLoad: Improper Neutralization of Special Elements used in an OS Command

Summary The ADMINONLYOPTIONS protection mechanism restricts security-critical configuration values reconnect scripts, SSL certs, proxy credentials to admin-only access. However, this protection is only applied to core config options, not to plugin config options. The AntiVirus plugin stores an...

8.8CVSS6.4AI score0.00135EPSS
Exploits1References4
Snyk
Snyk
added 2026/04/04 6:41 a.m.1 views

Command Injection

Overview pyload-ng is a The free and open-source Download Manager written in pure Python Affected versions of this package are vulnerable to Command Injection through improper handling of plugin configuration options, specifically the avfile parameter in the AntiVirus plugin, which is passed...

8.8CVSS6.1AI score0.00135EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2026/04/01 11:17 p.m.3 views

PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

Summary executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary OS command execution on the host. Details pythontools.py:2...

10CVSS6.2AI score0.00066EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2026/04/01 11:17 p.m.1 views

GHSA-6VH2-H83C-9294 PraisonAI: Python Sandbox Escape via str Subclass startswith() Override in execute_code

Summary executecode in praisonai-agents runs attacker-controlled Python inside a three-layer sandbox that can be fully bypassed by passing a str subclass with an overridden startswith method to the safegetattr wrapper, achieving arbitrary OS command execution on the host. Details pythontools.py:2...

10CVSS6.2AI score0.00066EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2026/04/01 1:34 p.m.1 views

CVE-2026-34430

ByteDance DeerFlow versions prior to commit 92c7a20 contain a sandbox escape vulnerability in bash tool handling that allows attackers to execute arbitrary commands on the host system by bypassing regex-based validation using shell features such as directory changes and relative paths. Attackers...

9.6CVSS6.2AI score0.00111EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2026/02/04 8:34 p.m.2 views

EPyT-Flow vulnerable to unsafe JSON deserialization (__type__)

Impact EPyT-Flow’s REST API parses attacker-controlled JSON request bodies using a custom deserializer myloadfromjson that supports a type field. When type is present, the deserializer dynamically imports an attacker-specified module/class and instantiates it with attacker-supplied arguments. Thi...

10CVSS5.6AI score0.00082EPSS
Exploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2026/01/17 12:24 a.m.1 views

SUSE CVE-2026-22688

WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.5, there is a command injection vulnerability that allows authenticated users to inject stdioconfig.command/args into MCP stdio settings, causing the server to execute...

9.9CVSS7.7AI score0.00454EPSS
Exploits1References2
RedhatCVE
RedhatCVE
added 2026/01/13 10:52 p.m.1 views

CVE-2026-22688

WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.5, there is a command injection vulnerability that allows authenticated users to inject stdioconfig.command/args into MCP stdio settings, causing the server to execute...

9.9CVSS7.6AI score0.00454EPSS
Exploits1References1
NVD
NVD
added 2026/01/10 4:16 a.m.2 views

CVE-2026-22688

WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.5, there is a command injection vulnerability that allows authenticated users to inject stdioconfig.command/args into MCP stdio settings, causing the server to execute...

9.9CVSS0.00454EPSS
Exploits1References2
EUVD
EUVD
added 2026/01/10 3:41 a.m.3 views

EUVD-2026-1879

WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.5, there is a command injection vulnerability that allows authenticated users to inject stdioconfig.command/args into MCP stdio settings, causing the server to execute...

9.9CVSS7.1AI score0.00454EPSS
Exploits1References2
CVE
CVE
added 2026/01/10 3:41 a.m.13 views

CVE-2026-22688

WeKnora is vulnerable to a command-injection in MCP stdio settings (stdio_config.command/args) that can cause the server to execute subprocesses when a user is authenticated. Affected: WeKnora prior to v0.2.5; patched in v0.2.5. The issue is triggered via MCP stdio configuration values and has be...

9.9CVSS7.2AI score0.00454EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2026/01/10 3:41 a.m.2 views

CVE-2026-22688 WeKnora has Command Injection in MCP stdio test

WeKnora is an LLM-powered framework designed for deep document understanding and semantic retrieval. Prior to version 0.2.5, there is a command injection vulnerability that allows authenticated users to inject stdioconfig.command/args into MCP stdio settings, causing the server to execute...

9.9CVSS7.5AI score0.00454EPSS
Exploits1References4
Rows per page
Query Builder