Lucene search
+L

6894 matches found

Vulnrichment
Vulnrichment
added 2026/08/25 9:00 a.m.9 views

CVE-2026-56093 Broken Access Control in extension "Apache Solr for TYPO3 - Enterprise Search" (solr)

The extension's frontend detail-view document lookup does not apply the current site's siteHash filter or frontend user access filter, unlike the regular search path. A visitor who can obtain or guess a valid Solr document id can retrieve documents through this lookup without the same access...

6.3CVSS5.2AI score0.00242EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.14 views

PT-2026-81877

Name of the Vulnerable Software and Affected Versions Apache Tomcat versions 11.0.0-M1 through 11.0.24 Apache Tomcat versions 10.1.0-M1 through 10.1.57 Apache Tomcat versions 9.0.42 through 9.0.120 Description A Time-of-check Time-of-use TOCTOU Race Condition occurs when creating unix domain...

8.1CVSS5.9AI score0.00452EPSS
SaveExploits0References43
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.13 views

Astra Linux – Vulnerability in Linux

The IBM Power9 AIX 7.1, 7.2, and VIOS 3.1 processors may allow a local user to obtain sensitive information from the data in the L1 cache under certain circumstances. IBM X-Force ID: 189296...

5.1CVSS6.2AI score0.00392EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.12 views

Astra Linux – Vulnerability in Linux 5.10

Ubuntu Linux 6.8, 7.17, and 7.0 contain AppArmor SAUCE patches that, under certain circumstances, may use an uninitialized variable in notification handling code. This bug can be triggered by a non-privileged local user, and it can lead to incorrect caching of AppArmor notification responses...

3.3CVSS5.7AI score0.00092EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

A null pointer dereference issue was discovered in the SCTP network protocol within the net/sctp/streamsched.c file in the Linux kernel. If the streamin allocation fails, the streamout resource is freed, allowing further access to it. A local user could exploit this vulnerability to crash the...

5.5CVSS6.2AI score0.00209EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/21 11:22 a.m.60 views

CVE-2026-77776

Headroom LLM proxy (v0.29.0 and earlier) trusts the client-supplied x-headroom-user-id header as an authenticated identity without binding it to the caller. The header is read directly in headroom/proxy/handlers/openai.py across chat completion and websocket paths, allowing any client to imperson...

9.3CVSS5.5AI score0.00345EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/20 6:42 p.m.11 views

GHSA-VGXM-H9GX-H9W7 django CMS: Structure endpoint bypasses page-view permission

Summary The structure-board endpoint renderobjectstructure renders a page's plugin structure without verifying that the requesting user is allowed to view the page. The edit and preview endpoints enforce this via renderpage, but the structure endpoint does not, allowing a low-privileged staff use...

6.5CVSS5.4AI score0.00244EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:39 p.m.15 views

Winter: Authenticated IDOR in backend FileUpload widget allows cross-user access to attachment metadata

Impact The backend FileUpload form widget trusted an attacker-controlled fileid POST parameter when resolving the attachment it operates on. The lookup FileUpload::getFileRecord resolved the posted id against the global systemfiles table without verifying that the file belonged to the widget's ow...

5.4CVSS5.6AI score0.00143EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.17 views

Mattermost Server 10.11.x < 10.11.22 / 11.7.x < 11.7.7 Multiple Vulnerabilities (MMSA-2026-00672, MMSA-2026-00675, MMSA-2026-00704)

The version of Mattermost Server installed on the remote host is affected by multiple vulnerabilities as referenced in the MMSA-2026-00672, MMSA-2026-00675, MMSA-2026-00704 advisories. - Mattermost versions 11.7.x = 11.7.6, 10.11.x = 10.11.21 fail to prevent guest users from receiving Board Admin...

5.4CVSS6AI score0.00195EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 10:17 p.m.16 views

CVE-2026-76397

In Splunk AI Toolkit versions below 6.0.0, a user who holds the "power" Splunk role could access and delete all relevant data in experiment history, including data associated with other users. The vulnerability is possible because Splunk AI Toolkit does not preserve the trusted experiment scope...

8.1CVSS0.00253EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.12 views

PT-2026-80766

