๐Ÿ” CVE Alert

CVE-2026-47253

HIGH 7.3

Anyquery: Path Traversal in `clear_plugin_cache` Allows Arbitrary Directory Deletion

CVSS Score
7.3
EPSS Score
0.0%
EPSS Percentile
0th

Anyquery is an SQL query engine built on top of SQLite. Prior to 0.4.5, the clear_plugin_cache(plugin) SQL scalar function in namespace/other_functions.go passes the caller-controlled plugin parameter through path.Join to os.RemoveAll without rejecting traversal segments. A low-privileged bearer-token holder can invoke the function through the /v1/query HTTP endpoint, causing path.Join to resolve .. segments outside $XDG_CACHE_HOME/anyquery/plugins/ and os.RemoveAll to recursively delete any reachable directory writable by the Anyquery server process. This causes permanent data loss and denial of service without disclosing file contents. This issue is fixed in version 0.4.5.

CWE CWE-22
Vendor julien040
Product anyquery
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for julien040 anyquery

Be the first to know when new high vulnerabilities affecting julien040 anyquery are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

julien040 / anyquery
< 0.4.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/julien040/anyquery/security/advisories/GHSA-j9rx-rppg-6hh4 github.com: https://github.com/julien040/anyquery/commit/27f84fc168310455eaf81ec4ba87eed20298670c github.com: https://github.com/julien040/anyquery/releases/tag/0.4.5