CVE-2022-36364

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
Link Resource
http://www.openwall.com/lists/oss-security/2022/07/28/1 Mailing List Third Party Advisory
https://lists.apache.org/thread/5csdj8bv4h3hfgw27okm84jh1j2fyw0c Mailing List Vendor Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:apache:apache_calcite_avatica:*:*:*:*:*:*:*:*

History

03 Aug 2022, 19:36

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8
References (MLIST) http://www.openwall.com/lists/oss-security/2022/07/28/1 - (MLIST) http://www.openwall.com/lists/oss-security/2022/07/28/1 - Mailing List, Third Party Advisory
References (MISC) https://lists.apache.org/thread/5csdj8bv4h3hfgw27okm84jh1j2fyw0c - (MISC) https://lists.apache.org/thread/5csdj8bv4h3hfgw27okm84jh1j2fyw0c - Mailing List, Vendor Advisory
CPE cpe:2.3:a:apache:apache_calcite_avatica:*:*:*:*:*:*:*:*
CWE CWE-665

28 Jul 2022, 12:15

Type Values Removed Values Added
References
  • (MLIST) http://www.openwall.com/lists/oss-security/2022/07/28/1 -

28 Jul 2022, 09:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-07-28 09:15

Updated : 2024-02-04 22:51


NVD link : CVE-2022-36364

Mitre link : CVE-2022-36364

CVE.ORG link : CVE-2022-36364


JSON object : View

Products Affected

apache

  • apache_calcite_avatica
CWE
CWE-665

Improper Initialization