CVE Catalog

CVE-2026-54628

HighCVSS 8.6
Published: Translated: NVD NIST

Summary

Anyquery prior to 0.4.5 exposes URL-capable SQLite virtual table modules (json_reader, log_reader) through its unauthenticated MySQL-compatible server port without restricting outbound destinations. A remote attacker can supply a loopback, private-network, or link-local URL (e.g. cloud metadata), causing go-getter to fetch the resource and expose the response as queryable table data.

Risk Assessment

Enables internal network probing, access to internal APIs, and disclosure of cloud credentials; state-changing internal APIs may also be abused for unauthorized modifications.

Recommendation

Upgrade Anyquery to version 0.4.5 or later. Until then, restrict access to the MySQL server port to trusted networks only and disable unnecessary virtual table 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 URL-capable SQLite virtual table modules such as json_reader and log_reader through its unauthenticated MySQL-compatible server port without restricting outbound destinations. A remote attacker can provide a loopback, private-network, or link-local cloud metadata URL, causing go-getter in the Anyquery server process to fetch the selected resource and expose its response as queryable table data. This permits internal network probing, access to internal APIs, and disclosure of cloud credentials; low-integrity impact is possible when a reached internal API performs state-changing actions. This issue is fixed in version 0.4.5.

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