Skip to main content

PraisonAI CVE-2026-56077

| EUVDEUVD-2026-37961 HIGH
Exposure of Resource to Wrong Sphere (CWE-668)
2026-06-18 VulnCheck GHSA-qwwv-hc99-6f5p
7.1
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
7.1 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.5 MEDIUM

Network-reachable agent API with low-privileged authenticated caller registering an ID; confidentiality-only impact on victim ledger context, no integrity or availability effect.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jun 19, 2026 - 02:01 EUVD
Source Code Evidence Fetched
Jun 18, 2026 - 23:17 vuln.today
Analysis Generated
Jun 18, 2026 - 23:17 vuln.today

DescriptionCVE.org

PraisonAI before 1.5.115 contains an information disclosure vulnerability in the MultiAgentLedger component that allows attackers to access sensitive data by registering agents with duplicate IDs. Attackers can exploit the lack of agent ID uniqueness enforcement to share ledger instances and expose system prompts and conversation history between agents.

AnalysisAI

Information disclosure in PraisonAI before 1.5.115 allows authenticated agents to read other agents' system prompts and conversation history by exploiting missing uniqueness enforcement on agent identifiers in the MultiAgentLedger component. An attacker who can register an agent with a colliding ID receives the same ledger instance as the victim, breaking tenant isolation in multi-agent deployments. No public exploit identified at time of analysis, though the upstream GHSA advisory (GHSA-766v-q9x3-g744) publishes a working proof-of-concept demonstrating the collision.

Technical ContextAI

PraisonAI is a Python multi-agent orchestration framework (pip package praisonaiagents) used to build LLM-driven agent workflows. The MultiAgentLedger class maintains a Python dictionary self.ledgers keyed by agent ID, and its get_agent_ledger method only instantiates a new ledger when the key is absent - otherwise it returns the existing one. Because no uniqueness check, namespace, or ownership binding is enforced on agent IDs, two distinct callers registering the same ID share a single ledger object holding system prompts and conversation history. This maps to CWE-668 (Exposure of Resource to Wrong Sphere): a logical resource intended to be per-agent is exposed across agent boundaries. The same advisory also flags an adjacent CWE-22 path traversal in MultiAgentMonitor where agent IDs are concatenated into file paths without sanitization, though that is a separate weakness from CVE-2026-56077's information disclosure scope.

RemediationAI

Vendor-released patch: 1.5.115 - upgrade praisonaiagents to 1.5.115 or later via pip install --upgrade praisonaiagents, per the GHSA-766v-q9x3-g744 advisory. If immediate upgrade is not possible, compensating controls are to (a) restrict agent registration to a trusted control plane and reject client-supplied agent IDs in favor of server-generated UUIDs, which eliminates the collision primitive but requires updating any client code that assumes caller-chosen IDs, and (b) namespace agent IDs by tenant or user (e.g., prefix with an authenticated principal hash) before they reach MultiAgentLedger, which preserves caller naming at the cost of a small wrapper layer. Operators should also review any MultiAgentMonitor base paths for the companion path-traversal issue documented in the same advisory and confirm no sensitive logs were cross-tenant accessible during the exposure window.

CVE-2026-55536 CRITICAL POC
9.1 Aug 25

WebSocket origin-validation bypass in PraisonAI's Browser Server (praisonai/browser/server.py) before 4.6.58 lets an att

CVE-2026-55541 HIGH POC
8.8 Aug 25

PraisonAI's `praisonai serve` subsystem (agents and unified modes) accepts an `--api-key` CLI flag that is parsed but ne

CVE-2026-55534 HIGH POC
8.6 Aug 25

Unauthenticated remote agent invocation in PraisonAI versions 4.6.34 through 4.6.57 allows any network-reachable caller

CVE-2026-55526 HIGH POC
8.5 Aug 25

SSRF protection bypass in PraisonAI's praisonaiagents library (all versions before 1.6.58) lets low-privileged users rou

CVE-2026-55533 HIGH POC
8.2 Aug 25

Authentication fail-open in PraisonAI's Recipe HTTP server allows unauthenticated remote attackers to invoke recipe exec

CVE-2026-55528 HIGH POC
8.2 Aug 25

Authentication bypass in PraisonAI's AgentServer component exposes all routes - /publish, /events, /info, /health - to u

CVE-2026-55522 HIGH POC
7.8 Aug 05

Arbitrary Python code execution in PraisonAI's workflow include feature allows an attacker who controls a local recipe d

CVE-2026-55523 HIGH POC
7.7 Aug 05

Server-side request forgery in PraisonAI's web_crawl() function (versions 1.5.128-1.6.57) allows an attacker who can inf

CVE-2026-55532 HIGH POC
7.6 Aug 25

Cross-site request forgery against the PraisonAI MCP HTTP-stream transport allows unauthenticated remote attackers to ex

CVE-2026-44338 HIGH POC
7.3 May 08

Remote unauthenticated access to PraisonAI's legacy Flask API server allows attackers to execute configured agent workfl

CVE-2026-55527 HIGH POC
7.1 Aug 25

Path traversal in praisonaiagents prior to 1.6.58 allows a low-privileged caller to write arbitrary JSON files to any pr

CVE-2026-55535 MEDIUM POC
6.8 Aug 25

Server-Side Request Forgery in PraisonAI before version 4.6.58 allows unauthenticated remote attackers to force the appl

Share

CVE-2026-56077 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy