CVE-2026-54629

HIGHPre-NVD 7.57.5
EchelonGraph scoreMEDIUM confidence

Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-07-14. the CNA's CVSS baseline 7.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:github_m, ghsa
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: CVSS: 7.5Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Anyquery: Local File Read (LFR) via Unrestricted SQLite Virtual Table Modules in Server Mode

Summary

Anyquery's server mode lacks input sanitization and access control over its built-in SQLite virtual table modules (e.g., csv_reader, log_reader). Unauthenticated attackers connecting to the MySQL-compatible server port can create virtual tables pointing to local files on the system (e.g., /etc/passwd, ~/.ssh/id_rsa). This allows full Local File Read (LFR) capabilities, compromising sensitive system configurations and credentials.

Details

Anyquery utilizes the hashicorp/go-getter library within its data ingestion modules. When Anyquery is launched in Server Mode (anyquery server), it binds to a TCP port and accepts MySQL protocol connections. The server handler does not restrict the usage of these virtual table modules to safe directories. An attacker can connect to the server and execute native SQLite virtual table creation queries to instantiate modules like csv_reader pointing to restricted files. Because the file read operation is initiated by the Anyquery server process, the attacker can read any file the process has access to.

PoC (Proof of Concept)

  • Start the server on the victim machine:
anyquery server --host 0.0.0.0 --port 8070
  • Connect from an attacker machine:
mysql -u root -h  -P 8070
  • Execute the following payload to read /etc/passwd:
CREATE VIRTUAL TABLE passwd USING csv_reader('/etc/passwd');
   SELECT * FROM passwd;

Impact

  • Confidentiality: High. Complete compromise of local file system confidentiality.
  • Integrity: None.
  • Availability: None.
  • CVSS Score: 7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Remediation

Implement a sandboxing mechanism in Server Mode (e.g., a --restrict-paths flag) to limit read_* operations to designated directories.

CVSS v3
7.5
EG Score
7.5(medium)
EG Risk
38(Track)
EG Risk 38/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity75% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
EPSS %ILE
KEV
Not listed

Published

July 14, 2026

Last Modified

July 14, 2026

