Lucene search
+L

265541 matches found

OSV
OSV
added 2026/07/24 9:46 p.m.5 views

GHSA-P279-2CQP-84JG OpenDJ SASL PLAIN authzid bypassing the proxy ACI scope check

Summary When a SASL PLAIN bind supplies an authorization identity authzid that resolves to a different user, PlainSASLMechanismHandler verified only the PROXIEDAUTH privilege and never evaluated the "proxy" access-control right the mayProxy ACI scope check. As a result, any account holding the...

9.6CVSS5.9AI score0.00294EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 9:44 p.m.9 views

GHSA-V42F-V8XC-J435 Budibase: SSRF via DNS rebinding in the REST datasource integration

Summary Budibase's central outbound-fetch guard fetchWithBlacklist prevents SSRF/DNS-rebinding by resolving the target hostname, checking every resolved IP against the blacklist, and pinning the connection to the validated IP. The pin is implemented as a Node https.Agent makePinnedAgent. The fix...

8.5CVSS6AI score0.00171EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/24 9:43 p.m.7 views

GHSA-PMPG-2MXQ-6XWR Budibase: NoSQL injection in MongoDB integration: collection dump, $where JS exec, cross-collection pivot, arbitrary update/delete

Summary An end-user injection in Budibase's MongoDB datasource lets any BASIC app user bypass the builder's query-level access controls. Builders scope MongoDB reads per-user with bindings like "email": " currentUser.email " so each app user only sees their own rows. Because the binding is...

7.1CVSS6.1AI score0.00202EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/24 9:43 p.m.13 views

Budibase: Account Enumeration via Login Lockout Response Differential

Summary The login lockout mechanism in Budibase creates an observable response discrepancy that allows unauthenticated attackers to enumerate valid email addresses. When an existing user's account is locked after 5 failed login attempts, the server returns a distinct 403 response with...

5.3CVSS5.9AI score0.00321EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/24 9:25 p.m.13 views

Budibase: OAuth2 Token Disclosure via Automation Test Results Broadcast to Other Builders

Summary When an SSO-authenticated user tests an automation in the Budibase builder, their OAuth2 access token and refresh token are included in the automation test results. These results are broadcast via WebSocket to all builders connected to the same dev app and stored in an in-memory cache...

5.7CVSS6.1AI score0.00293EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/24 9:25 p.m.5 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
Github Security Blog
Github Security Blog
added 2026/07/24 9:25 p.m.21 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:17 p.m.8 views

GHSA-XCX6-4F2G-HHGX Budibase: S3 presigned URL endpoint authorization regression in v3.39.4 allows BASIC users to obtain S3 PutObject presigned URLs

Impact In Budibase v3.39.4, a regression in the authorization level for the S3 attachment upload endpoint allows any BASIC app user to obtain S3 PutObject presigned URLs. The endpoint uses TABLE/WRITE permission level instead of the intended BUILDER level defined in v3.39.3. Additionally, the...

7.7CVSS6AI score0.00181EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 9:14 p.m.6 views

GHSA-FCRW-F7GG-6G9F Budibase: SSO OAuth2 Token Leakage via User Metadata Endpoints to Power-Role Users

Summary The /api/users/metadata and /api/users/metadata/:id endpoints in @budibase/server return full global user profiles to any user with POWER role or above. For SSO-authenticated users OIDC, Google, the response includes oauth2.accessToken and oauth2.refreshToken fields, leaking identity...

4.9CVSS5.9AI score0.00356EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/24 9:14 p.m.15 views

Budibase: SSO OAuth2 Token Leakage via User Metadata Endpoints to Power-Role Users

Summary The /api/users/metadata and /api/users/metadata/:id endpoints in @budibase/server return full global user profiles to any user with POWER role or above. For SSO-authenticated users OIDC, Google, the response includes oauth2.accessToken and oauth2.refreshToken fields, leaking identity...

4.9CVSS5.9AI score0.00356EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/24 9:13 p.m.10 views

Budibase: Missing RBAC on GET /api/global/groups allows BASIC users to enumerate all tenant groups and role mappings

Summary The GET /api/global/groups endpoint on the worker service has no role-based authorization middleware. Any authenticated user including BASIC role can enumerate all user groups in the tenant, including their role mappings, user memberships, builder permissions, and the isDefault flag. Step...

4.3CVSS5.9AI score0.00251EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/24 9:13 p.m.11 views

GHSA-4QCJ-M5WP-JMF4 Budibase: Missing RBAC on GET /api/global/groups allows BASIC users to enumerate all tenant groups and role mappings

Summary The GET /api/global/groups endpoint on the worker service has no role-based authorization middleware. Any authenticated user including BASIC role can enumerate all user groups in the tenant, including their role mappings, user memberships, builder permissions, and the isDefault flag. Step...

4.3CVSS5.9AI score0.00251EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 8:54 p.m.13 views

GHSA-M3QF-58WF-W979 Open WebUI: Arena task endpoints can bypass underlying model access controls

Summary An authenticated non-admin user with read access to an arena wrapper model can reach a restricted underlying model through task endpoints such as /api/v1/tasks/moa/completions. The normal chat route resolves arena models before the final chat dispatch and therefore re-checks the selected...

5.4CVSS6.4AI score0.00211EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/24 8:49 p.m.20 views

EUVD-2026-42636

Open WebUI: Terminal proxy forwards a spoofable, integrity-unbound user identity to the upstream X-User-Id header and wsterminal sessionid query injection...

8CVSS5.9AI score0.00286EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/24 8:46 p.m.10 views

GHSA-8R7F-R8HJ-R3RV 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.00361EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/24 8:46 p.m.10 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.00361EPSS
SaveExploits0References4Affected Software2
Patchstack
Patchstack
added 2026/07/24 5:58 p.m.7 views

WordPress Yoast SEO – Advanced SEO with real-time guidance and built-in AI plugin <= 28.0 - Authenticated (Author+) Stored Cross-Site Scripting vulnerability

Authenticated Author+ Stored Cross-Site Scripting vulnerability discovered by Dmitrii Ignatyev in WordPress Plugin Yoast SEO versions = 28.0...

6.4CVSS5.8AI score0.00201EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/07/24 5:17 p.m.9 views

CVE-2026-65711

sysPass through version 3.2.11 contains an OS command injection vulnerability that allows authenticated administrators to execute arbitrary commands as the web server process user by setting a malicious backup path and triggering a backup. The FileBackupService builds a tar shell command via stri...

8.6CVSS0.02406EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 5:04 p.m.7 views

GHSA-GH7P-78X6-JW6M Open WebUI: /api/v1/channels/{id}/members exposes full user model including sensitive credentials

Summary The channel members endpoint serializes and returns full user models for channel participants, including settings objects. A normal user in a DM can retrieve admin-only sensitive configuration such as webhook URLs and tool server key material settings.ui.toolServers.key, which is not...

6CVSS6.1AI score0.00322EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/07/24 5:04 p.m.17 views

Open WebUI: /api/v1/channels/{id}/members exposes full user model including sensitive credentials

Summary The channel members endpoint serializes and returns full user models for channel participants, including settings objects. A normal user in a DM can retrieve admin-only sensitive configuration such as webhook URLs and tool server key material settings.ui.toolServers.key, which is not...

6.5CVSS6.1AI score0.00322EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder