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 |
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
History
21 Nov 2024, 07:12
Type | Values Removed | Values Added |
---|---|---|
References | () http://www.openwall.com/lists/oss-security/2022/07/28/1 - Mailing List, Third Party Advisory | |
References | () https://lists.apache.org/thread/5csdj8bv4h3hfgw27okm84jh1j2fyw0c - Mailing List, Vendor Advisory |
Information
Published : 2022-07-28 09:15
Updated : 2024-11-21 07:12
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