Katalog CVE

CVE-2026-49845

KrytyczneCVSS 9.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność SQL injection w Apache Hive przed wersją 4.2.1 dotyczy rozwiązywania nazw partycji w Hive Metastore przy użyciu bezpośredniego SQL. Uwierzytelniony użytkownik może poprzez spreparowane nazwy partycji w żądaniach RPC zmienić klauzulę WHERE, co pozwala na odczyt, modyfikację lub wpływ na metadane innych partycji (np. aktualizacje statystyk, cele truncate, operacje na cache metadanych plików).

Ocena ryzyka

Ryzyko polega na możliwości naruszenia integralności i poufności metadanych partycji w tabelach, do których użytkownik ma dostęp, co może prowadzić do błędnych operacji na danych (np. usunięcie lub modyfikacja niewłaściwych partycji) i potencjalnie do eskalacji uprawnień w obrębie metastore.

Rekomendacja

Zaleca się natychmiastową aktualizację Apache Hive do wersji 4.2.1, która usuwa tę podatność. Do czasu aktualizacji należy ograniczyć dostęp do API Hive Metastore oraz rozważyć wyłączenie opcji metastore.try.direct.sql (jeśli to możliwe w środowisku).

Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS