CVE-2023-35701: Apache Hive: Arbitrary command execution via JDBC driver

2024-05-03 Thread Stamatis Zampetakis
Severity: moderate Affected versions: - Apache Hive 4.0.0-alpha-1 before 4.0.0 Description: Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Hive. The vulnerability affects the Hive JDBC driver component and it can potentially lead to arbitrary code execution

Re: [Discussion] HIVE-28211: Restore hive-exec:core jar

2024-05-03 Thread Zoltan Haindrich
I think the shading should be fixed instead restoring this core jar. Providing a core-jar means that we support it and I think that would be a bad move: I believe its an irrational expectation from any project to use the same or compatible deps as against hive-exec was compiled! For example hive

Re: [Discussion] HIVE-28211: Restore hive-exec:core jar

2024-05-03 Thread Denys Kuzmenko
I agree that shaded hive-exec should be the proper way to go, however, ATM it's a show-stopper for many downstream projects to upgrade. Also based on the mail threads, they clearly understand the risks of using an unshaded jar but still insist on keeping it. If we'd like to improve the project