Lucene search
K

906 matches found

RedhatCVE
RedhatCVE
added 2026/04/08 7:34 p.m.1 views

CVE-2026-35581

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, the Executrix utility class constructed shell commands by concatenating configuration-derived values — including the PLACENAME parameter — with insufficient sanitization. Only spaces were replaced with underscores, allowing she...

7.2CVSS5.9AI score0.00129EPSS
Exploits1References1
EUVD
EUVD
added 2026/04/08 12:12 a.m.5 views

EUVD-2026-19728

Emissary has GitHub Actions Shell Injection via Workflow Inputs...

9.1CVSS5.9AI score0.00023EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2026/04/08 12:12 a.m.2 views

Emissary has GitHub Actions Shell Injection via Workflow Inputs

Summary Three GitHub Actions workflow files contained 10 shell injection points where user-controlled workflowdispatch inputs were interpolated directly into shell commands via $ expression syntax. An attacker with repository write access could inject arbitrary shell commands, leading to reposito...

9.1CVSS6.5AI score0.00023EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2026/04/08 12:12 a.m.1 views

GHSA-3G6G-GQ4R-XJM9 Emissary has GitHub Actions Shell Injection via Workflow Inputs

Summary Three GitHub Actions workflow files contained 10 shell injection points where user-controlled workflowdispatch inputs were interpolated directly into shell commands via $ expression syntax. An attacker with repository write access could inject arbitrary shell commands, leading to reposito...

9.1CVSS6.5AI score0.00023EPSS
Exploits1References5
Positive Technologies
Positive Technologies
added 2026/04/08 12:0 a.m.1 views

PT-2026-31717

Name of the Vulnerable Software and Affected Versions: PraisonAI versions prior to 4.5.121 Description: PraisonAI's workflow system and command execution tools are susceptible to command injection attacks because they pass user-controlled input directly to subprocess.run with shell=True. This...

9.6CVSS6.5AI score0.0008EPSS
Exploits1References10
NVD
NVD
added 2026/04/07 8:16 p.m.3 views

CVE-2026-39382

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. Inside the reusable workflow dbt-labs/actions/blob/main/.github/workflows/open-issue-in-repo.yml, the prep job uses peter-evans/find-comment to search for an...

9.3CVSS0.00022EPSS
Exploits0References2
NVD
NVD
added 2026/04/07 5:16 p.m.3 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.1CVSS0.00023EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2026/04/07 4:30 p.m.1 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.26505EPSS
Exploits3References6
Cvelist
Cvelist
added 2026/04/07 4:30 p.m.13 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.26505EPSS
Exploits3References6
ATTACKERKB
ATTACKERKB
added 2026/04/07 4:30 p.m.2 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.26505EPSS
Exploits3References7
CVE
CVE
added 2026/04/07 3:55 p.m.9 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.00023EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2026/04/07 3:55 p.m.12 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.00023EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2026/04/07 3:55 p.m.2 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.00023EPSS
Exploits1References4Affected Software1
Debian CVE
Debian CVE
added 2026/04/07 3:55 p.m.4 views

CVE-2026-35580

Removed by vendor...

9.1CVSS5.9AI score0.00023EPSS
Exploits1
Positive Technologies
Positive Technologies
added 2026/04/07 12:0 a.m.1 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.00075EPSS
Exploits2References15
NVD
NVD
added 2026/04/03 11:17 p.m.1 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.00032EPSS
Exploits1References1
CVE
CVE
added 2026/04/03 10:50 p.m.5 views

CVE-2026-34937

Summary of CVE-2026-34937 : A GitHub advisory for PraisonAI exposes a shell injection in run_python() via unescaped $() substitution. The function builds a shell command string by interpolating user-controlled code into python3 -c "" and passes it to subprocess.run with shell=True. The escaping o...

9.8CVSS6.2AI score0.00032EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2026/04/03 10:50 p.m.16 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.00032EPSS
Exploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/03 10:50 p.m.0 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.00032EPSS
Exploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/03 10:50 p.m.0 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.00032EPSS
Exploits1References1
Rows per page
Query Builder