CVE-2022-36364
Last modified
CVE-2022-36364 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 2.19% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Apache Calcite Avatica | < 1.22.0 |
References
- http://www.openwall.com/lists/oss-security/2022/07/28/1Mailing List, Third Party Advisory
- https://lists.apache.org/thread/5csdj8bv4h3hfgw27okm84jh1j2fyw0cMailing List, Vendor Advisory
- http://www.openwall.com/lists/oss-security/2022/07/28/1Mailing List, Third Party Advisory
- https://lists.apache.org/thread/5csdj8bv4h3hfgw27okm84jh1j2fyw0cMailing List, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-36364?
How severe is CVE-2022-36364?
How do I fix CVE-2022-36364?
Are you affected by CVE-2022-36364?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