Vendor Advisories for CVE-2026-54629(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(1)

Vendor / EcosystemFixed in / PatchReleasedSource
gogithub.com/julien040/anyqueryghsa

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(1 across 1 ecosystem)
Go(1)
PackageVulnerable rangeFixed inDependents
github.com/julien040/anyquery

Weakness Classification(5)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 11× in last 7d / 62× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-30 04:08 UTCGHSA enrichment
  2. 2026-08-27 23:54 UTCGHSA enrichment
  3. 2026-08-27 12:52 UTCGHSA enrichment
  4. 2026-08-26 23:17 UTCGHSA enrichment
  5. 2026-08-26 12:11 UTCGHSA enrichment
  6. 2026-08-25 23:59 UTCGHSA enrichment
  7. 2026-08-25 12:34 UTCGHSA enrichment
  8. 2026-08-25 01:34 UTCGHSA enrichment
  9. 2026-08-24 14:43 UTCGHSA enrichment
  10. 2026-08-24 03:46 UTCGHSA enrichment
  11. 2026-08-23 15:28 UTCGHSA enrichment
  12. 2026-08-23 04:37 UTCGHSA enrichment
  13. 2026-08-22 17:45 UTCGHSA enrichment
  14. 2026-08-22 06:52 UTCGHSA enrichment
  15. 2026-08-21 20:00 UTCGHSA enrichment
  16. 2026-08-21 09:07 UTCGHSA enrichment
  17. 2026-08-20 22:15 UTCGHSA enrichment
  18. 2026-08-20 11:17 UTCGHSA enrichment
  19. 2026-08-20 00:24 UTCGHSA enrichment
  20. 2026-08-19 06:54 UTCGHSA enrichment
  21. 2026-08-18 20:03 UTCGHSA enrichment
  22. 2026-08-18 03:53 UTCGHSA enrichment
  23. 2026-08-17 17:01 UTCGHSA enrichment
  24. 2026-08-17 06:09 UTCGHSA enrichment
  25. 2026-08-16 19:18 UTCGHSA enrichment
Show 58 more
  1. 2026-08-16 08:14 UTCGHSA enrichment
  2. 2026-08-15 21:23 UTCGHSA enrichment
  3. 2026-08-15 10:31 UTCGHSA enrichment
  4. 2026-08-14 23:39 UTCGHSA enrichment
  5. 2026-08-14 12:47 UTCGHSA enrichment
  6. 2026-08-14 01:56 UTCEG score recompute
  7. 2026-08-14 01:56 UTCGHSA enrichment
  8. 2026-08-13 15:04 UTCGHSA enrichment
  9. 2026-08-13 04:13 UTCGHSA enrichment
  10. 2026-08-12 17:21 UTCGHSA enrichment
  11. 2026-08-12 06:30 UTCGHSA enrichment
  12. 2026-08-11 19:38 UTCGHSA enrichment
  13. 2026-08-11 08:41 UTCGHSA enrichment
  14. 2026-08-10 21:50 UTCGHSA enrichment
  15. 2026-08-10 10:59 UTCGHSA enrichment
  16. 2026-08-10 00:07 UTCGHSA enrichment
  17. 2026-08-09 13:15 UTCGHSA enrichment
  18. 2026-08-09 02:24 UTCGHSA enrichment
  19. 2026-08-08 15:33 UTCGHSA enrichment
  20. 2026-08-08 04:41 UTCGHSA enrichment
  21. 2026-08-07 17:50 UTCGHSA enrichment
  22. 2026-08-07 06:58 UTCGHSA enrichment
  23. 2026-08-06 20:07 UTCGHSA enrichment
  24. 2026-08-06 09:15 UTCGHSA enrichment
  25. 2026-08-05 22:24 UTCGHSA enrichment
  26. 2026-08-05 11:32 UTCGHSA enrichment
  27. 2026-08-05 00:40 UTCGHSA enrichment
  28. 2026-08-04 13:28 UTCGHSA enrichment
  29. 2026-08-04 02:33 UTCGHSA enrichment
  30. 2026-08-03 15:42 UTCGHSA enrichment
  31. 2026-08-03 04:50 UTCGHSA enrichment
  32. 2026-08-02 17:58 UTCGHSA enrichment
  33. 2026-08-02 07:07 UTCGHSA enrichment
  34. 2026-08-01 20:15 UTCGHSA enrichment
  35. 2026-08-01 09:23 UTCGHSA enrichment
  36. 2026-07-31 22:32 UTCGHSA enrichment
  37. 2026-07-31 11:37 UTCGHSA enrichment
  38. 2026-07-31 00:40 UTCGHSA enrichment
  39. 2026-07-30 13:48 UTCEG score recompute
  40. 2026-07-30 13:48 UTCGHSA enrichment
  41. 2026-07-30 02:54 UTCGHSA enrichment
  42. 2026-07-29 16:02 UTCGHSA enrichment
  43. 2026-07-29 05:08 UTCGHSA enrichment
  44. 2026-07-28 18:17 UTCGHSA enrichment
  45. 2026-07-28 07:22 UTCGHSA enrichment
  46. 2026-07-27 20:24 UTCGHSA enrichment
  47. 2026-07-27 09:27 UTCGHSA enrichment
  48. 2026-07-26 22:36 UTCGHSA enrichment
  49. 2026-07-26 11:41 UTCEG score recompute
  50. 2026-07-26 11:41 UTCGHSA enrichment
  51. 2026-07-23 03:19 UTCEG score recompute
  52. 2026-07-17 03:15 UTCGHSA enrichment
  53. 2026-07-16 16:23 UTCGHSA enrichment
  54. 2026-07-16 05:32 UTCGHSA enrichment
  55. 2026-07-15 18:40 UTCGHSA enrichment
  56. 2026-07-15 07:48 UTCGHSA enrichment
  57. 2026-07-14 20:56 UTCEG score recompute
  58. 2026-07-14 20:56 UTCGHSA enrichment

Frequently asked(4)

What is CVE-2026-54629?
CVE-2026-54629 is a high vulnerability published on July 14, 2026. Anyquery: Local File Read (LFR) via Unrestricted SQLite Virtual Table Modules in Server Mode Summary Anyquery's server mode lacks input sanitization and access control over its built-in SQLite virtual table modules (e.g., csvreader, logreader). Unauthenticated attackers connecting to the…
When was CVE-2026-54629 disclosed?
CVE-2026-54629 was first published in the National Vulnerability Database on July 14, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-54629?
CVE-2026-54629 has a CVSS v4.0 base score of 7.5 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-54629?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-54629, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-54629

Explore →

Is Your Infrastructure Affected by CVE-2026-54629?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.