πŸ” CVE Alert

CVE-2026-49845

UNKNOWN 0.0

Apache Hive: SQL Injection vulnerability in HiveMetaStore partition-name direct-SQL paths

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-94
Vendor apache software foundation
Product apache hive
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache hive

Be the first to know when new unknown vulnerabilities affecting apache software foundation apache hive are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

Apache Software Foundation / Apache Hive
4.0.0 ≀ 4.2.0

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/apache/hive github.com: https://github.com/apache/hive/commit/ca64f08a8e43db9845b47d5fa2e96f7fdea7288e issues.apache.org: https://issues.apache.org/jira/browse/HIVE-29622 lists.apache.org: https://lists.apache.org/thread/6d56mk501fp4f8cb5wvrpj2jwd9knt05

Credits

πŸ” Leon Johnson