Lucene search
+L

827 matches found

Nuclei
Nuclei
added yesterday23 views

PraisonAI - Authentication Bypass

PraisonAI 2.5.6 to 4.6.34 contains a broken authentication caused by disabled default authentication in legacy Flask API server, letting remote attackers access /agents and trigger workflows without token, exploit requires network access to API server. id: CVE-2026-44338 info: name: PraisonAI -...

7.3CVSS7.7AI score0.28571EPSS
SaveExploits3References2
Packet Storm
Packet Storm
added 2026/08/11 12:0 a.m.20 views

PraisonAI CodeAgent 1.6.77 Remote Code Execution

The CodeAgent.executepython in PraisonAI executes LLM-generated code without sandboxing, AST validation, or import restrictions. This allows full environment secret exfiltration and arbitrary code execution via prompt injection. Versions 1.6.77 and below are affected. !/usr/bin/env python3 Exploi...

10CVSS6.2AI score0.02226EPSS
SaveExploits2
NVD
NVD
added 2026/08/07 10:16 p.m.9 views

CVE-2026-48169

PraisonAI is a multi-agent teams system. Versions prior to 0.1.4 of the PraisonAI Platform API have two authorization failures that together break workspace isolation. The service layer for issues and projects performs global primary-key lookups without checking workspace ownership, so any...

8.8CVSS0.0026EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 9:22 p.m.16 views

CVE-2026-48169 PraisonAI has Cross-Workspace IDOR and Privilege Escalation via Platform API

PraisonAI is a multi-agent teams system. Versions prior to 0.1.4 of the PraisonAI Platform API have two authorization failures that together break workspace isolation. The service layer for issues and projects performs global primary-key lookups without checking workspace ownership, so any...

8.8CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2026/08/05 8:17 p.m.10 views

CVE-2026-55522

PraisonAI is a multi-agent teams system. In versions 3.9.26 through 4.6.57 of praiseonai and 0.12.12 through 1.6.57 of praiseonaiagents, the workflow "include" feature is vulnerable to code execution. Workflow.executeinclude implicitly imports and runs an included recipe's tools.py via a raw...

7.8CVSS0.00152EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 8:17 p.m.8 views

CVE-2026-55523

PraisonAI is a multi-agent teams system. In versions 1.5.128 through 1.6.57, the praisonaiagents.tools.webcrawltools.webcrawl function is vulnerable to server-side request forgery. While it validates the initially supplied URL and blocks direct loopback and private destinations, its default httpx...

7.7CVSS0.00342EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 8:17 p.m.13 views

CVE-2026-55524

PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the webcrawl tool performs its SSRF check only on the initially supplied URL, allowing the protection to be bypassed so the tool connects to attacker-chosen internal destinations. The check resolves the hostname once with...

7.5CVSS0.00194EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 7:58 p.m.34 views

CVE-2026-55524 PraisonAI: SSRF in web_crawl tool via redirect-following and DNS rebinding (validate-then-fetch gap)

PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the webcrawl tool performs its SSRF check only on the initially supplied URL, allowing the protection to be bypassed so the tool connects to attacker-chosen internal destinations. The check resolves the hostname once with...

7.5CVSS0.00194EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 7:58 p.m.10 views

CVE-2026-55524

PraisonAI is a multi-agent teams system. In versions prior to 1.6.58, the webcrawl tool performs its SSRF check only on the initially supplied URL, allowing the protection to be bypassed so the tool connects to attacker-chosen internal destinations. The check resolves the hostname once with...

7.5CVSS5.4AI score0.00194EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/08/05 7:58 p.m.62 views

CVE-2026-55524

PraxionAI’s web_crawl tool is affected by an SSRF in versions prior to 1.6.58. The vulnerability arises because the tool validates the hostname only at initial resolution, then re-resolves at connect time in the fetch path (httpx Client with follow_redirects enabled or urllib), bypassing the init...

7.5CVSS5.4AI score0.00194EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 7:26 p.m.8 views

CVE-2026-55523

PraisonAI is a multi-agent teams system. In versions 1.5.128 through 1.6.57, the praisonaiagents.tools.webcrawltools.webcrawl function is vulnerable to server-side request forgery. While it validates the initially supplied URL and blocks direct loopback and private destinations, its default httpx...

