CVE-2026-54629

Anyquery is an SQL query engine built on top of SQLite. Prior to 0.4.5, anyquery server exposes file-backed SQLite virtual table modules such as csv_reader and log_reader through its MySQL-compatible server port without authentication, authorization, or directory restrictions. A remote attacker can use SQLite CREATE VIRTUAL TABLE statements to provide a local path to these modules, which use hashicorp/go-getter under the Anyquery server process and return the selected file contents as queryable table rows. The disclosure is limited only by the filesystem permissions of the server process and can expose system configuration, credentials, and private keys. This issue is fixed in version 0.4.5.
Configurations

No configuration.

History

No history.

Information

Published : 2026-09-14 20:16

Updated : 2026-09-15 14:17


NVD link : CVE-2026-54629

Mitre link : CVE-2026-54629

CVE.ORG link : CVE-2026-54629


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-73

External Control of File Name or Path

CWE-284

Improper Access Control

CWE-552

Files or Directories Accessible to External Parties

CWE-862

Missing Authorization