Lucene search
+L

60 matches found

CVE
CVE
added 2026/07/21 4:55 p.m.47 views

CVE-2026-47410

Summary of findings: CVE-2026-47410 affects PraisonAI Platform. When PLATFORM_JWT_SECRET is unset and PLATFORM_ENV remains default, the code uses a hardcoded secret dev-secret-change-me to sign and verify JWTs. This enables an attacker to forge tokens for arbitrary users and impersonate workspace...

9.8CVSS5.6AI score0.0036EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 4:55 p.m.5 views

CVE-2026-47410 praisonai-platform: JWT signing key defaults to hardcoded "dev-secret-change-me", allowing token forgery for any user when PLATFORM_ENV is unset

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an insecure default cryptographic key. The JWT signing secret defaults to the hardcoded literal "dev-secret-change-me" when PLATFORMJWTSECRET is unset. A safety check exists but only...

9.8CVSS5.6AI score0.0036EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/21 4:53 p.m.23 views

CVE-2026-47409 praisonai-platform: Any workspace member can remove any other member (including the owner) via DELETE /workspaces/{id}/members/{user_id}

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an authorization bypass enabling owner lockout. The DELETE /workspaces/workspaceid/members/userid endpoint is gated only by requireworkspacememberworkspaceid default minrole="member"...

8.1CVSS0.00284EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 4:53 p.m.27 views

CVE-2026-47409

CVE-2026-47409 affects PraisonAI Platform. Public docs confirm an authorization bypass in DELETE /workspaces/{workspace_id}/members/{user_id}: any workspace member can remove any other member (including the owner) because require_workspace_member defaults to min_role=member and lacks caller/targe...

8.1CVSS5.4AI score0.00284EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/21 4:53 p.m.11 views

EUVD-2026-46323

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an authorization bypass enabling owner lockout. The DELETE /workspaces/workspaceid/members/userid endpoint is gated only by requireworkspacememberworkspaceid default minrole="member"...

8.1CVSS5.5AI score0.00284EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 4:49 p.m.28 views

CVE-2026-47408 praisonai-platform: list_issue_activity returns activity log for any issue regardless of workspace ownership

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The GET /workspaces/workspaceid/issues/issueid/activity endpoint is gated by requireworkspacememberworkspaceid and dispatches to...

6.5CVSS0.00231EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 4:49 p.m.5 views

CVE-2026-47408 praisonai-platform: list_issue_activity returns activity log for any issue regardless of workspace ownership

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The GET /workspaces/workspaceid/issues/issueid/activity endpoint is gated by requireworkspacememberworkspaceid and dispatches to...

6.5CVSS5.4AI score0.00231EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/21 4:42 p.m.29 views

CVE-2026-47407 PraisonAI Platform has a cross-workspace IDOR + member-role privilege escalation

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Prior to version 0.1.4, the Platform server exposes resources under /api/v1/workspaces/workspaceid/... and protects them with a requireworkspacememberworkspaceid FastAPI dependency. The dependency only checks tha...

9.4CVSS0.00238EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 4:37 p.m.23 views

CVE-2026-47406 praisonai-platform: Dependency endpoints accept any issue_id and dep_id without workspace ownership check, cross-workspace issue linking + read + delete IDOR

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have an Insecure Direct Object Reference. The dependency endpoints POST/GET /workspaces/workspaceid/issues/issueid/dependencies and DELETE .../dependencies/depid gate access on...

8.1CVSS0.00231EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 4:18 p.m.23 views

CVE-2026-47405 PraisonAI Platform missing role checks let any workspace member become owner and take over workspace membership

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have a broken workspace authorization check that allows any authenticated low-privilege workspace member to escalate their own role to owner. The issue is caused by privileged...

8.8CVSS0.0029EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 4:18 p.m.41 views

CVE-2026-47405

CVE-2026-47405 covers PraisonAI Platform where a broken workspace authorization check uses require_workspace_member with default min_role="member", enabling any authenticated low‑privilege workspace member to self‑promote to owner and alter workspace membership. Connected docs confirm this affect...

8.8CVSS5.5AI score0.0029EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 4:18 p.m.5 views

CVE-2026-47405 PraisonAI Platform missing role checks let any workspace member become owner and take over workspace membership

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have a broken workspace authorization check that allows any authenticated low-privilege workspace member to escalate their own role to owner. The issue is caused by privileged...

8.8CVSS5.6AI score0.0029EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/21 4:15 p.m.27 views

CVE-2026-47399 PraisonAI Platform workspace-scoped routes allow cross-workspace object access by global object ID

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Prior to version 0.1.4, the workspace-scoped REST routes contain a systemic object-level authorization flaw that allows an authenticated user from one workspace to access, modify, and delete objects belonging to...

8.8CVSS0.0029EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/15 2:36 p.m.8 views

Missing Authorization

Overview praisonai-platform is a Platform layer for PraisonAI — workspace, auth, issues, projects Affected versions of this package are vulnerable to Missing Authorization via the label and issue-label mutation endpoints. An attacker can modify shared label names and colors, as well as add or...

7.1CVSS5.4AI score0.00213EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/15 12:18 p.m.9 views

CVE-2026-61440

PraisonAI Platform before 0.1.9 fails to properly authorize label and issue-label mutations, allowing workspace members to rename and recolor shared labels and add or remove labels on owner-created issues. Attackers with workspace member privileges can exploit PATCH and POST/DELETE endpoints to...

7.1CVSS0.00213EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/15 11:25 a.m.37 views

CVE-2026-61440 PraisonAI Platform before 0.1.9 Authorization Bypass via Label Endpoints

PraisonAI Platform before 0.1.9 fails to properly authorize label and issue-label mutations, allowing workspace members to rename and recolor shared labels and add or remove labels on owner-created issues. Attackers with workspace member privileges can exploit PATCH and POST/DELETE endpoints to...

7.1CVSS0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/15 11:25 a.m.9 views

CVE-2026-61440 PraisonAI Platform before 0.1.9 Authorization Bypass via Label Endpoints

PraisonAI Platform before 0.1.9 fails to properly authorize label and issue-label mutations, allowing workspace members to rename and recolor shared labels and add or remove labels on owner-created issues. Attackers with workspace member privileges can exploit PATCH and POST/DELETE endpoints to...

7.1CVSS6.1AI score0.00213EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/11 2:16 p.m.13 views

CVE-2026-61442

PraisonAI Platform praisonai-platform before 0.1.9 fails to enforce owner/admin authorization on the PATCH routes for projects, issues, and agents, which only require workspace-member role. A workspace member can modify owner-created records; for projects, a member can reassign leadid to their ow...

7.1CVSS0.00256EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/10 3:16 p.m.9 views

CVE-2026-61441

PraisonAI Platform praisonai-platform before 0.1.9 improperly authorizes deletion of issue dependencies. The DELETE dependency route accepts either endpoint of a dependency edge and checks delete permission only against the caller-selected URL issue. A workspace member who cannot delete a...

7.1CVSS0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/10 1:58 p.m.6 views

CVE-2026-61441 PraisonAI Platform before 0.1.9 Authorization Bypass via Dependencies

PraisonAI Platform praisonai-platform before 0.1.9 improperly authorizes deletion of issue dependencies. The DELETE dependency route accepts either endpoint of a dependency edge and checks delete permission only against the caller-selected URL issue. A workspace member who cannot delete a...

7.1CVSS6.1AI score0.00239EPSS
SaveExploits0References5
Rows per page
Query Builder