SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-49845

CRITICAL · CVSS 9.8 EPSS 0.52% Public Exploit

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

CyberRota Analysis

AI-Generated

Apache Hive versions prior to 4.2.1 are vulnerable to SQL injection through the Hive Metastore, allowing authenticated users to manipulate partition metadata by crafting partition names in RPC requests. This vulnerability can lead to unintended modifications of partition statistics, truncation targets, and file metadata cache operations, potentially affecting data integrity. Organizations using affected versions should prioritize upgrading to 4.2.1 to mitigate these risks, especially those with network-trusted users who access Hive Metastore APIs.

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-49845
Severity
CRITICAL
CVSS
9.8
EPSS
0.52%
Apache

Original NVD Description

SQL injection in Hive Metastore direct SQL partition-name resolution in Apache Hive before 4.2.1 on all platforms allows authenticated users with access to Hive Metastore APIs to read, modify, or affect unintended partition metadata (including statistics updates, truncation targets, and file-metadata cache operations) via crafted partition names in metastore RPC requests when direct SQL is enabled (the default). Users are recommended to upgrade to version 4.2.1, which fixes this issue. Details about the issue: Several Hive Metastore RPCs resolve partitions by full partition name (PART_NAME) through direct-SQL helpers. In those paths, client-supplied partition names are embedded into SQL using string concatenation (DirectSqlUpdatePart.quoteString() → '...') instead of bind parameters. A partition name containing a single quote (and crafted SQL) can alter the generated WHERE clause so that lookups intended for one partition match additional rows. That can affect reads, stats updates, truncate targets, metadata-cache targets, and related operations when metastore.try.direct.sql is enabled (default: true). An authenticated or network-trusted caller with the ability to invoke Hive Metastore partition-name APIs against a target table (directly or via Hive/other clients), when direct SQL is enabled can perform this attack. Also, the impact is mainly within table & partition targeting (read/update/truncate/drop/cache the wrong partitions in a table they can reference), not arbitrary cross-database access via this bug alone.

Related CVEs

Other vulnerabilities affecting the same vendor(s)