CVE-2026-82239

8.1

Budibase · server

Budibase server versions before 3.41.3 contain a missing authorization vulnerability in the query endpoint that allows authenticated users to bypass table-level access controls.

Executive summary

A critical authorization bypass vulnerability in Budibase server allows low-privilege users to perform unauthorized data operations across the entire database.

Vulnerability

This is a missing authorization flaw (CWE-862) occurring at the POST /api/datasources/query endpoint, which fails to validate permissions for BASIC role users. An authenticated attacker can manipulate or extract sensitive data from any table by submitting crafted query requests, effectively bypassing configured access restrictions.

Business impact

The vulnerability carries a CVSS score of 8.1, reflecting its high potential for severe data compromise. Because the flaw permits unauthorized read, create, update, and delete actions, it poses a direct risk to data integrity, confidentiality, and business continuity. Unauthorized access to restricted tables can lead to significant regulatory exposure and operational disruption.

Remediation

Immediate Action: Upgrade Budibase server to version 3.41.3 or later to ensure proper enforcement of role-based access controls on the datasource query API.

Proactive Monitoring: Review application access logs for unusual patterns of POST requests to the /api/datasources/query endpoint, specifically monitoring for query identifiers that fall outside of the expected scope for BASIC-level users.

Compensating Controls: Implement Web Application Firewall (WAF) rules to inspect and restrict access to the /api/datasources/query endpoint, ensuring that only expected traffic patterns are permitted until patching is completed.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the potential for full unauthorized database manipulation, this vulnerability should be prioritized for immediate remediation. Organizations using Budibase must verify their current deployment version and apply the 3.41.3 update immediately to restore critical access control boundaries and prevent unauthorized data interaction.

More Budibase CVEs

Sources

Originally found and disclosed by geo-chen, per the CVE Program record.