Lucene search
+L

265615 matches found

CVE
CVE
added 2026/07/24 10:20 p.m.38 views

CVE-2026-60134

Vulnerability: CVE-2026-60134 affects the Weintek cMT3092X HMI due to reliance on cookies without proper validation and integrity checks in a security decision. What’s affected: Weintek cMT3092X HMI. The description states that a non-privileged user can modify cookies to achieve elevated privileg...

8.8CVSS5.8AI score0.00315EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/24 10:16 p.m.41 views

CVE-2026-61892 Weintek cMT3092X Incorrect Permission Assignment for Critical Resource

Weintek cMT3092X HMI allows a non-privileged user to modify tokens to escalate privileges...

8.8CVSS0.00274EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/24 10:06 p.m.41 views

CVE-2026-60135 Weintek cMT3092X Incorrect User Management

An attacker can modify data that should be restricted to read‑only access...

7.1CVSS0.00213EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 10:06 p.m.45 views

CVE-2026-60135

No technical details are publicly available in the provided documents. Monitor for updates.

7.1CVSS5.8AI score0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 9:56 p.m.7 views

GHSA-CMWH-G2H8-C222 Poweradmin: OIDC `sub` collation bypass in Poweradmin leading to account takeover

Preface Poweradmin maps OIDC identities into local users through oidcuserlinks.oidcsubject plus providerid. In the MySQL schema, the OIDC link table explicitly uses utf8mb4unicodeci, which is case-insensitive and accent-insensitive. OIDC sub is a stable external subject identifier and should be...

8.1CVSS5.9AI score
SaveExploits0References6
Snyk
Snyk
added 2026/07/24 9:55 p.m.13 views

Authorization Bypass Through User-Controlled Key

Overview Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key through improper validation of ownership in the editRecord process. An attacker can modify or overwrite DNS records in zones they do not own by manipulating the rid and zid parameters in ...

8.1CVSS5.9AI score
SaveExploits0References3
OSV
OSV
added 2026/07/24 9:54 p.m.8 views

GHSA-H4HF-V6W5-897X Poweradmin: API user-update endpoint leads to a non-admin reset any user's password and take over the superuser account

Summary The REST API user-update endpoint PUT/PATCH /api/v2/users/id and the V1 equivalent does not enforce two authorization rules that the web interface enforces. A user who holds the usereditothers permission but is not a superuser can: 1. edit user accounts that belong to a superuser, and 2...

8.8CVSS6AI score
SaveExploits0References8
Snyk
Snyk
added 2026/07/24 9:54 p.m.14 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the updateUser process of the API endpoint, which fails to enforce proper authorization checks for editing superuser accounts and changing user passwords. An attacker can gain full administrative access by sendi...

8.8CVSS5.9AI score
SaveExploits0References3
OSV
OSV
added 2026/07/24 9:46 p.m.6 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.11 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.11 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.16 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
Github Security Blog
Github Security Blog
added 2026/07/24 9:25 p.m.22 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
OSV
OSV
added 2026/07/24 9:17 p.m.9 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
Github Security Blog
Github Security Blog
added 2026/07/24 9:14 p.m.16 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
OSV
OSV
added 2026/07/24 9:14 p.m.7 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
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
Github Security Blog
Github Security Blog
added 2026/07/24 9:13 p.m.11 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
Rows per page
Query Builder