Lucene search
+L

226541 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2026/08/21 5:00 p.m.7 views

Security Bulletin: This Power System update is being released to address CVE-2026-17429

Summary Power Systems Firmware is affected by a vulnerability in the interface between the BMC/FSP and the host system. An attacker with service account or root access to the BMC/FSP can write arbitrary data to hardware control registers, allowing full control over the host system and all hosted...

8.1CVSS5.7AI score0.00103EPSS
SaveExploits0
NVD
NVD
added 2026/08/21 3:16 p.m.7 views

CVE-2026-77814

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS0.00409EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/21 3:03 p.m.19 views

CVE-2026-77814

Infinite Image Browsing , a Stable Diffusion WebUI extension, contains a path traversal flaw in is_path_trusted (scripts/iib/api.py). The function uses path.startswith(parent_path) without appending a path separator, so a directory whose name merely begins with an allowed path (e.g., /data/images...

8.7CVSS5.3AI score0.00409EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/21 3:03 p.m.12 views

EUVD-2026-63992

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS5.3AI score0.00409EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/21 2:47 p.m.15 views

EUVD-2026-63951

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check AllowInstanceCreation runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys including...

9.9CVSS5.4AI score0.00443EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/21 2:16 p.m.8 views

CVE-2026-75946

A potential security vulnerability has been identified in the OMEN Gaming Hub for versions prior to 1101.2608.0.0. The vulnerability could potentially allow a local attacker to escalate privileges due to insufficient access controls...

8.2CVSS0.00073EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/21 1:50 p.m.27 views

CVE-2026-75946 OMEN Gaming Hub – Potential Escalation of Privilege & Information Disclosure

A potential security vulnerability has been identified in the OMEN Gaming Hub for versions prior to 1101.2608.0.0. The vulnerability could potentially allow a local attacker to escalate privileges due to insufficient access controls...

8.2CVSS0.00073EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/21 12:29 p.m.12 views

Security Bulletin:IBM Spectrum Control is vulnerable to weaknesses related to axios (CVE-2025-62718, CVE-2026-40175)

Summary Axios is vulnerable to infrastructure tampering and Critical SSRF and exposure of private internal/loopback endpoints attacks. These vulnerabilities affect IBM Spectrum Control. Vulnerability Details CVEID:CVE-2025-62718 DESCRIPTION: Axios is a promise based HTTP client for the browser an...

9.9CVSS6.6AI score0.01882EPSS
SaveExploits6Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/21 12:08 p.m.7 views

Security Bulletin: IBM Spectrum Control is vulnerable to weaknesses related to picomatch-2.2.2.tgz (CVE-2026-33671, CVE-2026-33672)

Summary picomatch is vulnerable to a Inefficient Regular Expression Complexity DOS, Improperly Controlled Modification of Object Prototype Attributes / Prototype Reference attacks. This vulnerability affects IBM Spectrum Control. Vulnerability Details CVEID:CVE-2026-33671 DESCRIPTION: Picomatch i...

7.5CVSS6AI score0.0041EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2026/08/21 11:31 a.m.6 views

CVE-2026-70452

A flaw was found in rsync. This vulnerability allows a remote attacker to bypass hostname-based access control rules. By inducing DNS resolution failures, the rsync daemon incorrectly skips deny rules, granting unauthorized access to restricted module file trees. Mitigation To mitigate this issue...

9.1CVSS5.3AI score0.00462EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/21 11:22 a.m.9 views

CVE-2026-77776 Headroom Proxy Treats the Client-Supplied x-headroom-user-id Header as an Authenticated Identity

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.6AI 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.9 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.13 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
CVE
CVE
added 2026/08/21 11:05 a.m.20 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.28 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
CVE
CVE
added 2026/08/21 11:05 a.m.25 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
EUVD
EUVD
added 2026/08/21 11:05 a.m.11 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.18 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.33 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
Rows per page
Query Builder