---
id: CVE-2026-54629
title: Anyquery is an SQL query engine built on top of SQLite
summary: >-
  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, a…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-22
  - CWE-73
  - CWE-284
  - CWE-552
  - CWE-862
vendor: julien040
product: anyquery
affected:
  - anyquery < 0.4.5
published: '2026-09-14'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T14:17:00.457'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54629'
references:
  - url: >-
      https://github.com/julien040/anyquery/commit/27f84fc168310455eaf81ec4ba87eed20298670c
    label: security-advisories@github.com
  - url: 'https://github.com/julien040/anyquery/releases/tag/0.4.5'
    label: security-advisories@github.com
  - url: >-
      https://github.com/julien040/anyquery/security/advisories/GHSA-mf78-3rpf-r784
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-mf78-3rpf-r784'
tags:
  - nvd
  - cve.org
  - ghsa
  - go
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-15T13:26:58.440385Z'
epss: 0.00966
epssPercentile: 0.60146
aliases:
  - GHSA-mf78-3rpf-r784
ecosystem: go
ingestedAt: '2026-07-14T20:39:11.188Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54629)

Affected packages:

- `github.com/julien040/anyquery < 0.4.5`

Source: https://github.com/advisories/GHSA-mf78-3rpf-r784
