Lucene search
+L

743 matches found

EUVD
EUVD
added 2026/08/14 12:32 a.m.11 views

EUVD-2026-58503

Budibase before 3.40.0 contains a SQL injection vulnerability in the Oracle datasource connector's post-write row lookup that fails to escape table names in identifiers. Attackers with write permission on a table with a double-quote in its name can inject SQL that executes as the datasource's...

8.8CVSS5.8AI score0.00245EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.11 views

PT-2026-76555

Name of the Vulnerable Software and Affected Versions Budibase versions prior to 3.41.3 Description Authenticated users can perform server-side requests to internal services and cloud metadata. This occurs because automation steps for outgoing webhooks, Zapier, n8n, Slack, and Discord use...

7.1CVSS5.2AI score0.00268EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/13 10:17 p.m.13 views

CVE-2026-73302

Budibase is an open-source low-code platform. Prior to 3.39.30, the OIDC flow in packages/backend-core/src/middleware/passport/sso/oidc.ts resolved an email without getEmailVerified or an emailverified requirement, and packages/backend-core/src/middleware/passport/sso/sso.ts then used...

9CVSS0.00313EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/13 10:17 p.m.11 views

CVE-2026-72857

Budibase before 3.40.0 fails to redact datasource credentials stored in STRING typed fields, allowing authenticated users to read MongoDB connection strings and Firebase private keys in plaintext. Attackers with table read permissions can retrieve datasource configurations through the read API to...

8.3CVSS0.00258EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/13 10:17 p.m.14 views

CVE-2026-73305

Budibase is an open-source low-code platform. Prior to 3.39.24, POST /api/public/v1/roles/assign called validateGlobalRoleUpdate without checking appBuilder.appId or role.appId in packages/server/src/api/controllers/public/globalRoleValidation.ts. An app-scoped builder could scope the request to ...

8.8CVSS0.00368EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/13 10:17 p.m.18 views

CVE-2026-73408

Budibase is an open-source low-code platform. Prior to 3.39.18, packages/server/src/integrations/mysql.ts enabled multipleStatements and inserted an unescaped tableName into a DESCRIBE statement. An attacker able to create a MySQL table with a backtick and stacked statement in its name could wait...

7.6CVSS0.0033EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/13 10:17 p.m.10 views

CVE-2026-73304

Budibase is an open-source low-code platform. Prior to 3.39.25, GET /api/users/metadata and GET /api/users/metadata/:id returned user objects processed by packages/server/src/utilities/global.ts without removing oauth2.accessToken or oauth2.refreshToken. A user with the POWER role could retrieve...

4.9CVSS0.00356EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/13 10:17 p.m.12 views

CVE-2026-72850

Budibase before 3.40.0 fails to properly sanitize S3 object keys, allowing authenticated builders to upload files with traversal sequences that are preserved during export. Attackers can craft filenames containing .. segments that escape the temporary directory during workspace export, writing...

9.4CVSS0.00422EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/13 10:17 p.m.12 views

CVE-2026-72856

Budibase versions before 3.40.0 contain an authorization/authentication bypass in the PUT /api/global/users/tenant/owner changeTenantOwnerEmail endpoint. On self-hosted instances SELFHOSTED or DISABLEACCOUNTPORTAL set, the cloudRestricted middleware is a no-op and the route is protected only by a...

8.6CVSS0.00327EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/13 10:17 p.m.9 views

CVE-2026-72851

Budibase before 3.40.0 contains an unauthenticated SQL injection vulnerability in webhook-triggered automations with EXECUTEQUERY steps. Attackers can POST attacker-controlled JSON to the webhook trigger endpoint to inject SQL payloads that execute with builder-configured database credentials,...

10CVSS0.00286EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/13 10:17 p.m.12 views

CVE-2026-72855

Budibase before 3.40.0 contains server-side request forgery vulnerabilities in OpenAPI query import and REST query execution that allow authenticated builder-level users to bypass DNS pinning protections through DNS rebinding attacks. Attackers can configure hostnames that resolve to public...

8.5CVSS0.00273EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/13 10:17 p.m.13 views

CVE-2026-72849

Budibase before 3.40.0 contains a cross-site request forgery vulnerability in the chat-link handoff endpoint that allows attackers to bind an external chat identity to a victim's account. Attackers can craft a phishing page that auto-submits a POST request with a leaked confirmation token to bind...

8.7CVSS0.00124EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/13 10:17 p.m.14 views

CVE-2026-72853

Budibase before 3.40.0 contains a SQL injection vulnerability in the Oracle datasource connector's post-write row lookup that fails to escape table names in identifiers. Attackers with write permission on a table with a double-quote in its name can inject SQL that executes as the datasource's...

8.8CVSS0.00245EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/13 10:05 p.m.10 views

CVE-2026-73305 Budibase: Privilege escalation via public role assignment API missing app-level authorization

Budibase is an open-source low-code platform. Prior to 3.39.24, POST /api/public/v1/roles/assign called validateGlobalRoleUpdate without checking appBuilder.appId or role.appId in packages/server/src/api/controllers/public/globalRoleValidation.ts. An app-scoped builder could scope the request to ...

8.8CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/13 10:05 p.m.31 views

CVE-2026-73305

CVE-2026-73305 affects Budibase prior to 3.39.24. The public role-assign API /api/public/v1/roles/assign validates only global flags (admin/builder) and neglects per-app authorization (appBuilder.appId, role.appId). An app-scoped builder could scope actions to an app they control and grant themse...

8.8CVSS5.5AI score0.00368EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/13 10:05 p.m.33 views

CVE-2026-73305 Budibase: Privilege escalation via public role assignment API missing app-level authorization

Budibase is an open-source low-code platform. Prior to 3.39.24, POST /api/public/v1/roles/assign called validateGlobalRoleUpdate without checking appBuilder.appId or role.appId in packages/server/src/api/controllers/public/globalRoleValidation.ts. An app-scoped builder could scope the request to ...

8.8CVSS0.00368EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/13 10:05 p.m.7 views

CVE-2026-73304

Budibase is an open-source low-code platform. Prior to 3.39.25, GET /api/users/metadata and GET /api/users/metadata/:id returned user objects processed by packages/server/src/utilities/global.ts without removing oauth2.accessToken or oauth2.refreshToken. A user with the POWER role could retrieve...

4.9CVSS5.3AI score0.00356EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/13 10:05 p.m.10 views

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

Budibase is an open-source low-code platform. Prior to 3.39.25, GET /api/users/metadata and GET /api/users/metadata/:id returned user objects processed by packages/server/src/utilities/global.ts without removing oauth2.accessToken or oauth2.refreshToken. A user with the POWER role could retrieve...

4.9CVSS5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/13 10:05 p.m.26 views

CVE-2026-73304

Summary: Budibase prior to 3.39.25 exposed OAuth2 tokens (oauth2.accessToken, oauth2.refreshToken) in user metadata responses. The list endpoint (/api/users/metadata) and the single-user endpoint (/api/users/metadata/:id) return full user profiles without removing these fields, enabling any user ...

4.9CVSS5.3AI score0.00356EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/13 10:05 p.m.54 views

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

Budibase is an open-source low-code platform. Prior to 3.39.25, GET /api/users/metadata and GET /api/users/metadata/:id returned user objects processed by packages/server/src/utilities/global.ts without removing oauth2.accessToken or oauth2.refreshToken. A user with the POWER role could retrieve...

4.9CVSS0.00356EPSS
SaveExploits0References4
Rows per page
Query Builder