CVE-2026-56076 Details
Description
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 Content-Type-agnostic JSON parsing, enabling attackers to bypass CORS preflight checks via simple requests and exfiltrate sensitive agent responses including tool execution results and environment data.
A cross-origin agent execution vulnerability has been identified in PraisonAI versions prior to 1.5.128. The issue resides in the AGUI endpoint, specifically the POST /agui endpoint, which lacks authentication and includes hardcoded Access-Control-Allow-Origin: * headers. This vulnerability allows remote attackers to bypass CORS preflight checks using simple requests, exploiting Starlette's Content-Type-agnostic JSON parsing. As a result, attackers can trigger arbitrary agent executions and exfiltrate sensitive responses, including tool execution results and environment data.
Users are advised to update to PraisonAI version 1.5.128 or later. In addition, the hardcoded wildcard CORS headers should be removed and replaced with a configuration option that allows consumers to specify allowed origins. The AGUI endpoint should also be protected with authentication.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 18, 2026CISA-ADP
Assessed Jun 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-x462-jjpc-q4q4 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-x462-jjpc-q4q4 | [email protected] | AdvisoryExploitRemedyVendor |
| https://www.vulncheck.com/advisories/praisonai-cross-origin-agent-execution-via-hardcoded-wildcard-cors-and-missing-authentication-on-agui-endpoint | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-942 | Permissive Cross-domain Policy with Untrusted Domains | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| PraisonAI | <= 4.5.120 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 22, 2026 | CVE Modified | CISA-ADP |
| Jun 18, 2026 | New CVE Received | [email protected] |
Volerion