---
id: CVE-2026-48169
title: PraisonAI is a multi-agent teams system
summary: >-
  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…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-639
  - CWE-862
vendor: praisonai-platform
product: praisonai-platform
affected:
  - praisonai-platform < 0.1.4
patched:
  - praisonai-platform 0.1.4
published: '2026-08-07'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48169'
references:
  - url: >-
      https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-gv23-xrm3-8c62
    label: security-advisories@github.com
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/praisonai-platform/PYSEC-2026-2935.yaml
    label: security-advisories@github.com
  - url: >-
      https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-gv23-xrm3-8c62
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/MervinPraison/PraisonAI'
tags:
  - nvd
  - osv
  - pip
epss: 0.00442
epssPercentile: 0.35712
aliases:
  - GHSA-gv23-xrm3-8c62
  - PYSEC-2026-2935
ecosystem: pip
ingestedAt: '2026-07-13T18:57:58.599Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-48169)

Affected packages:

- `praisonai-platform < 0.1.4`

Patched in:

- `praisonai-platform 0.1.4`

Source: https://osv.dev/vulnerability/GHSA-gv23-xrm3-8c62
