Cyber Resilience

CVE-2026-25737

SSRF in Budibase ≤ 3.24.0

Public PoCSSRFXSS
Published
09 March 2026
Modified
13 March 2026
Patch / advisory
CVSS Score v3.1 8.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L
EPSS Score 0.0026 18th percentile
Risk Priority 61 floored blend · peak EPSS

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 Browser Session Hijacking (T1185); ranked at the 18th 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 map to AC-25 (Reference Monitor) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

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).

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
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.
T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-29010Same product: Budibase Budibase
CVE-2026-33226Same product: Budibase Budibase
CVE-2026-54353Same product: Budibase Budibase
CVE-2026-31818Same product: Budibase Budibase
CVE-2024-29029Shared CWE-79, CWE-918
CVE-2023-49785Shared CWE-79, CWE-918
CVE-2026-8661Shared CWE-79, CWE-918
CVE-2025-59837Shared CWE-79, CWE-918
CVE-2025-27406Shared CWE-79, CWE-918
CVE-2026-45501Shared CWE-79, CWE-918

Affected Assets

budibase
budibase
≤ 3.24.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.7.1
  • V2.2.2
  • V8.3.1
  • V10.4.1

Mitigating Controls (NIST 800-53 r5) AI

Requires a tamper-proof, always-invoked reference monitor that cannot be bypassed by client-side logic.

Enforces all access decisions on the server according to policy rather than trusting client-supplied enforcement.

Enforces information-flow rules at the server boundary instead of delegating them to the client.

Developer testing and evaluation can discover missing or incorrect input neutralization through targeted web-application tests.

Input validation directly enforces neutralization of untrusted data before it reaches web output generation.

Output filtering can catch or sanitize unneutralized script content before it is served to users.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent design flaws that place server security enforcement on the client.

DE.CM-09 partial match
prevents

Runtime monitoring of web applications and services can detect anomalous outbound requests indicative of SSRF.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover and record SSRF flaws in web applications.

PR.AA-05 partial match
prevents

Proper policy-based enforcement of authorizations implies server-side controls rather than client-only checks.

PR.IR-01 partial match
prevents

Network segmentation and egress controls can limit the damage from successful SSRF requests.

PR.PS-02 partial match
prevents

Patching and EOL replacement can remediate known XSS instances in libraries or frameworks (partial) but do nothing to enforce input neutralization in application code (none).

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure architecture principles discourage client-side trust but do not directly address this weakness.

finds

Security testing can detect client-side enforcement but is not the primary mitigation.

prevents

Information access restriction is undermined when the client is trusted to enforce it.

prevents

Knowledge exchange on emerging attack techniques and patches reduces the likelihood that cross-site scripting flaws remain unaddressed in deployed applications.

prevents

Operational indicators of compromise for web-application attacks can be incorporated into WAF or input-filtering rules, lowering the likelihood that unsanitized data reaches the browser.

prevents

Secure development lifecycle mandates server-side validation and prevents reliance on client enforcement.

References