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.
Remediation
References
http://www.openwall.com/lists/oss-security/2022/07/28/1
https://lists.apache.org/thread/5csdj8bv4h3hfgw27okm84jh1j2fyw0c
Related Vulnerabilities
CVE-2020-36186 Vulnerability in maven package com.fasterxml.jackson.core:jackson-databind
CVE-2022-36437 Vulnerability in maven package com.hazelcast.jet:hazelcast-jet
CVE-2018-16330 Vulnerability in maven package org.webjars.bower:editor.md
CVE-2020-2225 Vulnerability in maven package org.jenkins-ci.plugins:matrix-project
CVE-2023-47323 Vulnerability in maven package org.silverpeas.core:silverpeas-core-api