Lucene search

K
cvelistApacheCVELIST:CVE-2022-36364
HistoryJul 28, 2022 - 8:35 a.m.

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

2022-07-2808:35:10
CWE-665
apache
www.cve.org
8
apache calcite avatica
jdbc
rce
code execution
classpath

AI Score

9.2

Confidence

High

EPSS

0.002

Percentile

51.7%

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.

CNA Affected

[
  {
    "product": "Apache Calcite Avatica",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThan": "1.22.0",
        "status": "affected",
        "version": "Apache Calcite Avatica",
        "versionType": "custom"
      }
    ]
  }
]

AI Score

9.2

Confidence

High

EPSS

0.002

Percentile

51.7%