Skip to content

Commit

Permalink
Merge pull request #4345 from github/oscerd-GHSA-vpw3-3prf-3974
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed May 8, 2024
2 parents 8f8c467 + ef1be38 commit c6da107
Showing 1 changed file with 66 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vpw3-3prf-3974",
"modified": "2024-05-03T20:27:26Z",
"published": "2024-05-03T09:30:52Z",
"aliases": [
"CVE-2023-35701"
],
"summary": "Apache Hive: Arbitrary command execution via JDBC",
"details": "Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Hive.\n\nThe vulnerability affects the Hive JDBC driver component and it can potentially lead to arbitrary code execution on the machine/endpoint that the JDBC driver (client) is running. The malicious user must have sufficient permissions to specify/edit JDBC URL(s) in an endpoint relying on the Hive JDBC driver and the JDBC client process must run under a privileged user to fully exploit the vulnerability. \n\nThe attacker can setup a malicious HTTP server and specify a JDBC URL pointing towards this server. When a JDBC connection is attempted, the malicious HTTP server can provide a special response with customized payload that can trigger the execution of certain commands in the JDBC client.This issue affects Apache Hive: from 4.0.0-alpha-1 before 4.0.0.\n\nUsers are recommended to upgrade to version 4.0.0, which fixes the issue.\n\n",
"severity": [

],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.hive:hive-jdbc"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0-alpha-1"
},
{
"fixed": "4.0.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35701"
},
{
"type": "WEB",
"url": "https://github.com/apache/hive/commit/7abeb1df463cc389f668172e7cf3bb772799858a"
},
{
"type": "WEB",
"url": "https://issues.apache.org/jira/browse/HIVE-27554"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/7zcv6l63spl4r66xwz5jv9rtrg2opx81"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2024/05/03/3"
}
],
"database_specific": {
"cwe_ids": [
"CWE-94"
],
"severity": null,
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-05-03T09:15:07Z"
}
}

0 comments on commit c6da107

Please sign in to comment.