Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0, 4.0.0
Description
TxnHandler uses direct SQL queries to operate on Txn related databases/tables in Hive metastore RDBMS.
Most of the methods are direct calls from Metastore api which should be directly append input string arguments to the SQL string.
Need to use parameterised PreparedStatement object to set these arguments.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-22073 SQL Injection in TxnHandler#enqueueLockWithRetry
- Open
- links to