漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
PraisonAI has Cross-Workspace IDOR and Privilege Escalation via Platform API
Vulnerability 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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Vulnerability Type
通过用户控制密钥绕过授权机制
Vulnerability Title
Mervin Praison PraisonAI 授权问题漏洞
Vulnerability Description
Mervin Praison PraisonAI是Mervin Praison个人开发者的一款消息队列软件。 Mervin Praison PraisonAI 0.1.4之前版本存在授权问题漏洞,该漏洞源于服务层未检查工作区所有权和调用者角色级别,可能导致任何已认证用户读取、修改、删除任意工作区资源,以及任意工作区成员提升权限为所有者并接管工作区。
CVSS Information
N/A
Vulnerability Type
N/A