CVE-2026-48169
Last modified
CVE-2026-48169 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
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 authenticated user can read, modify, and delete resources in any workspace just by swapping UUIDs in their API requests. On top of that, every member management endpoint (add, update role, remove) only requires `min_role="member"`, which lets any workspace member promote themselves to owner and kick out the original owner. A low-privilege member of one workspace can steal data from every other workspace and take over any workspace they belong to. Both issues come from the same gap: the route layer pulls `workspace_id` from the URL and verifies membership, but the service layer ignores the workspace scope for resource lookups and ignores the caller's role level for member operations. The `require_workspace_member()` dependency does its job correctly. The problem is that the service layer doesn't use the information it provides. Version 0.1.4 of the PraisonAI Platform API patch the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MervinPraison | praisonai-platform | < 0.1.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48169?
How severe is CVE-2026-48169?
How do I fix CVE-2026-48169?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48161react18-use is a React 19 use hook shim. Between 2026-05-19 …9.3
- CVE-2026-48163MariaDB server is a community developed fork of MySQL server…7.2
- CVE-2026-48165MariaDB server is a community developed fork of MySQL server…7.2
- CVE-2026-48166Filament is a collection of full-stack components for accele…5.3
- CVE-2026-48167Filament is a collection of full-stack components for accele…6.4
- CVE-2026-48168PraisonAI is a multi-agent teams system. In versions prior t…10
- CVE-2026-4817The MasterStudy LMS WordPress Plugin for Online Courses and …6.5
- CVE-2026-48170`scim-patch`, a library to perform SCIM patch, prior to vers…9.1
- CVE-2026-48172LiteSpeed User-End cPanel Plugin before 2.4.5 allows privile…9.8
- CVE-2026-4818In Search Guard FLX versions from 3.0.0 up to 4.0.1, there e…8.1
- CVE-2026-48187An uncontrolled allocation of resources without limits or th…5.7
- CVE-2026-48188An improper Input Validation vulnerability in OTRS or ((OTRS…9.1
Are you affected by CVE-2026-48169?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
