SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-54629

HIGH · CVSS 7.5 EPSS 0.97% Public Exploit

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

CyberRota Analysis

AI-Generated

Anyquery versions prior to 0.4.5 are vulnerable due to the exposure of file-backed SQLite virtual table modules, allowing unauthenticated remote attackers to execute SQL queries that can access sensitive files on the server. This vulnerability can lead to the disclosure of critical information, including system configurations, credentials, and private keys, depending on the server's filesystem permissions. Organizations using Anyquery should prioritize upgrading to version 0.4.5 to mitigate this high-severity risk.

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-54629
Severity
HIGH
CVSS
7.5
EPSS
0.97%

Original NVD 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.