CVE-2026-81335: Baserow before 2.3.1 Unauthenticated Data Disclosure via Discarded Permission Check on Builder Data Sources

Published Aug 27, 2026
·
Updated

Baserow dispatches an Application Builder data source without acting on the result of its permission check. The dispatch and record-name views in backend/src/baserow/contrib/builder/api/datasources/views.py are declared with a permission class that admits any caller, so a request carrying no credential reaches the handler. DataSourceService.dispatchdatasources in backend/src/baserow/contrib/builder/datasources/service.py then calls checkmultiplepermissions without asking it to raise, and neither stores nor examines the mapping of denials it returns, so a denied check leaves execution to continue and the data source is dispatched whatever the caller's identity. The dispatch runs with the integration's own credentials, so an unauthenticated request naming a data source receives the rows and fields that source reads. Identifiers are small integers and can be enumerated. Version 2.3.1 passes raiseexception to the same call.

Affected Software

1 affected component
Baserow<2.3.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade baserow to a version that resolves this vulnerability.

    Fixed in 2.3.1
  2. Configuration

    Update the dispatch and record-name views so the permission class does not admit any caller, ensuring requests without valid credentials cannot reach the handler.

    Baserow builder API views (backend/src/baserow/contrib/builder/api/data_sources/views.py) permission class = restricted to authenticated callers (not “admits any caller”)

Event History

Aug 27, 2026
CVE Published
via MITRE·02:50 PM
Data Sourced
via MITRE·02:50 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·05:20 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who is exposed to this issue?

Baserow instances before 2.3.1 with Application Builder data sources are exposed. The affected dispatch and record-name endpoints admit unauthenticated callers, so no user account or credential is required.

2

What does an attacker need to exploit it?

An attacker only needs to send requests identifying a data source. Data-source identifiers are small integers and can be enumerated, making discovery practical.

3

What data can be disclosed?

The vulnerable dispatch executes using the integration's own credentials and returns the rows and fields read by the named data source. The disclosed scope therefore depends on what each configured integration and data source can access.

4

Does this require a permissive user configuration?

No. The permission check may deny the caller, but its denial result is discarded and processing continues. An unauthenticated request can therefore dispatch the data source despite the denied check.

5

What change fixes the issue?

Version 2.3.1 changes the permission-check call to pass raise_exception, preventing dispatch from continuing when permission is denied.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203