Lucene search
+L

2918 matches found

CVE
CVE
added 2026/07/21 5:31 p.m.66 views

CVE-2026-47419

CVE-2026-47419 concerns PraisonAI Platform where agent endpoints under /workspaces/{workspace_id}/agents/{agent_id} suffer an Insecure Direct Object Reference. The description and connected reports show that endpoints gate access with require_workspace_member(workspace_id) but the AgentService.ge...

8.3CVSS5.4AI score0.00296EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/21 4:17 p.m.32 views

CVE-2026-28313

SolarWinds Serv-U is affected by an insecure direct object reference IDOR vulnerability that can lead to SMTP hijacking leading to arbitrary account takeover. The impact is lower in Windows deployments...

9.1CVSS0.00344EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 3:39 p.m.30 views

CVE-2026-28317

SolarWinds Serv-U is affected by an insecure direct object reference (IDOR) vulnerability that can lead to privilege escalation, requiring domain administrator access with impact higher on non-Windows deployments. The issue is described across CVE-2026-28317 records (NVD and CVE List) as an IDOR ...

9.1CVSS5.4AI score0.00344EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/21 3:39 p.m.22 views

CVE-2026-28316

SolarWinds Serv-U has an IDOR vulnerability (CVE-2026-28316) that can escalate privileges to a system administrator with the ability to run commands as root. A domain account with administrator access is required. The impact is noted as lower in Windows deployments. The connected documents provid...

9.1CVSS5.7AI score0.0128EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/07/21 3:38 p.m.11 views

EUVD-2026-46294

SolarWinds Serv-U is affected by an insecure direct object reference vulnerability that leads to an account takeover. User authentication is required. The impact is lower in Windows deployments...

9.1CVSS5.4AI score0.00445EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/21 3:34 p.m.14 views

EUVD-2026-46289

SolarWinds Serv-U is affected by an insecure direct object reference IDOR vulnerability that can lead to remote code execution. Domain administrator access is required. The impact is lower in Windows deployments...

9.1CVSS6AI score0.00546EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 3:31 p.m.48 views

CVE-2026-28302

Summary (CVE-2026-28302) SolarWinds Serv-U is affected by an insecure direct object reference (IDOR ) vulnerability that can lead to privilege escalation and remote code execution as root . The issue requires group administrator access ; impact is described as lower in Windows deployments. The CV...

9.1CVSS6.4AI score0.00558EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/21 6:00 a.m.27 views

CVE-2026-14183

The CVE describes a vulnerability in the Classified Listing WordPress plugin prior to version 5.3.9. The payment-receipt handler does not verify that the targeted order belongs to the requesting user, enabling authenticated users with subscriber-level access to read payment receipt details for ot...

4.3CVSS5.3AI score0.00162EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.17 views

PT-2026-61962

Name of the Vulnerable Software and Affected Versions SolarWinds Serv-U affected versions not specified Description An insecure direct object reference IDOR issue allows an attacker with group administrator access to achieve privilege escalation and remote code execution as root. IDOR is a type o...

9.1CVSS6.5AI score0.00558EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.14 views

PT-2026-61964

Name of the Vulnerable Software and Affected Versions SolarWinds Serv-U affected versions not specified Description SolarWinds Serv-U contains an insecure direct object reference IDOR flaw, which occurs when an application provides direct access to objects based on user-supplied input. This issue...

9.1CVSS6.5AI score0.00546EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.27 views

PT-2026-61971

Name of the Vulnerable Software and Affected Versions SolarWinds Serv-U affected versions not specified Description SolarWinds Serv-U contains an insecure direct object reference IDOR flaw. This issue allows for SMTP hijacking, which can result in arbitrary account takeover. The impact of this...

9.1CVSS5.9AI score0.00344EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/17 4:13 p.m.48 views

CVE-2026-63307 Chat2DB < 5.3.0 Insecure Direct Object Reference via GET /api/connection/datasource

