Lucene search
+L

68464 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 9:25 p.m.6 views

GHSA-HR66-5MQR-8MPX 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
SaveExploits0References5
Snyk
Snyk
added 2026/07/24 9:16 p.m.16 views

Information Exposure

Overview @budibase/server is a Budibase Web Server Affected versions of this package are vulnerable to Information Exposure in the handling of the tlsCertificateKeyFile and tlsCAFile fields, which are passed directly as filesystem paths to the MongoDB driver without validation or restriction. An...

7CVSS5.9AI score
SaveExploits0References2
Snyk
Snyk
added 2026/07/24 9:14 p.m.20 views

Information Exposure

Overview @budibase/server is a Budibase Web Server Affected versions of this package are vulnerable to Information Exposure via the metadata endpoints, which fail to sanitize sensitive fields from user profiles. An attacker can obtain OAuth2 access and refresh tokens belonging to other users by...

6.9CVSS5.9AI score
SaveExploits0References2
Snyk
Snyk
added 2026/07/24 9:12 p.m.11 views

Allocation of Resources Without Limits or Throttling

Overview react-server-dom-parcel is a React Server Components bindings for DOM using Parcel. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling...

8.7CVSS5.9AI score0.006EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/24 8:49 p.m.15 views

Cloudreve: Broken Access Control in file event stream: a single-file share recipient is subscribed to the owner's parent folder and receives activity events for unshared siblings

Summary When an authenticated recipient of a single-file share opens the file event stream GET /api/v4/file/events?uri=, Cloudreve validates the URI by listing it and then subscribes the caller to parent.ID. For a single-file share, the share navigator resolves the bare share-root URI to the...

4.3CVSS5.9AI score0.00193EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/07/24 8:46 p.m.11 views

Cloudreve: Information Exposure in `GET /api/v4/user/search`: `SearchActive` omits the active-status predicate, leaking inactive/banned account emails

Summary GET /api/v4/user/search is available to any logged-in user. The service calls userClient.SearchActive, but despite its name that method filters only by email/nickname keyword and never adds a StatusActive predicate — while the sibling lookups GetActiveByID and GetActiveByDavAccount, defin...

4.3CVSS5.9AI score0.0021EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2026/07/24 8:18 p.m.15 views

DEBIAN-CVE-2026-66038

FFmpeg through 8.1.2, fixed in commit 8670835, contains an information disclosure vulnerability in the LCL/ZLIB video decoder that allows attackers to expose uninitialized heap memory by supplying a valid zlib stream that inflates to fewer bytes than the expected frame size. The zlibdecomp functi...

6.5CVSS6AI score0.00242EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 7:39 p.m.54 views

CVE-2026-66038

CVE-2026-66038 concerns FFmpeg

7.1CVSS6AI score0.00242EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 7:21 p.m.13 views

CVE-2026-62835

Improper authorization in Azure Portal allows an unauthorized attacker to disclose information over a network...

9.3CVSS5.8AI score0.00735EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 6:26 p.m.13 views

CVE-2026-48021 epa4all Security Incident: Implement keystore based on Telematik TSL, implement hostname check and certificate check for lib-vau

In epa4all, prior to version 2026-05-20, an attacker who can intercept the TLS connection between epa4all and the ePA backend can complete the VAU handshake with attacker-controlled keys and obtain the session encryption keys. All inner HTTP traffic patient consent decisions, medication data,...

9.1CVSS5.9AI score
SaveExploits0References5
NVD
NVD
added 2026/07/24 5:17 p.m.11 views

CVE-2026-65710

sysPass through version 3.2.11 contains a missing authorization vulnerability that allows authenticated users with the PUBLICLINKCREATE profile flag to trigger unauthorized decryption and persistent storage of any vault account's password by exploiting the absence of AccountAcl checks in the publ...

7.1CVSS0.00178EPSS
SaveExploits0References2
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
Github Security Blog
Github Security Blog
added 2026/07/24 5:03 p.m.19 views

Open WebUI: Cross-user model-list exposure via static cache key in get_all_models (aiocache key= vs key_builder= misuse)

Summary The getallmodels handlers in routers/openai.py and routers/ollama.py intended to cache their permission-filtered model lists per user, but the @cached decorator was misconfigured: it passed a key= lambda instead of keybuilder=. In aiocache 0.12.3 the pinned version, key= is a static cache...

5CVSS5.8AI score0.00297EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/24 5:03 p.m.8 views

GHSA-3WP3-XXJ9-5JQQ Open WebUI: Cross-user model-list exposure via static cache key in get_all_models (aiocache key= vs key_builder= misuse)

Summary The getallmodels handlers in routers/openai.py and routers/ollama.py intended to cache their permission-filtered model lists per user, but the @cached decorator was misconfigured: it passed a key= lambda instead of keybuilder=. In aiocache 0.12.3 the pinned version, key= is a static cache...

3.5CVSS5.8AI score0.00297EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/24 4:48 p.m.7 views

GHSA-GCJH-H69Q-9W9G cel-go: JSON Private Fields Exposed via NativeTypes and ParseStructTag

The function ext.NativeTypesParseStructTag"json" does not honour the encoding/json skip directive json:"-". Fields tagged json:"-" are registered in the CEL type system under the literal name "-" and are readable from any user-submitted CEL expression via dynobj"-". Additionally, newNativeTypes...

6.3CVSS5.9AI score
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/24 4:25 p.m.12 views

Security Bulletin: SOAR App Host is using a component with known vulnerabilities (CVE-2026-22016, CVE-2026-22021, CVE-2026-22013, CVE-2026-22018)

Summary SOAR App Host uses an older version of IBM SDK, Java Technology that may be identified and exploited. Updates for supported versions have been released which address the issue. It is recommended to upgrade to version 1.15.9.0 Vulnerability Details CVEID:CVE-2026-22016 DESCRIPTION: Easily...

7.5CVSS5.8AI score0.00702EPSS
SaveExploits1Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/24 4:18 p.m.15 views

PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

5.3CVSS6AI score0.00355EPSS
SaveExploits0References4Affected Software1
Circl
Circl
added 2026/07/24 4:13 p.m.19 views

CVE-2026-49326

creationtimestamp| type| source ---|---|--- 2026-07-24 16:13:40+00:00| seen| https://bsky.app/profile/infosec.skyfleet.blue/post/3mrfqnxvawn2r...

6.5CVSS5.8AI score0.00312EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/07/24 3:52 p.m.20 views

Information Exposure

Overview parse-server is a version of the Parse backend that can be deployed to any infrastructure that can run Node.js. Affected versions of this package are vulnerable to Information Exposure via the GraphQL error message handling process. An attacker can obtain the names of required custom inp...

6.3CVSS5.9AI score0.00263EPSS
SaveExploits0References2
Rows per page
Query Builder