Lucene search
+L

2616 matches found

CVE
CVE
added 2026/08/22 6:00 a.m.25 views

CVE-2026-14187

Tutor LMS WordPress plugin versions prior to 4.0.6 are affected by an Insecure Direct Object Reference (IDOR) vulnerability. The plugin fails to enforce per-object ownership checks on its course content type, allowing any authenticated user with the instructor role to read the content of private ...

2.7CVSS5.4AI score0.00218EPSS
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/08/22 2:23 a.m.27 views

laravel-access-control-lab

laravel-access-control-lab A deliberately vulnerable Larave...

5.9AI score
SaveExploits0
NVD
NVD
added 2026/08/21 9:17 p.m.11 views

CVE-2026-62283

Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. Nezha versions 1.14.13 through 1.14.14 and 2.0.0 through 2.0.9 do not bind stream identifiers created by CreateStream in service/rpc/iostream.go to their creating user, and GET /ws/terminal/:id and GET...

9.9CVSS0.00369EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/21 8:16 p.m.8 views

CVE-2026-67360

Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5 - An authenticated user could supply another customer's orderid to copy their cart contents and address data into the attacker's session. The CSRF token was validated but...

6.3CVSS0.00239EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/21 7:16 p.m.15 views

CVE-2026-67360

J2Store (a Joomla e-commerce extension by j2commerce.com) is affected by a cross-customer order replication vulnerability in versions 1.0.0–3.3.20, 4.0.0–4.0.20, and 4.1.0–4.1.5. An authenticated user can supply another customer's order_id to copy that customer's cart contents and address data in...

6.3CVSS5.3AI score0.00239EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/21 7:16 p.m.11 views

CVE-2026-67360 Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5

Joomla Extension - j2commerce.com - Cross-customer order replication in J2Store 1.0.0-3.3.20, 4.0.0-4.0.20, 4.1.0-4.1.5 - An authenticated user could supply another customer's orderid to copy their cart contents and address data into the attacker's session. The CSRF token was validated but...

6.3CVSS5.3AI score0.00239EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/21 12:12 p.m.30 views

CVE-2026-77780 Unvalidated bank account and card foreign keys in the Prospero Flow CRM transaction save endpoint allow cross-tenant disclosure of banking identifiers

Authorization Bypass Through User-Controlled Key in the transaction save endpoint in Roskus Prospero Flow CRM 4.9.1 through 5.14.0 allows a user with transaction and accounting creation permissions to disclose another company's bank account name, bank name and card last four digits via a...

5.3CVSS0.00253EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/21 11:29 a.m.27 views

CVE-2026-77759

Roskus Prospero Flow CRM versions 5.0.0 through 5.3.5 contain an IDOR vulnerability in the transaction API. The endpoint GET /api/transaction/{id} resolves transaction identifiers without company scoping or any permission check, allowing an authenticated user to enumerate and read financial trans...

8.7CVSS5.2AI score0.0032EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/21 11:29 a.m.14 views

EUVD-2026-63906

Authorization Bypass Through User-Controlled Key in the transaction API in Roskus Prospero Flow CRM 5.0.0 through 5.3.5 allows an authenticated user to read the transactions of other companies on the same instance via an incremented identifier in GET /api/transaction/id, which is resolved without...

8.7CVSS5.4AI score0.0032EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 11:29 a.m.30 views

CVE-2026-77759 IDOR and missing authorization in the Prospero Flow CRM transaction API allow cross-tenant reading of financial records

Authorization Bypass Through User-Controlled Key in the transaction API in Roskus Prospero Flow CRM 5.0.0 through 5.3.5 allows an authenticated user to read the transactions of other companies on the same instance via an incremented identifier in GET /api/transaction/id, which is resolved without...

8.7CVSS0.0032EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/21 11:17 a.m.9 views

CVE-2026-77768

The report.get procedure in packages/trpc/src/routers/report.ts accepted only a reportId and returned getReportByIdreportId directly. The enforceAccess middleware in packages/trpc/src/trpc.ts evaluates membership only when the input carries a projectId or organizationId key, so an input consistin...