Chat2DB before 5.3.0 contains an insecure direct object reference vulnerability in the GET /api/connection/datasource/id endpoint. The handler calls dataSourceService.queryExistentid, ... without an ownership check and returns the decrypted password field, allowing any authenticated non-admin use...

7.1CVSS0.00231EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/17 4:13 p.m.28 views

CVE-2026-63307

CVE-2026-63307 affects Chat2DB prior to 5.3.0. The vulnerability is an insecure direct object reference in GET /api/connection/datasource/{id}. The handler calls dataSourceService.queryExistent(id, …) without an ownership check and returns the decrypted password field, enabling any authenticated ...

7.1CVSS5.4AI score0.00231EPSS
SaveExploits0References3
PyPA
PyPA
added 2026/07/13 3:35 p.m.26 views

praisonai-platform: Issue endpoints accept any issue_id without workspace ownership check, cross-workspace read/update/delete IDOR

SummaryType: Insecure Direct Object Reference. The issue CRUD endpoints GET / PATCH / DELETE /workspaces/workspaceid/issues/issueid gate access on requireworkspacememberworkspaceid only, then resolve issueid through IssueService.getissueid which is a primary-key lookup with no workspace constrain...

8.3CVSS6.1AI score0.0028EPSS
SaveExploits0References5Affected Software1
PyPA
PyPA
added 2026/07/13 3:35 p.m.25 views

praisonai-platform: Label endpoints' unchecked label_id/issue_id enable cross-workspace label IDOR (edit, delete, link)

SummaryType: Insecure Direct Object Reference. Five label endpoints — PATCH /workspaces/workspaceid/labels/labelid, DELETE .../labels/labelid, POST .../issues/issueid/labels/labelid, DELETE .../issues/issueid/labels/labelid, GET .../issues/issueid/labels — gate access on...

7.6CVSS6.2AI score0.00215EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/13 3:35 p.m.12 views

PYSEC-2026-2928 praisonai-platform: IDOR in dependency endpoints allows cross-workspace issue linking, reading, and deletion due to missing ownership checks

Summary Type: Insecure Direct Object Reference. The dependency endpoints POST/GET /workspaces/workspaceid/issues/issueid/dependencies and DELETE .../dependencies/depid gate access on requireworkspacememberworkspaceid only, then dispatch to DependencyService calls that take URL/body-supplied issue...

8.1CVSS6.2AI score0.00231EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 2:36 p.m.8 views

PYSEC-2026-2765 Open WebUI's Insecure Direct Object Reference (IDOR) allows access to other users' memories

Summary Any authenticated user can read other users' private memories via /api/v1/retrieval/query/collection Details Vulnerability 1: Missing authorization in collection querying In backend/openwebui/routers/retrieval.py, the querycollectionhandler function accepts a list of collectionnames but...

3.1CVSS6.1AI score0.00253EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.14 views

PT-2026-59563

Summary Type: Insecure Direct Object Reference. The agent CRUD endpoints GET / PATCH / DELETE /workspaces/workspace id/agents/agent id gate access on require workspace memberworkspace id only, then resolve agent id through AgentService.getagent id which is a primary-key lookup with no workspace...

8.3CVSS6.1AI score0.00296EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/11 5:35 a.m.47 views

CVE-2026-10041 WCFM – Frontend Manager for WooCommerce <= 6.7.27 - Authenticated (Subscriber+) Missing Authorization to Arbitrary Vendor Data Manipulation via Multiple AJAX Handlers

The WCFM – Frontend Manager for WooCommerce plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 6.7.27 via the wcfmproductarchive due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with...

4.3CVSS0.0025EPSS
SaveExploits0References12
EUVD
EUVD
added 2026/07/11 5:35 a.m.17 views

EUVD-2026-43162

The WCFM – Frontend Manager for WooCommerce plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 6.7.27 via the wcfmproductarchive due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with...

4.3CVSS6.2AI score0.0025EPSS
SaveExploits0References12
Rows per page
Query Builder