← Terug naar overzicht

CVE-2026-81335 affects Baserow versions prior to 2.3.1, exposing a critical authorization bypass in the Application Builder's data source dispatch mechanism. The dispatch and record-name API views are configured with a permissive class that allows any caller, including unauthenticated requests, to reach the handler. The DataSourceService.dispatch_data_sources method calls check_multiple_permissions but never evaluates or stores the denial mapping it returns, allowing execution to continue regardless of permission outcome. As a result, the data source is dispatched using the integration's own credentials, leaking rows and fields to unauthenticated callers. Data source identifiers are small integers, making them trivially enumerable and increasing the risk of mass data exposure. The fix in version 2.3.1 passes the raise_exception flag to the permission check, ensuring denials halt execution. This vulnerability enables unauthenticated data exfiltration from any Baserow Application Builder data source. Organizations using Baserow should upgrade to version 2.3.1 immediately.

Affected products

  • Baserow

Related CVE's

  • CVE-2026-81335

Categories

  • Data Breach & Exfiltration
  • Enterprise Applications
  • Identity & Access
  • Web Technologies