OSV 1.4.0 · unreviewed · 修改于 2026-08-28 02:32
发布时间
2026-08-28 02:32
GitHub 审查时间
—
NVD 发布时间
2026-08-28 01:20
源文件
advisories/unreviewed/2026/08/GHSA-h84g-8x85-mw8v/GHSA-h84g-8x85-mw8v.json
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/data_sources/views.py are declared with a permission class that admits any caller, so a request carrying no credential reaches the handler. DataSourceService.dispatch_data_sources in backend/src/baserow/contrib/builder/data_sources/service.py then calls check_multiple_permissions 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 raise_exception to the same call.
该公告没有提供结构化的受影响软件包信息。