Lucene search
+L

4629 matches found

Github Security Blog
Github Security Blog
added 2026/07/24 9:25 p.m.23 views

Budibase: Unauthenticated user information disclosure via public tenant user lookup endpoint

Summary The Budibase Worker service exposes a public, unauthenticated API endpoint GET /api/global/users/tenant/:id that returns sensitive user information including tenantId, userId, email, and ssoId. The endpoint is registered in the PUBLICENDPOINTS list with a TODO comment acknowledging it...

7.5CVSS5.9AI score0.00373EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/24 5:04 p.m.10 views

GHSA-73X5-H92W-XC2J Open WebUI: Private channel messages can be disclosed through cross-channel thread parent_id binding

Summary A normal authenticated user can read the content of a message in a private channel they do not belong to. GET /api/v1/channels/id/messages/messageid/thread authorizes the caller against the URL channel, but the underlying thread lookup loads the thread parent by id and returns it without...

3.1CVSS5.9AI score0.00323EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 11:12 a.m.11 views

OESA-2026-3158 mtr security update

It is a network diagnostic tool,it has the "ping" and "traceroute" features. It prints information about the route and packets that sent from the host to the specified destination system.This tool can also print the response times and percentage for all network hops between the systems. Security...

5.1CVSS5.4AI score0.00445EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/23 7:46 p.m.21 views

EUVD-2026-40847

c3p0 can, in combination with other libraries, compose to a "sink" for deserialization gadgets...

6.3CVSS5.3AI score0.00284EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/23 7:33 p.m.15 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution in the lookup function when handling HTTP/2 requests. An attacker can cause the application to crash by sending specially crafted HTTP method values that exploit inherited object properties, leading to a denial of...

8.7CVSS6.5AI score0.00263EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/23 7:33 p.m.13 views

find-my-way: DDoS with HTTP2

Impact Remotely triggerable DoS in find-my-way when it is used with Node's HTTP/2 server. The short version is that lookup passes req.method into find, and find indexes this.treesmethod. Since this.trees is a normal object, HTTP/2 method values like constructor, toString, or proto can resolve...

7.5CVSS5.5AI score0.00263EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/07/23 4:17 p.m.8 views

CVE-2026-15617

Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities...

9.1CVSS0.00358EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/23 3:41 p.m.32 views

CVE-2026-15617 Principal/domain lookup without case normalization

Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities...

0.00358EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/23 3:41 p.m.9 views

CVE-2026-15617 Principal/domain lookup without case normalization

Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities...

9.1CVSS5.2AI score
SaveExploits0References3
CVE
CVE
added 2026/07/23 3:41 p.m.29 views

CVE-2026-15617

CVE-2026-15617 affects Logto Identity Platform: during SSO, the system performs strict, unnormalized comparisons of identity attributes (email, issuer, identity IDs), allowing sessions to bind to unintended local accounts due to case/whitespace/Unicode differences. This can enable unauthorized ac...

9.1CVSS5.2AI score0.00358EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/23 3:41 p.m.11 views

CVE-2026-15617

Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities...

5.2AI score0.00358EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/23 12:00 a.m.21 views

PT-2026-64021

Name of the Vulnerable Software and Affected Versions Logto affected versions not specified Description Logto performs principal lookup without normalizing email and identifier strings. This lack of normalization allows for principal collision, which can lead to unauthorized account access when...

9.1CVSS5.8AI score0.00358EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/22 7:19 p.m.38 views

CVE-2026-13060 $graphLookup Aggregation Stage Authorization Check Inconsistency Allowing Unauthorized Collection Access

An authenticated user with limited read privileges may be able to access documents from collections they are not authorized to read, due to an inconsistency in how the $graphLookup aggregation stage is evaluated during authorization and during execution. Affected scenarios involve collections...

7.1CVSS0.004EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/22 7:19 p.m.9 views

CVE-2026-13060

An authenticated user with limited read privileges may be able to access documents from collections they are not authorized to read, due to an inconsistency in how the $graphLookup aggregation stage is evaluated during authorization and during execution. Affected scenarios involve collections...

7.1CVSS5.3AI score0.004EPSS
SaveExploits0References2Affected Software1
Ubuntu
Ubuntu
added 2026/07/22 1:18 p.m.13 views

USN-8587-1: HTML-Parser vulnerability

It was discovered that HTML-Parser incorrectly handled entity references when the input string was identical to an entity value in the lookup table. An attacker could possibly use this issue to obtain sensitive information...

7.5CVSS5.3AI score0.00408EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.25 views

PT-2026-63464

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description An authenticated user with limited read privileges can access documents from collections they are not authorized to read. This occurs because of an inconsistency...

7.1CVSS5.5AI score0.004EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/21 8:59 p.m.13 views

GHSA-M932-CRVM-GCP5 Gitea: Null Pointer Dereference in AddTime API Causes Authenticated Denial of Service

Summary The AddTime API handler continues execution after an error returned by GetUserByName. When a repository administrator specifies a non-existent user name, an error response is generated but execution does not stop. Subsequent code dereferences a nil user pointer, resulting in a runtime...

2.7CVSS5.8AI score0.00336EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:39 p.m.15 views

GHSA-PGQF-926R-548M Gitea: Cross-repository label-ID enumeration oracle via unscoped DeleteIssueLabel API

Summary The API endpoint DELETE /repos/owner/repo/issues/index/labels/id loads the label by ID with a global, unscoped lookup and never verifies the label belongs to the URL's repository or its owning organization. Because the response status differs by whether the label ID exists anywhere on the...

2.7CVSS5.7AI score0.00231EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 8:39 p.m.19 views

Gitea: Cross-repository label-ID enumeration oracle via unscoped DeleteIssueLabel API

Summary The API endpoint DELETE /repos/owner/repo/issues/index/labels/id loads the label by ID with a global, unscoped lookup and never verifies the label belongs to the URL's repository or its owning organization. Because the response status differs by whether the label ID exists anywhere on the...

2.7CVSS5.6AI score0.00231EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.16 views

SUSE CVE-2026-63921

In the Linux kernel, the following vulnerability has been resolved: ip6: vti: Use ip6tnl.net in vti6siocdevprivate. After patch 1/2 in this series, vti6update unlinks and relinks the tunnel through t-net. vti6siocdevprivate still uses devnetdev for the collision lookup. For a tunnel moved through...

8.7CVSS5.3AI score0.00176EPSS
SaveExploits0References9
Rows per page
Query Builder