Apache Calcite Avatica JDBC driver `httpclient_impl` connection property can be used as an RCE vector
CVE-2022-36364

8.8HIGH

Key Information:

Vendor
Apache
Vendor
CVE Published:
28 July 2022

Summary

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.

Affected Version(s)

Apache Calcite Avatica Apache Calcite Avatica < 1.22.0

References

CVSS V3.1

Score:
8.8
Severity:
HIGH
Confidentiality:
High
Integrity:
High
Availability:
High
Attack Vector:
Network
Attack Complexity:
Low
Privileges Required:
Low
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

Credit

Apache Calcite Avatica would like to thank Peter M (https://twitter.com/h1pmnh) for reporting this issue
.