Lucene search
+L

324 matches found

Cvelist
Cvelist
added 2026/08/24 5:55 p.m.33 views

CVE-2026-76073 Label Studio through 1.23.0 Cross-Organization Annotation Access via Unscoped AnnotationAPI Queryset

Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in labelstudio/tasks/api.py declares queryset = Annotation.objects.all and provides no getqueryset override, so the default lookup retrieves any annotation by primary key. The view's...

8.8CVSS0.00283EPSS
SaveExploits0References4
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
CVE
CVE
added 2026/08/21 11:05 a.m.26 views

CVE-2026-77769

OpenPanel 's report.list tRPC procedure contained a cross-organization authorization bypass . The enforceAccess middleware verified membership for the supplied projectId, but the dashboardId parameter was never validated against that project. The underlying getReportsByDashboardId query selected ...

7.1CVSS5.4AI score0.00243EPSS
SaveExploits0References5
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
OSV
OSV
added 2026/08/21 8:43 a.m.7 views

BIT-GRAFANA-2026-11817 CVE-2026-11817 CVE Record

This vulnerability only affects Grafana stacks configured with multiple organizations; single-organization deployments are not impacted. In a multi-organization stack, a user who is an Org Admin of a single organization can call GET...

5.3CVSS5.5AI score0.00256EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 10:16 p.m.6 views

UBUNTU-CVE-2026-11817

This vulnerability only affects Grafana stacks configured with multiple organizations; single-organization deployments are not impacted. In a multi-organization stack, a user who is an Org Admin of a single organization can call GET...

5.3CVSS5.3AI score0.00256EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/17 10:16 p.m.9 views

CVE-2026-11817

This vulnerability only affects Grafana stacks configured with multiple organizations; single-organization deployments are not impacted. In a multi-organization stack, a user who is an Org Admin of a single organization can call GET...

5.3CVSS5.5AI score0.00256EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.13 views

PT-2026-76829

Name of the Vulnerable Software and Affected Versions Grafana affected versions not specified Description In deployments configured with multiple organizations, an Org Admin of a single organization can access permission data from other organizations. This occurs when calling the 'GET...

5.3CVSS5.3AI score0.00256EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.6 views

PT-2026-70217

Name of the Vulnerable Software and Affected Versions Velociraptor affected versions not specified Description The gRPC API contains a flaw in the 'VFSGetBuffer' endpoint used for reading files from the datastore. The system employs a prefix check against a list of denied prefixes to prevent...

6.8CVSS5.2AI score0.00236EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.5 views

PT-2026-70216

Name of the Vulnerable Software and Affected Versions Velociraptor versions prior to 0.77.2 Description The VQL query plugin allows executing a VQL query within a different organization or user context. To perform this action, the calling user must possess the IMPERSONATE permission. The issue...

7.2CVSS5.2AI score0.00257EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 6:47 p.m.12 views

EUVD-2026-55731

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the unauthenticated /api/providers/github/setup route in apps/dokploy/pages/api/providers/github/setup.ts trusts ghinit organizationId and userId values from the state parameter and calls createGithub in...

7.5CVSS5.3AI score0.00294EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 5:29 p.m.32 views

CVE-2026-72734 Dokploy: Cross-organization authorization bypass in server.remove allows deletion of another organization's server registration

Dokploy is a free, self-hostable Platform as a Service PaaS. From 0.28.7 until 0.29.13, the server.remove tRPC mutation in apps/dokploy/server/api/routers/server.ts accepts a caller-controlled serverId and calls haveActiveServices, findServerById, removeDeploymentsByServerId, and deleteServer...

8.4CVSS0.00297EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 5:29 p.m.93 views

CVE-2026-72734

Dokploy (PaaS) v0.28.7–0.29.13 is affected by a cross-organization authorization bypass in the server.remove tRPC mutation (apps/dokploy/server/api/routers/server.ts). The mutation accepts a caller-controlled serverId and does not verify that the currentServer.organizationId equals ctx.session.ac...

8.4CVSS5.3AI score0.00297EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 5:29 p.m.33 views

CVE-2026-72734 Dokploy: Cross-organization authorization bypass in server.remove allows deletion of another organization's server registration

Dokploy is a free, self-hostable Platform as a Service PaaS. From 0.28.7 until 0.29.13, the server.remove tRPC mutation in apps/dokploy/server/api/routers/server.ts accepts a caller-controlled serverId and calls haveActiveServices, findServerById, removeDeploymentsByServerId, and deleteServer...

8.4CVSS5.4AI score
SaveExploits0References6
NVD
NVD
added 2026/08/10 11:17 a.m.14 views

CVE-2026-72564

An improper authorization vulnerability in fosrl/pangolin through v1.20.0 allows an authenticated remote attacker to authenticate to any resource in any organization by reusing an access token issued for a different resource...

9.6CVSS0.00314EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 10:40 a.m.9 views

EUVD-2026-55242

An improper authorization vulnerability in fosrl/pangolin through v1.20.0 allows an authenticated remote attacker to authenticate to any resource in any organization by reusing an access token issued for a different resource...

9.6CVSS5.3AI score0.00314EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 8:16 a.m.12 views

CVE-2025-14779

The Secret Type Management REST API does not correctly isolate access controls when deleting a secret type. The on-delete cascade logic, when triggered, fails to enforce organizational boundaries, leading to the removal of secrets associated with that type across all organizations. Exploitation o...

3.8CVSS0.00188EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/06 7:33 a.m.15 views

EUVD-2025-210628

The Secret Type Management REST API does not correctly isolate access controls when deleting a secret type. The on-delete cascade logic, when triggered, fails to enforce organizational boundaries, leading to the removal of secrets associated with that type across all organizations. Exploitation o...

3.8CVSS5.5AI score0.00188EPSS
SaveExploits0References1
Rows per page
Query Builder