Lucene search
+L

3736 matches found

CVE
CVE
added 2026/07/23 11:19 a.m.30 views

CVE-2026-65501

CVE-2026-65501 affects the WordPress plugin Shiptastic for WooCommerce (versions

5.3CVSS5.3AI score0.00228EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/23 11:18 a.m.25 views

CVE-2026-61946

WordPress Easy Appointments plugin

6.5CVSS5.2AI score0.00235EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/07/23 12:0 a.m.13 views

PT-2026-63922

Unauthenticated Insecure Direct Object References IDOR in Shiptastic for WooCommerce = 5.1.0 versions...

5.3CVSS5.2AI score0.00228EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/22 4:14 p.m.7 views

CVE-2026-65013 Onlook tRPC Insecure Direct Object Reference via multiple procedures

Onlook through 0.2.32, fixed in commit 423e2e9, contains a broken object level authorization vulnerability that allows authenticated attackers to access and manipulate other users' resources by supplying arbitrary UUID values to tRPC API procedures including project.get, member.remove, and...

8.7CVSS5.5AI score
SaveExploits0References7
EUVD
EUVD
added 2026/07/22 12:32 a.m.7 views

EUVD-2026-46439

XXL-Job version 2.4.2 contains an insecure direct object reference vulnerability that allows authenticated users to read execution log content from job groups they are not authorized to access by supplying arbitrary sequential log IDs to the logDetailCat endpoint. Attackers can enumerate log...

7.1CVSS5.8AI score0.00382EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/21 10:19 p.m.7 views

CVE-2026-65316

XXL-Job version 2.4.2 contains an insecure direct object reference vulnerability that allows authenticated users to read execution log content from job groups they are not authorized to access by supplying arbitrary sequential log IDs to the logDetailCat endpoint. Attackers can enumerate log...

7.1CVSS0.00382EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 9:23 p.m.31 views

CVE-2026-65316 xxl-job Cross-Job-Group Log Disclosure via Missing Authorization Check in /joblog/logDetailCat

XXL-Job version 2.4.2 contains an insecure direct object reference vulnerability that allows authenticated users to read execution log content from job groups they are not authorized to access by supplying arbitrary sequential log IDs to the logDetailCat endpoint. Attackers can enumerate log...

7.1CVSS0.00382EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:36 p.m.4 views

GHSA-XV9X-FJ9G-VJ6H Gitea: Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access

Details RemoveDependency in routers/web/repo/issuedependency.go takes a removeDependencyID form parameter identifying the other issue by its global numeric ID, and fetches it with issuesmodel.GetIssueByIDctx, depID - no repository or permission check at all. It then calls...

2.3CVSS5.6AI score
SaveExploits0References3
NVD
NVD
added 2026/07/21 6:17 p.m.15 views

CVE-2026-47419

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 agent CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/agents/agentid gate access on requireworkspacememberworkspaceid only, then...

8.3CVSS0.00296EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 5:31 p.m.33 views

CVE-2026-47419 praisonai-platform: Agent endpoints accept any agent_id without workspace ownership check, cross-workspace read/update/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 agent CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/agents/agentid gate access on requireworkspacememberworkspaceid only, then...

8.3CVSS0.00296EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 5:26 p.m.29 views

CVE-2026-47418 praisonai-platform: Project endpoints accept any project_id without workspace ownership check, cross-workspace read/update/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 project CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/projects/projectid and GET .../projectid/stats gate access on...

8.1CVSS0.00289EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:26 p.m.61 views

CVE-2026-47418

Vulnerability: PraisonAI Platform is affected by an insecure direct object reference (IDOR) in project endpoints. The API gates access using require_workspace_member(workspace_id) but does not enforce workspace-scoped lookups for project_id. As a result, a member of one workspace (W1) can read, m...

8.1CVSS5.5AI score0.00289EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 5:17 p.m.7 views

CVE-2026-47406

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 5:13 p.m.23 views

CVE-2026-47415 praisonai-platform: Issue endpoints accept any issue_id without workspace ownership check, cross-workspace read/update/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 issue CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/issues/issueid gate access on requireworkspacememberworkspaceid only, then...

8.3CVSS0.0028EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 5:13 p.m.53 views

CVE-2026-47415

Summary: Multiple sources document a cross-workspace IDOR in PraisonAI Platform (CVE-2026-47415). The Issue endpoints under /workspaces/{workspace_id}/issues/{issue_id} rely on a membership check for the workspace but do not constrain the retrieved issue by the same workspace, allowing a member o...

8.3CVSS5.4AI score0.0028EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 5:11 p.m.7 views

CVE-2026-47414 praisonai-platform: Label endpoints accept any label_id and any issue_id without workspace ownership check, cross-workspace label edit/delete and issue-label-link 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. Five label endpoints — PATCH /workspaces/workspaceid/labels/labelid, DELETE .../labels/labelid, POST .../issues/issueid/labels/labelid, DELETE...

7.6CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/21 5:11 p.m.30 views

CVE-2026-47414 praisonai-platform: Label endpoints accept any label_id and any issue_id without workspace ownership check, cross-workspace label edit/delete and issue-label-link 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. Five label endpoints — PATCH /workspaces/workspaceid/labels/labelid, DELETE .../labels/labelid, POST .../issues/issueid/labels/labelid, DELETE...

7.6CVSS0.00215EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 5:11 p.m.62 views

CVE-2026-47414

CVE-2026-47414 – cross-workspace IDOR in PraisonAI Label endpoints Technical details across Connected documents show concrete flaws in PraisonAI Platform up to version 0.1.3 (older than 0.1.4): five label-related endpoints allow arbitrary label_id/issue_id values to be used without verifying work...

7.6CVSS5.4AI score0.00215EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/21 4:49 p.m.33 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
CVE
CVE
added 2026/07/21 4:37 p.m.57 views

CVE-2026-47406

PraisonAI Platform has a documented IDOR flaw in its dependency endpoints. Versions before 0.1.4 allow cross-workspace linkage, read, and deletion of dependencies because URL and body IDs (workspace_id, issue_id, dep_id, and body.depends_on_issue_id) are not workspace-validated before DependencyS...

8.1CVSS5.4AI score0.00231EPSS
SaveExploits0References3
Rows per page
Query Builder