SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-54658

CRITICAL · CVSS 9.8 EPSS 0.46% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

Hypequery versions prior to 2.0.2 are vulnerable to SQL injection due to improper handling of backslashes in the escapeValue() function, which allows attackers to manipulate query parameters and execute arbitrary SQL commands. This critical vulnerability poses a significant risk to any organization using affected versions, as it could lead to unauthorized data access or manipulation. Users of Hypequery should prioritize upgrading to version 2.0.2 or later to mitigate this 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-54658
Severity
CRITICAL
CVSS
9.8
EPSS
0.46%

Original NVD Description

Hypequery is a TypeScript semantic layer for ClickHouse. Prior to 2.5.1, escapeValue() in packages/clickhouse/src/core/utils.ts did not escape backslashes before single quotes during parameter substitution, allowing attacker controlled query parameters with a trailing backslash to escape the closing quote and inject arbitrary SQL. This issue is fixed in version 2.0.2. Version 2.0.2 fixes string parameters, while version 2.5.1 fixes all known vectors. Upgrading to 2.5.1 or later is the only complete fix. In versions 2.0.2 through 2.5.0, serializing non-scalar parameters with  JSON.stringify()  before passing them is a workaround for the object/array vector only.