Lucene search
+L

1027 matches found

Vulnrichment
Vulnrichment
added 2026/04/07 4:30 p.m.3 views

CVE-2026-4631 Cockpit: cockpit: unauthenticated remote code execution due to ssh command-line argument injection

Cockpit's remote login feature passes user-supplied hostnames and usernames from the web interface to the SSH client without validation or sanitization. An attacker with network access to the Cockpit web service can craft a single HTTP request to the login endpoint that injects malicious SSH...

9.8CVSS6.4AI score0.1548EPSS
SaveExploits4References7
ATTACKERKB
ATTACKERKB
added 2026/04/07 4:30 p.m.6 views

CVE-2026-4631

Cockpit's remote login feature passes user-supplied hostnames and usernames from the web interface to the SSH client without validation or sanitization. An attacker with network access to the Cockpit web service can craft a single HTTP request to the login endpoint that injects malicious SSH...

9.8CVSS6.4AI score0.1548EPSS
SaveExploits4References8
Cvelist
Cvelist
added 2026/04/07 4:30 p.m.27 views

CVE-2026-4631 Cockpit: cockpit: unauthenticated remote code execution due to ssh command-line argument injection

Cockpit's remote login feature passes user-supplied hostnames and usernames from the web interface to the SSH client without validation or sanitization. An attacker with network access to the Cockpit web service can craft a single HTTP request to the login endpoint that injects malicious SSH...

9.8CVSS0.1548EPSS
SaveExploits4References7
OSV
OSV
added 2026/04/07 3:55 p.m.9 views

CVE-2026-35580 Emissary has GitHub Actions Shell Injection via Workflow Inputs

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, GitHub Actions workflow files contained shell injection points where user-controlled workflowdispatch inputs were interpolated directly into shell commands via $ expression syntax. An attacker with repository write access could...

9.1CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/07 3:55 p.m.22 views

CVE-2026-35580 Emissary has GitHub Actions Shell Injection via Workflow Inputs

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, GitHub Actions workflow files contained shell injection points where user-controlled workflowdispatch inputs were interpolated directly into shell commands via $ expression syntax. An attacker with repository write access could...

9.1CVSS0.00566EPSS
SaveExploits1References3
CVE
CVE
added 2026/04/07 3:55 p.m.37 views

CVE-2026-35580

Emissary (a P2P data-driven workflow engine) contains a shell-injection vulnerability in GitHub Actions workflow files prior to version 8.39.0. User-controlled workflow_dispatch inputs could be interpolated directly into shell commands via ${{ }} expressions in run blocks, enabling an attacker wi...

9.1CVSS6AI score0.00566EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/07 3:55 p.m.5 views

CVE-2026-35580

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, GitHub Actions workflow files contained shell injection points where user-controlled workflowdispatch inputs were interpolated directly into shell commands via $ expression syntax. An attacker with repository write access could...

9.1CVSS6AI score0.00566EPSS
SaveExploits1References4Affected Software1
Debian CVE
Debian CVE
added 2026/04/07 3:55 p.m.8 views

CVE-2026-35580

Removed by vendor...

9.1CVSS5.9AI score0.00566EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/04/07 12:0 a.m.8 views

PT-2026-30892

Name of the Vulnerable Software and Affected Versions Emissary versions prior to 8.39.0 Description Emissary is a P2P based data-driven workflow engine. Prior to version 8.39.0, GitHub Actions workflow files contained shell injection points. User-controlled workflow dispatch inputs were...

9.1CVSS6AI score0.00861EPSS
SaveExploits2References15
OSV
OSV
added 2026/04/06 6:59 p.m.16 views

CVE-2026-35021 Anthropic Claude Code & Agent SDK OS Command Injection via promptEditor.ts

Anthropic Claude Code CLI and Claude Agent SDK contain an OS command injection vulnerability in the prompt editor invocation utility that allows attackers to execute arbitrary commands by crafting malicious file paths. Attackers can inject shell metacharacters such as $ or backtick expressions in...

8.4CVSS6.3AI score
SaveExploits0References6
NVD
NVD
added 2026/04/03 11:17 p.m.6 views

CVE-2026-34937

PraisonAI is a multi-agent teams system. Prior to version 1.5.90, runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick...

9.8CVSS0.00545EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/03 10:50 p.m.29 views

CVE-2026-34937

PRAISONAI: The run_python() function constructs a shell command by interpolating user code into python3 -c "" and passes it to subprocess.run(..., shell=True). The escape logic only handles \ and ", leaving $() and backtick substitutions unescaped, enabling arbitrary OS command execution before P...

9.8CVSS6.2AI score0.00545EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/03 10:50 p.m.3 views

CVE-2026-34937 PraisonAI: Shell Injection in run_python() via Unescaped $() Substitution

PraisonAI is a multi-agent teams system. Prior to version 1.5.90, runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick...

7.8CVSS6.2AI score0.00545EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/03 10:50 p.m.2 views

CVE-2026-34937

PraisonAI is a multi-agent teams system. Prior to version 1.5.90, runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick...

7.8CVSS6.2AI score0.00545EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/04/03 10:50 p.m.25 views

CVE-2026-34937 PraisonAI: Shell Injection in run_python() via Unescaped $() Substitution

PraisonAI is a multi-agent teams system. Prior to version 1.5.90, runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick...

7.8CVSS0.00545EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/01 11:18 p.m.15 views

GHSA-W37C-QQFP-C67F PraisonAI: Shell Injection in run_python() via Unescaped $() Substitution

Summary runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick substitutions unescaped, allowing arbitrary OS command executi...

7.8CVSS6.3AI score0.00545EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/01 11:18 p.m.13 views

PraisonAI: Shell Injection in run_python() via Unescaped $() Substitution

Summary runpython in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only handles \ and ", leaving $ and backtick substitutions unescaped, allowing arbitrary OS command executi...

9.8CVSS6.2AI score0.00545EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/01 12:0 a.m.19 views

PT-2026-29824

Name of the Vulnerable Software and Affected Versions PraisonAI versions prior to 1.5.90 Description PraisonAI's run python function constructs a shell command string by interpolating user-controlled code into python3 -c "" and passing it to subprocess.run..., shell=True. The escaping logic only...

9.8CVSS6.3AI score0.00545EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/03/28 4:59 p.m.6 views

CVE-2025-15616

Wazuh wazuh-agent and wazuh-manager versions 2.1.0 before 4.8.0 contain multiple shell injection and untrusted search path vulnerabilities that allow attackers to execute arbitrary commands through various components including logcollector configuration, maild SMTP server tags, and Kaspersky AR...

7.2CVSS6.7AI score0.01625EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/03/27 6:31 p.m.7 views

EUVD-2025-209103

Wazuh wazuh-agent and wazuh-manager versions 2.1.0 before 4.8.0 contain multiple shell injection and untrusted search path vulnerabilities that allow attackers to execute arbitrary commands through various components including logcollector configuration, maild SMTP server tags, and Kaspersky AR...

7.1CVSS6.7AI score0.01625EPSS
SaveExploits1References3
Rows per page
Query Builder