Cyber Posture

CVE-2026-25737

HighPublic PoC

Published: 09 March 2026

Published
09 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score 8.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L
EPSS Score 0.0006 18.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-25737 is a high-severity Client-Side Enforcement of Server-Side Security (CWE-602) vulnerability in Budibase Budibase. Its CVSS base score is 8.9 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.7th 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 SI-10 (Information Input Validation) and SI-9 (Information Input Restrictions).

Threat & Defense at a Glance

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

Mitigating Controls (NIST 800-53 r5)AI

prevent

Server-side validation of file uploads directly prevents attackers from bypassing UI-level file extension restrictions and uploading arbitrary malicious files.

prevent

Server-side restrictions on file types and quantities block unauthorized file uploads that circumvent client-side controls.

preventdetect

Malicious code protection mechanisms scan uploaded files in real-time or periodically, identifying and mitigating execution of malicious content even if uploaded.

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Arbitrary file upload (client-side bypass only) in internet-facing Budibase directly enables T1190 exploitation for initial access and code execution; the same primitive facilitates T1505.003 by allowing upload of web-shell payloads that run on the server.

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

NVD Description

Budibase is a low code platform for creating internal tools, workflows, and admin panels. In 3.24.0 and earlier, an arbitrary file upload vulnerability exists even though file extension restrictions are configured. The restriction is enforced only at the UI level.…

more

An attacker can bypass these restrictions and upload malicious files.

Deeper analysisAI

CVE-2026-25737 is an arbitrary file upload vulnerability in Budibase, an open-source low-code platform for building internal tools, workflows, and admin panels. The issue affects versions 3.24.0 and earlier, where file extension restrictions are enforced only at the user interface level, allowing attackers to bypass these controls and upload malicious files to the server.

The vulnerability has a CVSS v3.1 base score of 8.9 (AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L), indicating it can be exploited over the network with low complexity by an authenticated user with low privileges, requiring some user interaction. Successful exploitation enables high confidentiality and integrity impacts with a scope change, potentially allowing attackers to upload and execute malicious files, leading to server compromise.

For mitigation details, refer to the official Budibase security advisory at https://github.com/Budibase/budibase/security/advisories/GHSA-2hfr-343j-863r, which covers patches and remediation steps. The vulnerability is associated with CWEs-602 (client-side enforcement of server-side security), CWE-79 (cross-site scripting), and CWE-918 (server-side request forgery).

Details

CWE(s)

Affected Products

budibase
budibase
≤ 3.24.0

CVEs Like This One

CVE-2026-31816Same product: Budibase Budibase
CVE-2026-41428Same product: Budibase Budibase
CVE-2026-31818Same product: Budibase Budibase
CVE-2026-33226Same product: Budibase Budibase
CVE-2026-35216Same product: Budibase Budibase
CVE-2026-25044Same product: Budibase Budibase
CVE-2026-35218Same product: Budibase Budibase
CVE-2026-25041Same product: Budibase Budibase
CVE-2026-35214Same product: Budibase Budibase
CVE-2026-30240Same product: Budibase Budibase

References