7.7CVSS5.4AI score0.00342EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/05 7:26 p.m.36 views

CVE-2026-55523 PraisonAI has a`web_crawl` SSRF protection bypass via unchecked redirect targets

PraisonAI is a multi-agent teams system. In versions 1.5.128 through 1.6.57, the praisonaiagents.tools.webcrawltools.webcrawl function is vulnerable to server-side request forgery. While it validates the initially supplied URL and blocks direct loopback and private destinations, its default httpx...

7.7CVSS0.00342EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 7:26 p.m.11 views

EUVD-2026-53582

PraisonAI is a multi-agent teams system. In versions 1.5.128 through 1.6.57, the praisonaiagents.tools.webcrawltools.webcrawl function is vulnerable to server-side request forgery. While it validates the initially supplied URL and blocks direct loopback and private destinations, its default httpx...

7.7CVSS5.4AI score0.00342EPSS
SaveExploits1References1
NVD
NVD
added 2026/08/05 7:17 p.m.6 views

CVE-2026-48168

PraisonAI is a multi-agent teams system. In versions prior to 4.6.40, the bundled Claude GitHub Actions workflow is vulnerable to command injection because it embeds an attacker-controlled pull request branch name into a Bash run: block without quoting or validation. Additionally, the workflow...

10CVSS0.00905EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 7:1 p.m.28 views

CVE-2026-55522 PraisonAI workflow include bypasses tools.py autoload opt-in and executes included recipe code

PraisonAI is a multi-agent teams system. In versions 3.9.26 through 4.6.57 of praiseonai and 0.12.12 through 1.6.57 of praiseonaiagents, the workflow "include" feature is vulnerable to code execution. Workflow.executeinclude implicitly imports and runs an included recipe's tools.py via a raw...

7.8CVSS0.00152EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 7:1 p.m.54 views

CVE-2026-55522

CVE-2026-55522 – PraisonAI workflow include bypasses tools.py autoload . Affected: PraisonAI versions 3.9.26–4.6.57 and PraisonAIAgents 0.12.12–1.6.57. The workflow include feature (Workflow._execute_include) imports and executes a recipe’s tools.py via importlib.util.spec_from_file_location() an...

7.8CVSS6.2AI score0.00152EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 7:1 p.m.11 views

CVE-2026-55522

PraisonAI is a multi-agent teams system. In versions 3.9.26 through 4.6.57 of praiseonai and 0.12.12 through 1.6.57 of praiseonaiagents, the workflow "include" feature is vulnerable to code execution. Workflow.executeinclude implicitly imports and runs an included recipe's tools.py via a raw...

7.8CVSS6.2AI score0.00152EPSS
SaveExploits0References2Affected Software2
EUVD
EUVD
added 2026/08/05 7:1 p.m.12 views

EUVD-2026-53580

PraisonAI is a multi-agent teams system. In versions 3.9.26 through 4.6.57 of praiseonai and 0.12.12 through 1.6.57 of praiseonaiagents, the workflow "include" feature is vulnerable to code execution. Workflow.executeinclude implicitly imports and runs an included recipe's tools.py via a raw...

7.8CVSS6.2AI score0.00152EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 6:29 p.m.9 views

CVE-2026-48168

PraisonAI is a multi-agent teams system. In versions prior to 4.6.40, the bundled Claude GitHub Actions workflow is vulnerable to command injection because it embeds an attacker-controlled pull request branch name into a Bash run: block without quoting or validation. Additionally, the workflow...

10CVSS6AI score0.00905EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/05 6:29 p.m.30 views

CVE-2026-48168 PraisonAI: GitHub Actions Claude workflow command injection via unquoted PR branch name

PraisonAI is a multi-agent teams system. In versions prior to 4.6.40, the bundled Claude GitHub Actions workflow is vulnerable to command injection because it embeds an attacker-controlled pull request branch name into a Bash run: block without quoting or validation. Additionally, the workflow...

10CVSS0.00905EPSS
SaveExploits0References2
Rows per page
Query Builder