Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven

GHSA-2g9q-chq2-w8qw

MEDIUM

GHSA-2g9q-chq2-w8qw is a medium-severity (CVSS 4.3) Information Exposure vulnerability in org.apache.hive:hive. O3 Security confirms whether GHSA-2g9q-chq2-w8qw is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Moderate severity vulnerability that affects org.apache.hive:hive, org.apache.hive:hive-exec, and org.apache.hive:hive-service

Also known asCVE-2017-12625
Published
Mar 14, 2019
Updated
Nov 8, 2023
Affected
9 pkgs
Patched
9 / 9
Exploits
None indexed

Blast Radius

9 pkgs affected
org.apache.hive:hiveorg.apache.hive:hiveorg.apache.hive:hiveorg.apache.hive:hive-execorg.apache.hive:hive-execorg.apache.hive:hive-execorg.apache.hive:hive-serviceorg.apache.hive:hive-service+1 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

Apache Hive 2.1.x before 2.1.2, 2.2.x before 2.2.1, and 2.3.x before 2.3.1 expose an interface through which masking policies can be defined on tables or views, e.g., using Apache Ranger. When a view is created over a given table, the policy enforcement does not happen correctly on the table for masked columns.

Affected Packages

9 total 9 fixed
EcosystemPackageVulnerable rangeFix
Mavenorg.apache.hive:hive2.1.0&&< 2.1.22.1.2
Mavenorg.apache.hive:hive2.2.0&&< 2.2.12.2.1
Mavenorg.apache.hive:hive2.3.0&&< 2.3.12.3.1
Mavenorg.apache.hive:hive-exec2.1.0&&< 2.1.22.1.2
Mavenorg.apache.hive:hive-exec2.2.0&&< 2.2.12.2.1
Mavenorg.apache.hive:hive-exec2.3.0&&< 2.3.12.3.1

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.apache.hive:hive. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update org.apache.hive:hive to 2.1.2 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-2g9q-chq2-w8qw is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether GHSA-2g9q-chq2-w8qw is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to GHSA-2g9q-chq2-w8qw. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

Apache Hive 2.1.x before 2.1.2, 2.2.x before 2.2.1, and 2.3.x before 2.3.1 expose an interface through which masking policies can be defined on tables or views, e.g., using Apache Ranger. When a view is created over a given table, the policy enforcement does not happen correctly on the table for masked columns.
O3 Security · Impact-Aware SCA

Is GHSA-2g9q-chq2-w8qw in your dependencies?

O3 detects GHSA-2g9q-chq2-w8qw across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.