7.1CVSS0.00243EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/21 11:17 a.m.10 views

CVE-2026-77769

The report.list procedure in packages/trpc/src/routers/report.ts accepted a projectId and a dashboardId and returned getReportsByDashboardIddashboardId. The enforceAccess middleware in packages/trpc/src/trpc.ts verified membership for the supplied projectId, but nothing verified that the supplied...

7.1CVSS0.00243EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/21 11:05 a.m.16 views

EUVD-2026-63902

The report.list procedure in packages/trpc/src/routers/report.ts accepted a projectId and a dashboardId and returned getReportsByDashboardIddashboardId. The enforceAccess middleware in packages/trpc/src/trpc.ts verified membership for the supplied projectId, but nothing verified that the supplied...

7.1CVSS5.5AI score0.00243EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/21 11:05 a.m.9 views

CVE-2026-77769 OpenPanel report.list Queries Reports by an Unverified dashboardId, Crossing Organization Boundaries

The report.list procedure in packages/trpc/src/routers/report.ts accepted a projectId and a dashboardId and returned getReportsByDashboardIddashboardId. The enforceAccess middleware in packages/trpc/src/trpc.ts verified membership for the supplied projectId, but nothing verified that the supplied...

7.1CVSS5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/21 11:05 a.m.35 views

CVE-2026-77769 OpenPanel report.list Queries Reports by an Unverified dashboardId, Crossing Organization Boundaries

The report.list procedure in packages/trpc/src/routers/report.ts accepted a projectId and a dashboardId and returned getReportsByDashboardIddashboardId. The enforceAccess middleware in packages/trpc/src/trpc.ts verified membership for the supplied projectId, but nothing verified that the supplied...

7.1CVSS0.00243EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/21 11:05 a.m.13 views

EUVD-2026-63901

The report.get procedure in packages/trpc/src/routers/report.ts accepted only a reportId and returned getReportByIdreportId directly. The enforceAccess middleware in packages/trpc/src/trpc.ts evaluates membership only when the input carries a projectId or organizationId key, so an input consistin...

7.1CVSS5.5AI score0.00243EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/08/21 7:52 a.m.8 views

WordPress User Verification plugin <= 2.0.47 - Unauthenticated Arbitrary Account Lockout via IDOR vulnerability

Unauthenticated Arbitrary Account Lockout via IDOR vulnerability discovered by Muni Nitish Kumar Yaddala in WordPress Plugin User Verification versions = 2.0.47...

7.5CVSS5.2AI score0.00309EPSS
SaveExploits0References1Affected Software1
Patchstack
Patchstack
added 2026/08/21 7:47 a.m.9 views

WordPress Quiz And Survey Master plugin < 11.2.4 - Contributor+ Cross-Quiz Email and Results Configuration Disclosure via IDOR vulnerability

Contributor+ Cross-Quiz Email and Results Configuration Disclosure via IDOR vulnerability discovered by Revanth Hari Narayana Matte in WordPress Plugin Quiz And Survey Master versions 11.2.4...

2.7CVSS5.2AI score0.00218EPSS
SaveExploits0References1Affected Software1
Patchstack
Patchstack
added 2026/08/21 7:46 a.m.8 views

WordPress Quiz And Survey Master plugin < 11.2.4 - Contributor+ Arbitrary Quiz Text Settings Update via IDOR vulnerability

Contributor+ Arbitrary Quiz Text Settings Update via IDOR vulnerability discovered by Revanth Hari Narayana Matte in WordPress Plugin Quiz And Survey Master versions 11.2.4...

2.7CVSS5.2AI score0.00205EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/21 6:00 a.m.15 views

EUVD-2026-63814

The Tamara Checkout WordPress plugin through 1.9.9.20 does not verify the order key, a nonce, or any capability on its public payment cancel/fail return URLs, changing a WooCommerce order's status based solely on an attacker-supplied numeric order id, so an unauthenticated attacker can cancel or...

5.3CVSS5.5AI score0.00182EPSS
SaveExploits0References1
Rows per page
Query Builder