Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/basekick-labs/arc
  4. ›
  5. CVE-2026-47735

CVE-2026-47735: Arc has an authenticated arbitrary local-file read via DuckDB I/O functions that bypasses RBAC table-level checks

June 8, 2026

Arc’s user-SQL validator (internal/api/query.go:ValidateSQLRequest) blocked only read_parquet( and arc_partition_agg( via regex denylist. The broader DuckDB I/O function family — read_csv_auto, read_csv, read_json, read_json_auto, read_text, read_blob, glob, parquet_metadata, parquet_schema, read_xlsx, etc. — was not blocked. RBAC table-reference extraction inspected only FROM/JOIN clauses, so scalar table functions in the SELECT list slipped past both layers.

References

  • github.com/Basekick-Labs/arc/commit/91bdc29d1a02178ccf8c66375eccf85203108dfb
  • github.com/Basekick-Labs/arc/pull/442
  • github.com/Basekick-Labs/arc/security/advisories/GHSA-p2j4-c4g6-rpf5
  • github.com/advisories/GHSA-p2j4-c4g6-rpf5
  • nvd.nist.gov/vuln/detail/CVE-2026-47735

Code Behaviors & Features

Detect and mitigate CVE-2026-47735 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.0-20260520141557-91bdc29d1a02

Fixed versions

  • 0.0.0-20260520141557-91bdc29d1a02

Solution

Upgrade to version 0.0.0-20260520141557-91bdc29d1a02 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

go/github.com/basekick-labs/arc/CVE-2026-47735.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:40 +0000.