SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-54698

MEDIUM · CVSS 6 EPSS 0.17% Public Exploit

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

CyberRota Analysis

AI-Generated

Hasura versions prior to 2.49.2 and 2.45.5 are vulnerable to a security flaw that allows users to exploit a where clause on a computed field to infer sensitive row values, potentially bypassing row-level permissions. This could lead to unauthorized data exposure, making it critical for organizations using affected versions to prioritize upgrading to the patched releases. Users managing sensitive data or relying on Hasura for API access should address this vulnerability promptly to mitigate risks.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-54698
Severity
MEDIUM
CVSS
6
EPSS
0.17%
Oracle

Original NVD Description

Hasura is an open-source product that provides users GraphQL or REST APIs. Prior to 2.49.2 and 2.45.5, a user can use a where clause on a table computed field (returning SETOF some_table) to infer row values that ought to be filtered for their role based on some_table's row-level permissions. While such rows cannot be returned directly, like predicates on strings for instance allow values to be brute forced efficiently with the where clause as an oracle. This issue is fixed in versions 2.49.2 and 2.45.5.