CVE Catalog

CVE-2026-54629

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

Anyquery before 0.4.5 exposes file-backed SQLite virtual table modules (csv_reader, log_reader) through its MySQL-compatible server port without authentication, allowing a remote attacker to read arbitrary files from the system.

Risk Assessment

An attacker can access system files, credentials, and private keys, leading to full compromise of data confidentiality.

Recommendation

Update Anyquery to version 0.4.5 or later, which adds authentication and access restrictions to the modules.

Other vulnerabilities in Anyquery

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS