Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/julien040/anyquery/commit/27f84fc168310455eaf81ec4ba87eed2029
- https://github.com/julien040/anyquery/releases/tag/0.4.5
- https://github.com/julien040/anyquery/security/advisories/GHSA-mf78-3rpf-r784
FAQ
What is CVE-2026-54629?
CVE-2026-54629 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 ...
How severe is CVE-2026-54629?
CVE-2026-54629 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54629?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.