Apache Calcite Avatica JDBC driver arbitrary code execution
High severity
GitHub Reviewed
Published
Jul 29, 2022
to the GitHub Advisory Database
•
Updated Jan 27, 2023
Package
Affected versions
< 1.22.0
Patched versions
1.22.0
Description
Published by the National Vulnerability Database
Jul 28, 2022
Published to the GitHub Advisory Database
Jul 29, 2022
Reviewed
Aug 6, 2022
Last updated
Jan 27, 2023
Apache Calcite Avatica JDBC driver creates HTTP client instances based on class names provided via
httpclient_impl
connection property; however, the driver does not verify if the class implements the expected interface before instantiating it, which can lead to code execution loaded via arbitrary classes and in rare cases remote code execution. To exploit the vulnerability: 1) the attacker needs to have privileges to control JDBC connection parameters; 2) and there should be a vulnerable class (constructor with URL parameter and ability to execute code) in the classpath. From Apache Calcite Avatica 1.22.0 onwards, it will be verified that the class implements the expected interface before invoking its constructor.References