Cyber Posture

CVE-2026-41428

CriticalPublic PoC

Published: 24 April 2026

Published
24 April 2026
Modified
28 April 2026
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
EPSS Score 0.0007 20.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-41428 is a critical-severity Improper Authentication (CWE-287) vulnerability in Budibase Budibase. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Explicitly requires mechanisms to prevent bypasses of access control decisions, directly addressing the authentication bypass via unanchored regex matching on query parameters.

prevent

Mandates enforcement of approved authorizations for access to protected endpoints, countering the flawed middleware logic that allows unauthorized access.

prevent

Requires validation of URL inputs to block manipulation of request paths through query parameters that evade authentication checks.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability is an authentication bypass in a public-facing low-code web application (Budibase), directly enabling remote exploitation of public-facing applications to gain unauthorized access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Budibase is an open-source low-code platform. Prior to 3.35.4, the authenticated middleware uses unanchored regular expressions to match public (no-auth) endpoint patterns against ctx.request.url. Since ctx.request.url in Koa includes the query string, an attacker can access any protected endpoint by…

more

appending a public endpoint path as a query parameter. For example, POST /api/global/users/search?x=/api/system/status bypasses all authentication because the regex /api/system/status/ matches in the query string portion of the URL. This vulnerability is fixed in 3.35.4.

Deeper analysisAI

CVE-2026-41428 is a critical authentication bypass vulnerability in Budibase, an open-source low-code platform. In versions prior to 3.35.4, the authenticated middleware uses unanchored regular expressions to match public (no-auth) endpoint patterns against ctx.request.url. Because ctx.request.url in the Koa framework includes the query string, this allows attackers to manipulate requests and evade authentication checks.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction. By appending a public endpoint path as a query parameter to a protected endpoint, such as POST /api/global/users/search?x=/api/system/status, the unanchored regex matches the public path in the query string, granting access to restricted resources. The CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H) underscores the high confidentiality and availability impacts possible.

Budibase addressed this issue in version 3.35.4. Additional details on the vulnerability and patch are available in the GitHub security advisory at https://github.com/Budibase/budibase/security/advisories/GHSA-8783-3wgf-jggf.

Details

CWE(s)

Affected Products

budibase
budibase
≤ 3.35.4

CVEs Like This One

CVE-2026-31816Same product: Budibase Budibase
CVE-2026-25041Same product: Budibase Budibase
CVE-2026-25737Same product: Budibase Budibase
CVE-2026-35216Same product: Budibase Budibase
CVE-2026-25044Same product: Budibase Budibase
CVE-2026-35214Same product: Budibase Budibase
CVE-2026-31818Same product: Budibase Budibase
CVE-2026-30240Same product: Budibase Budibase
CVE-2026-27702Same product: Budibase Budibase
CVE-2026-25040Same product: Budibase Budibase

References