Description
Budibase is an open-source low-code platform. Prior to 3.39.25, POST /api/global/auth/:tenantId/login incremented the failure counter in packages/worker/src/api/controllers/global/auth.ts only for existing users, while packages/worker/src/middleware/emailLockout.ts returned X-Account-Locked and Retry-After only for locked identifiers. An unauthenticated attacker could compare the response after repeated failures to enumerate valid email addresses and temporarily lock valid accounts. This issue is fixed in version 3.39.25.
Published: 2026-08-12
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an unauthenticated attacker to determine whether an email address is associated with a Budibase account by observing differences in the lockout response when attempting to log in. The backend increases the failure counter only for existing users, while the lockout middleware returns distinct headers for locked identifiers. By repeatedly failing logins and comparing response headers, an attacker can enumerate valid emails and temporarily lock those accounts. This leads to information disclosure (account enumeration) and potential denial of service against account access.

Affected Systems

Budibase open‑source platform, versions prior to 3.39.25. All deployments of Budibase 3.39.24 or earlier are affected because the login failure counter logic resides in packages/worker/src/api/controllers/global/auth.ts and the lockout middleware in packages/worker/src/middleware/emailLockout.ts.

Risk and Exploitability

With a CVSS score of 5.3 the vulnerability is considered moderate, and no EPSS data is available. It is not listed in CISA KEV. The attack can be carried out remotely over HTTP by sending repeated POST /api/global/auth/:tenantId/login requests; no authentication is required. An attacker who can perform these requests, for example by scanning the exposed API or using a web application scanner, can enumerate users and cause temporary lockouts, which may be used as part of a broader account‑takeover strategy.

Generated by OpenCVE AI on August 12, 2026 at 23:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Budibase to version 3.39.25 or later, which removes the difference in lockout response.
  • If upgrade is not immediately feasible, configure the emailLockout middleware to return a generic locked response regardless of user existence, thereby eliminating response differences.
  • Monitor login activity and whitelist or block IPs that trigger excessive lockouts to reduce enumeration attempts.

Generated by OpenCVE AI on August 12, 2026 at 23:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-cr7p-cr3q-h5cm Budibase: Account Enumeration via Login Lockout Response Differential
History

Wed, 12 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Budibase
Budibase budibase
Vendors & Products Budibase
Budibase budibase

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description Budibase is an open-source low-code platform. Prior to 3.39.25, POST /api/global/auth/:tenantId/login incremented the failure counter in packages/worker/src/api/controllers/global/auth.ts only for existing users, while packages/worker/src/middleware/emailLockout.ts returned X-Account-Locked and Retry-After only for locked identifiers. An unauthenticated attacker could compare the response after repeated failures to enumerate valid email addresses and temporarily lock valid accounts. This issue is fixed in version 3.39.25.
Title Budibase: Account Enumeration via Login Lockout Response Differential
Weaknesses CWE-204
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Budibase Budibase
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T18:56:08.322Z

Reserved: 2026-08-11T19:42:11.451Z

Link: CVE-2026-73306

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T20:17:54.270

Modified: 2026-08-12T20:17:54.270

Link: CVE-2026-73306

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T23:30:10Z

Weaknesses
  • CWE-204

    Observable Response Discrepancy