Lucene search
+L

605859 matches found

EUVD
EUVD
added 2026/08/21 11:22 a.m.11 views

EUVD-2026-63904

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

8.6CVSS5.4AI score0.00363EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/21 11:22 a.m.12 views

EUVD-2026-63905

Headroom's LLM proxy derives the memory owner from the x-headroom-user-id request header. The header is read directly at several points in headroom/proxy/handlers/openai.py, including the chat completion and websocket paths, and nothing binds the value to the caller. A client can therefore name...

9.3CVSS5.5AI score0.00345EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/21 11:22 a.m.21 views

CVE-2026-77775 Headroom Proxy Sends Upstream Requests to a Client-Supplied Base URL Without Address Validation

Headroom's LLM proxy lets a client choose the upstream destination with the x-headroom-base-url request header. resolveopenaiupstreambase in headroom/proxy/handlers/openai.py accepts the header value, requires only that it parse with an http or https scheme and a hostname, and returns it for use ...

7.7CVSS5.5AI score
SaveExploits0References8
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
NVD
NVD
added 2026/08/21 11:17 a.m.10 views

CVE-2026-77767

Reconmap's API applies a fallback authorization policy in apps/api/app/Program.cs that requires an authenticated user holding the administrator role, so controllers without their own attribute reject anonymous callers. The report preview action in apps/api/app/Controllers/ReportsController.cs...

8.7CVSS0.00361EPSS
SaveExploits0References6
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.8 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.25 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
Cvelist
Cvelist
added 2026/08/21 11:05 a.m.31 views

CVE-2026-77767 Reconmap Report Preview Endpoint Is Marked AllowAnonymous, Exposing Every Project and Client Organisation Without Authentication

Reconmap's API applies a fallback authorization policy in apps/api/app/Program.cs that requires an authenticated user holding the administrator role, so controllers without their own attribute reject anonymous callers. The report preview action in apps/api/app/Controllers/ReportsController.cs...

8.7CVSS0.00361EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/21 11:05 a.m.12 views

EUVD-2026-63900

Reconmap's API applies a fallback authorization policy in apps/api/app/Program.cs that requires an authenticated user holding the administrator role, so controllers without their own attribute reject anonymous callers. The report preview action in apps/api/app/Controllers/ReportsController.cs...

8.7CVSS5.5AI score0.00361EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/21 11:05 a.m.28 views

CVE-2026-77767

Reconmap , a penetration-testing engagement management platform, has an unauthenticated information disclosure in its report preview endpoint. The PreviewReport action in ReportsController.cs is decorated with [AllowAnonymous], bypassing the API's fallback authorization policy that requires an au...

8.7CVSS5.5AI score0.00361EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/21 11:05 a.m.22 views

CVE-2026-77768

CVE-2026-77768 is an authorization bypass in OpenPanel , an open-source analytics platform. The report.get tRPC procedure in packages/trpc/src/routers/report.ts accepted only a reportId and returned the report directly via getReportById(), which performs a findUnique with no project scoping. The ...

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

CVE-2026-77768 OpenPanel report.get Returns Any Report by Identifier Without Checking Project Access

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
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
OSV
OSV
added 2026/08/21 11:05 a.m.10 views

CVE-2026-77767 Reconmap Report Preview Endpoint Is Marked AllowAnonymous, Exposing Every Project and Client Organisation Without Authentication

Reconmap's API applies a fallback authorization policy in apps/api/app/Program.cs that requires an authenticated user holding the administrator role, so controllers without their own attribute reject anonymous callers. The report preview action in apps/api/app/Controllers/ReportsController.cs...

8.7CVSS5.6AI score
SaveExploits0References8
NVD
NVD
added 2026/08/21 10:16 a.m.15 views

CVE-2026-77751

A path traversal vulnerability existed in the handling of MISP object template names during STIX 2 import and MISP-to-STIX 2 export. MISP object names are passed to PyMISP's object-template resolution mechanism, which constructs a filesystem path by joining the configured MISP object-template...

8.8CVSS0.00483EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/21 9:42 a.m.8 views

OpenJDK: Enhance TLS server (2026-08 Security Update)

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: JSSE. Supported versions that are affected are Oracle Java SE: 8u501, 11.0.32, 17.0.20, 21.0.12, 25.0.4, 26.0.2; Oracle GraalVM for JDK: 17.0.20 and 21.0.12; Oracle...

5.3CVSS5.1AI score0.00278EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/21 9:42 a.m.9 views

OpenJDK: Improve Resource Resolving (2026-08 Security Update)

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Security. Supported versions that are affected are Oracle Java SE: 8u501, 11.0.32, 17.0.20, 21.0.12, 25.0.4, 26.0.2; Oracle GraalVM for JDK: 17.0.20 and 21.0.12;...

3.7CVSS5AI score0.00265EPSS
SaveExploits0References4
Rows per page
Query Builder