Vulnerability Description
Anyquery is an SQL query engine built on top of SQLite. Prior to 0.4.5, anyquery server forwards unauthenticated SQL from its MySQL-compatible server port to SQLite without restricting ATTACH DATABASE filesystem targets. A remote attacker can select any path writable by the Anyquery server process, cause SQLite to create a database file there, and place attacker-controlled table content in that file. This permits arbitrary file creation or overwrite, causing filesystem integrity loss and denial of service; remote code execution is possible only when another service interprets the written file or the process has a suitably privileged writable target. This issue is fixed in version 0.4.5.
CVSS Score
CRITICAL
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-xrcf-6jh3-ggvx
- https://github.com/julien040/anyquery/security/advisories/GHSA-xrcf-6jh3-ggvx
FAQ
What is CVE-2026-50006?
CVE-2026-50006 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Anyquery is an SQL query engine built on top of SQLite. Prior to 0.4.5, anyquery server forwards unauthenticated SQL from its MySQL-compatible server port to SQLite without restricting ATTACH DATABASE...
How severe is CVE-2026-50006?
CVE-2026-50006 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-50006?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.