VYPR
High severityNVD Advisory· Published Jul 28, 2022· Updated Aug 3, 2024

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

CVE-2022-36364

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.apache.calcite.avatica:avatica-coreMaven
< 1.22.01.22.0

Affected products

138

Patches

Vulnerability mechanics

References

5

News mentions

0

No linked articles in our index yet.