Summary In affected versions of langgraph-api the LangGraph Server runtime, a run or cron could be created with a relative webhook target. When the server later delivers such a webhook, it routes the request back into the same application through an in-process loopback transport that the...

5.9CVSS5.7AI score0.00234EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/08/18 8:51 p.m.18 views

Lemur: Missing authorization check on POST /certificates/<id>/export for plugins with requires_key = False

Summary The CertificateExport handler in lemur/certificates/views.py nests its entire ownership / CertificatePermission check inside an if plugin.requireskey: branch. When the selected export plugin advertises requireskey = False, the authorization check is skipped entirely and any authenticated...

4.3CVSS5.5AI score0.00178EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/18 6:01 p.m.20 views

CVE-2026-50167 Kurrier: Authenticated cross-user authorization bypass in Kurrier API

Kurrier is a modern, self-hosted workspace for email, calendar, contacts, and storage. Prior to 1.2.4, Kurrier API endpoints for listing and retrieving webhook and identity resources did not enforce ownership checks for authenticated API requests. An attacker with a valid API key could use anothe...

5.3CVSS5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/18 6:01 p.m.28 views

CVE-2026-50167

In Kurrier versions prior to 1.2.4, GET and list endpoints for webhooks and identities lacked cross-account ownership enforcement, allowing any authenticated user with a valid API key to enumerate and read another account's resource metadata. The flaw is fixed in version 1.2.4. No exploitation ev...

5.3CVSS5.4AI score0.00422EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 6:01 p.m.30 views

CVE-2026-50167 Kurrier: Authenticated cross-user authorization bypass in Kurrier API

Kurrier is a modern, self-hosted workspace for email, calendar, contacts, and storage. Prior to 1.2.4, Kurrier API endpoints for listing and retrieving webhook and identity resources did not enforce ownership checks for authenticated API requests. An attacker with a valid API key could use anothe...

5.3CVSS0.00422EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 2:32 p.m.10 views

GO-2026-6240 New API: User List API Leaks Root User Access Token Leading to Privilege Escalation in github.com/QuantumNous/new-api

New API: User List API Leaks Root User Access Token Leading to Privilege Escalation in github.com/QuantumNous/new-api...

9.1CVSS5.4AI score0.00464EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/17 9:28 p.m.58 views

CVE-2026-71424 Onyx: Cross-user OAuth-token leak via /api/mcp/servers* for per-user MCP servers

Onyx is an open-source AI platform. Prior to 3.1.10, 3.2.14, and 4.0.0, Onyx's GET /api/mcp/servers and GET /api/mcp/servers/persona/personaid endpoints expose another user's OAuth Authorization header because OnyxTokenStorage.settokens and OnyxTokenStorage.setclientinfo in...

9.6CVSS0.00291EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/17 9:28 p.m.9 views

CVE-2026-71424 Onyx: Cross-user OAuth-token leak via /api/mcp/servers* for per-user MCP servers

Onyx is an open-source AI platform. Prior to 3.1.10, 3.2.14, and 4.0.0, Onyx's GET /api/mcp/servers and GET /api/mcp/servers/persona/personaid endpoints expose another user's OAuth Authorization header because OnyxTokenStorage.settokens and OnyxTokenStorage.setclientinfo in...

9.6CVSS5.4AI score
SaveExploits0References10
CVE
CVE
added 2026/08/17 9:28 p.m.56 views

CVE-2026-71424

CVE-2026-71424 is a critical cross-user OAuth token leak in Onyx , an open-source AI platform. The GET /api/mcp/servers and GET /api/mcp/servers/persona/{persona_id} endpoints expose another user's OAuth Authorization header. The root cause is that OnyxTokenStorage.set_tokens and OnyxTokenStorage...

9.6CVSS5.3AI score0.00291EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/17 8:36 p.m.14 views

EUVD-2026-60392

OpenViking debug vector scroll and count endpoints apply only account-level scoping without user-level access controls, allowing authenticated users to read all co-tenant records. Attackers can query these endpoints to retrieve private memories, resources, skills, and secret material belonging to...

7.1CVSS5.4AI score0.00238EPSS
SaveExploits0References4
Rows per page
Query Builder