Lucene search
+L

37 matches found

NVD
NVD
added 2026/09/14 4:17 p.m.4 views

CVE-2026-57131

PraisonAI is a multi-agent teams system. Prior to 4.6.58, praisonai.jobs.server.createapp mounts praisonai.jobs.router.createrouter under /api/v1/runs without authentication or per-job authorization. Network clients can submit attacker-controlled prompts and agent configuration, list and read job...

9.8CVSS
SaveExploits0References3
CVE
CVE
added 2026/09/14 3:06 p.m.26 views

CVE-2026-57131

PraisonAI (a Python multi-agent framework on PyPI) ships a standalone async-jobs HTTP server whose /api/v1/runs/... endpoints are entirely unauthenticated prior to version 4.6.58 . The root cause is a missing authentication layer: create_app adds only CORS middleware (which lists Authorization in...

9.8CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/14 3:06 p.m.18 views

CVE-2026-57131 praisonai: Jobs API exposes agent-execution endpoints with no authentication

PraisonAI is a multi-agent teams system. Prior to 4.6.58, praisonai.jobs.server.createapp mounts praisonai.jobs.router.createrouter under /api/v1/runs without authentication or per-job authorization. Network clients can submit attacker-controlled prompts and agent configuration, list and read job...

9.8CVSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 3:16 p.m.9 views

CVE-2026-55538

PraisonAI is a multi-agent teams system. Prior to praisonai 4.6.51, praisonai serve agents parses config"apikey" but createagentsapp does not authenticate POST /agents or POST /agents/agentname. Missing or incorrect bearer and X-API-Key values still reach agent execution. This issue is fixed in...

7.3CVSS0.00258EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 2:42 p.m.5 views

GHSA-7WW9-85PG-CV4X PraisonAI serve agents --api-key is ignored, allowing unauthenticated remote agent execution

Summary PraisonAI's praisonai serve agents command exposes --api-key as the documented authentication control for production/external deployments, but the configured key is not enforced on the public agent invocation compatibility endpoints. An operator can start the server with --api-key and bin...

8.6CVSS6AI score0.00252EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/25 2:42 p.m.11 views

PraisonAI serve agents --api-key is ignored, allowing unauthenticated remote agent execution

Summary PraisonAI's praisonai serve agents command exposes --api-key as the documented authentication control for production/external deployments, but the configured key is not enforced on the public agent invocation compatibility endpoints. An operator can start the server with --api-key and bin...

8.6CVSS8.1AI score0.28571EPSS
SaveExploits3References4Affected Software1
Cvelist
Cvelist
added 2026/08/25 2:41 p.m.36 views

CVE-2026-55534 PraisonAI serve agents --api-key is ignored, allowing unauthenticated remote agent execution

PraisonAI is a multi-agent teams system. From praisonai 4.6.34 until 4.6.58, praisonai serve agents accepts --api-key but createagentsapp does not authenticate POST /agents or POST /agents/agentname. A network caller can invoke configured agents without credentials even when an API key was...

8.6CVSS0.00252EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 2:41 p.m.8 views

EUVD-2026-65500

PraisonAI is a multi-agent teams system. From praisonai 4.6.34 until 4.6.58, praisonai serve agents accepts --api-key but createagentsapp does not authenticate POST /agents or POST /agents/agentname. A network caller can invoke configured agents without credentials even when an API key was...

8.6CVSS5.2AI score0.00252EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/24 2:17 p.m.16 views

CVE-2026-78250

A vulnerability was identified in bytebot-ai bytebot 0.0.1. The affected element is an unknown function of the component Agent Execution Workflow. Such manipulation leads to infinite loop. The attack may be performed from remote. The exploit is publicly available and might be used. This...

5.3CVSS0.00542EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/24 1:15 p.m.39 views

CVE-2026-78250 bytebot-ai bytebot Agent Execution Workflow infinite loop

A vulnerability was identified in bytebot-ai bytebot 0.0.1. The affected element is an unknown function of the component Agent Execution Workflow. Such manipulation leads to infinite loop. The attack may be performed from remote. The exploit is publicly available and might be used. This...

5.3CVSS0.00542EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/24 1:15 p.m.9 views

EUVD-2026-64854

A vulnerability was identified in bytebot-ai bytebot 0.0.1. The affected element is an unknown function of the component Agent Execution Workflow. Such manipulation leads to infinite loop. The attack may be performed from remote. The exploit is publicly available and might be used. This...

5.3CVSS5.3AI score0.00542EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/24 1:15 p.m.19 views

CVE-2026-78250

bytebot-ai bytebot 0.0.1 is affected by a vulnerability in the Agent Execution Workflow component where manipulation of an unknown function leads to an infinite loop , resulting in a denial of service (availability impact only). The attack can be performed remotely and requires low privileges (CV...

5.3CVSS4.9AI score0.00542EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/15 3:16 p.m.21 views

CVE-2026-61613

Cursor is a code editor built for programming with AI. Prior to the Cloud Agent fix on 03/31/2026, browser-enabled Cursor Cloud Agent sessions allowed attacker-controlled web content to connect from inside the agent container to an unauthenticated local agent endpoint, enabling code execution...

7.7CVSS0.00678EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/18 11:16 p.m.26 views

CVE-2026-56076

PraisonAI before 1.5.128 contains a cross-origin agent execution vulnerability in the AGUI endpoint that allows remote attackers to trigger arbitrary agent execution. The POST /agui endpoint lacks authentication and hardcodes Access-Control-Allow-Origin: headers, combined with Starlette's...

8.6CVSS0.00743EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/06/18 10:12 p.m.31 views

CVE-2026-56076 PraisonAI - Cross-Origin Agent Execution via Hardcoded Wildcard CORS and Missing Authentication on AGUI Endpoint

PraisonAI before 1.5.128 contains a cross-origin agent execution vulnerability in the AGUI endpoint that allows remote attackers to trigger arbitrary agent execution. The POST /agui endpoint lacks authentication and hardcodes Access-Control-Allow-Origin: headers, combined with Starlette's...

8.6CVSS0.00743EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/18 1:57 p.m.23 views

GHSA-FQ2M-6WQH-X44G PraisonAI: Jobs API exposes agent-execution endpoints with no authentication

praisonai: Jobs API exposes agent-execution endpoints with no authentication Researcher: Kai Aizen — SnailSploit @SnailSploit, Adversarial & Offensive Security Research Target: https://github.com/MervinPraison/PraisonAI --- Package: praisonai on PyPI Affected version empirically tested: 4.6.48...

9.8CVSS6.6AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/18 12:00 a.m.34 views

PT-2026-50807

Name of the Vulnerable Software and Affected Versions PraisonAI versions prior to 1.5.128 Description A cross-origin agent execution issue exists in the 'POST /agui' endpoint, allowing remote attackers to trigger arbitrary agent execution. The endpoint lacks authentication and utilizes hardcoded...

8.6CVSS6.2AI score0.00743EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/06/18 12:00 a.m.20 views

PT-2026-61785

PraisonAI is a multi-agent teams system. Prior to 4.6.58, praisonai.jobs.server.create app mounts praisonai.jobs.router.create router under /api/v1/runs without authentication or per-job authorization. Network clients can submit attacker-controlled prompts and agent configuration, list and read...

9.8CVSS6.6AI score
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/06/05 7:47 p.m.15 views

CVE-2026-6612

A vulnerability was determined in TransformerOptimus SuperAGI up to 0.0.14. This impacts the function getagentexecution/updateagentexecution of the file superagi/controllers/agentexecution.py of the component Agent Execution Endpoint. Executing a manipulation of the argument agentexecutionid can...

6.5CVSS6.2AI score0.00314EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/20 7:16 a.m.13 views

CVE-2026-6612

A vulnerability was determined in TransformerOptimus SuperAGI up to 0.0.14. This impacts the function getagentexecution/updateagentexecution of the file superagi/controllers/agentexecution.py of the component Agent Execution Endpoint. Executing a manipulation of the argument agentexecutionid can...

6.5CVSS0.00314EPSS
SaveExploits0References4
Rows per page
Query Builder