CVE-2022-36364
CVSS V2 None
CVSS V3 High 8.8
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.
Overview
- CVE ID
- CVE-2022-36364
- Assigner
- security@apache.org
- Vulnerability Status
- Analyzed
- Published Version
- 2022-07-28T09:15:08
- Last Modified Date
- 2022-08-03T19:36:48
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:apache:apache_calcite_avatica:*:*:*:*:*:*:*:* | 1 | OR | 1.22.0 |
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 8.8
- Base Severity
- HIGH
- Exploitability Score
- 2.8
- Impact Score
- 5.9
References
Reference URL | Reference Tags |
---|---|
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 |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-36364 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36364 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-07-28 10:00:24 | Added to TrackCVE |