CVE-2022-39135

CVE-2022-39135: Apache Calcite: potential XEE attacks

Vendor Apache Software Foundation
Product Apache Calcite
Weakness CWE-611 · XXE
Published September 11, 2022
Last update August 3, 2024

CVSS base score

What the vulnerability does

Description

Apache Calcite 1.22.0 introduced the SQL operators EXISTS_NODE, EXTRACT_XML, XML_TRANSFORM and EXTRACT_VALUE do not restrict XML External Entity references in their configuration, making them vulnerable to a potential XML External Entity (XXE) attack. Therefore any client exposing these operators, typically by using Oracle dialect (the first three) or MySQL dialect (the last one), is affected by this vulnerability (the extent of it will depend on the user under which the application is running). From Apache Calcite 1.32.0 onwards, Document Type Declarations and XML External Entity resolution are disabled on the impacted operators.

Key dates

Disclosure timeline

September 11, 2022 CVE published
August 3, 2024 Record updated