Lucene search
+L

45323 matches found

OSV
OSV
added 2026/07/21 5:07 p.m.8 views

CVE-2026-47413 praisonai-platform: Any workspace member can add arbitrary user as owner via POST /workspaces/{id}/members

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have aprivilege escalation / cross-tenant member injection. The POST /workspaces/workspaceid/members endpoint is gated only by requireworkspacememberworkspaceid default minrole="member" an...

9.6CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/21 5:04 p.m.31 views

CVE-2026-47412 praisonai-platform: Any workspace member can delete the entire workspace via DELETE /workspaces/{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 destructive action. The DELETE /workspaces/workspaceid endpoint is gated only by requireworkspacememberworkspaceid default minrole="member". Any membe...

8.1CVSS0.00525EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:04 p.m.57 views

CVE-2026-47412

CVE-2026-47412 describes an authorization bypass in PraisonAI Platform: versions prior to 0.1.4 allow any workspace member to delete the entire workspace via DELETE /workspaces/{workspace_id}, because the endpoint is gated only by require_workspace_member with a default min_role of member. The im...

8.1CVSS5.4AI score0.00525EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 5:02 p.m.29 views

CVE-2026-47411 praisonai-platform: Any workspace member can rewrite workspace name, description, and settings via PATCH /workspaces/{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 workspace metadata + settings tampering. The PATCH /workspaces/workspaceid endpoint is gated only by requireworkspacememberworkspaceid default...

6.5CVSS0.00335EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/21 5:02 p.m.7 views

CVE-2026-47411 praisonai-platform: Any workspace member can rewrite workspace name, description, and settings via PATCH /workspaces/{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 workspace metadata + settings tampering. The PATCH /workspaces/workspaceid endpoint is gated only by requireworkspacememberworkspaceid default...

6.5CVSS5.6AI score
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:02 p.m.63 views

CVE-2026-47411

PraisonAI Platform contains an authorization bypass in PATCH /workspaces/{workspace_id}: endpoints guarded by require_workspace_member (default min_role=member) allow any workspace member to rewrite workspace name, description, and the free‑form settings JSON. This can enable configuration inject...

6.5CVSS5.5AI score0.00335EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/21 4:53 p.m.24 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.00525EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 4:53 p.m.59 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.00525EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 4:53 p.m.8 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.1CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/21 4:53 p.m.31 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.00525EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 4:38 p.m.29 views

CVE-2026-16454

CVE-2026-16454 affects Eclipse hawkBit (DDI Controller)

4.3CVSS5.3AI score0.00356EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2026/07/21 4:17 p.m.9 views

CVE-2026-47393

PraisonAI is a multi-agent teams system. CVE-2026-44338 GHSA-6rmh-7xcm-cpxj documents that PraisonAI ships a code-generator praisonai.deploy.api.generateapiservercode that emits a Flask API server with authentication disabled by default. Users who follow the documented quickstart praisonai deploy...

9.8CVSS0.00779EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 3:39 p.m.80 views

CVE-2026-47393

PraisonAI's code generator for API servers (praisonai.deploy.api.generate_api_server_code) emits a Flask API server with authentication disabled by default. Default config sets auth_enabled=False and auth_token=None, causing check_auth() to short-circuit and accept unauthenticated requests to /ch...

9.8CVSS5.4AI score0.00779EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 3:39 p.m.8 views

CVE-2026-47393 PraisonAI `deploy --type api` emits a Flask server with authentication disabled by default

PraisonAI is a multi-agent teams system. CVE-2026-44338 GHSA-6rmh-7xcm-cpxj documents that PraisonAI ships a code-generator praisonai.deploy.api.generateapiservercode that emits a Flask API server with authentication disabled by default. Users who follow the documented quickstart praisonai deploy...

9.8CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/07/21 3:21 p.m.105 views

CVE-2026-47391

PraisonAI’s first-party A2A example exposes an unauthenticated /a2a JSON-RPC surface and registers a calculate(expression) tool implemented via Python eval(), bound to 0.0.0.0. A remote attacker can send message/send to a2a, causing the LLM to invoke the unsafe tool and potentially execute arbitr...

9.8CVSS6AI score0.01165EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 3:21 p.m.13 views

CVE-2026-47391 PraisonAI's unauthenticated A2A official example can reach real LLM-driven `eval()` tool execution

PraisonAI is a multi-agent teams system. Prior to version 4.6.40, PraisonAI's first-party A2A server example exposes an unauthenticated A2A JSON-RPC endpoint and registers a calculateexpression tool implemented with Python eval. The example also binds to 0.0.0.0. A remote unauthenticated attacker...

9.8CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/21 3:21 p.m.28 views

CVE-2026-47391 PraisonAI's unauthenticated A2A official example can reach real LLM-driven `eval()` tool execution

PraisonAI is a multi-agent teams system. Prior to version 4.6.40, PraisonAI's first-party A2A server example exposes an unauthenticated A2A JSON-RPC endpoint and registers a calculateexpression tool implemented with Python eval. The example also binds to 0.0.0.0. A remote unauthenticated attacker...

9.8CVSS0.01165EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 3:16 p.m.11 views

CVE-2026-65050

Ninja Forms WordPress plugin version 3.14.8 and prior contains a missing authorization vulnerability in the render callback of the ninja-forms/submissions-table Gutenberg block that allows authenticated attackers with Author-level privileges to expose stored form submissions to unauthenticated...

7.1CVSS0.00437EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 2:26 p.m.35 views

CVE-2026-65050 Ninja Forms Missing Authorization in submissions-table Gutenberg Block Discloses Form Submissions to Unauthenticated Visitors

Ninja Forms WordPress plugin version 3.14.8 and prior contains a missing authorization vulnerability in the render callback of the ninja-forms/submissions-table Gutenberg block that allows authenticated attackers with Author-level privileges to expose stored form submissions to unauthenticated...

7.1CVSS0.00437EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 2:26 p.m.30 views

CVE-2026-65050

Summary: CVE-2026-65050 affects the Ninja Forms WordPress plugin version 3.14.8 and earlier. The issue is in the render callback of the ninja-forms/submissions-table Gutenberg block, where missing authorization allows authenticated attackers with Author-level privileges to expose stored form subm...

7.1CVSS5.6AI score0.00437EPSS
SaveExploits0References3
Rows per page
Query Builder