SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-47253

HIGH · CVSS 7.3 EPSS 0.38% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Anyquery SQL query engine prior to version 0.4.5 is vulnerable to a directory traversal attack via the clear_plugin_cache(plugin) function, allowing low-privileged users to delete arbitrary directories writable by the server process. This can lead to permanent data loss and denial of service without exposing file contents. Organizations using Anyquery should prioritize upgrading to version 0.4.5 to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-47253
Severity
HIGH
CVSS
7.3
EPSS
0.38%

Original NVD Description

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.