Skip to content

Commit db7c203

Browse files
1 parent 051ba6c commit db7c203

File tree

2 files changed

+92
-31
lines changed

2 files changed

+92
-31
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-932v-x9x2-vq29",
4+
"modified": "2025-12-01T19:05:04Z",
5+
"published": "2025-11-26T09:31:22Z",
6+
"aliases": [
7+
"CVE-2025-62728"
8+
],
9+
"summary": "Hive Metastore Server is vulnerable to SQL Injection",
10+
"details": "SQL injection vulnerability in Hive Metastore Server (HMS) when processing delete column statistics requests via the Thrift APIs. The vulnerability is only exploitable by trusted/authorized users/applications that are allowed to call directly the Thrift APIs. In most real-world deployments, HMS is accessible to only a handful of applications (e.g., Hiveserver2) thus the vulnerability is not exploitable. Moreover, the vulnerable code cannot be reached when metastore.try.direct.sql property is set to false.\n\nThis issue affects Apache Hive: from 4.1.0 before 4.2.0.\n\nUsers are recommended to upgrade to version 4.2.0, which fixes the issue. Users who cannot upgrade directly are encouraged to set metastore.try.direct.sql property to false if the HMS Thrift APIs are exposed to general public.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.hive:hive-common"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.1.0"
29+
},
30+
{
31+
"fixed": "4.2.0"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.hive:hive-metastore"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.1.0"
48+
},
49+
{
50+
"fixed": "4.2.0"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62728"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/apache/hive/commit/c18d0df2702130cf5d0f050e516eb8999aa56301"
65+
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/apache/hive"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://issues.apache.org/jira/browse/HIVE-29269"
73+
},
74+
{
75+
"type": "WEB",
76+
"url": "https://lists.apache.org/thread/yj65dd8dmzgy8p3nv8zy33v8knzg9o7g"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "http://www.openwall.com/lists/oss-security/2025/11/26/3"
81+
}
82+
],
83+
"database_specific": {
84+
"cwe_ids": [
85+
"CWE-89"
86+
],
87+
"severity": "HIGH",
88+
"github_reviewed": true,
89+
"github_reviewed_at": "2025-12-01T19:05:04Z",
90+
"nvd_published_at": "2025-11-26T09:15:46Z"
91+
}
92+
}

advisories/unreviewed/2025/11/GHSA-932v-x9x2-vq29/GHSA-932v-x9x2-vq29.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)