Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

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.


Published

2022-07-28T09:15:08.350

Last Modified

2024-11-21T07:12:52.540

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 8.8 (HIGH)

Weaknesses
  • Type: Secondary
    CWE-665
  • Type: Primary
    CWE-665

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application apache apache_calcite_avatica < 1.22.0 Yes

References