First published: Sun Sep 11 2022(Updated: )
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.
Credit: security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache Calcite | <1.32.0 | |
Apache Calcite | >=1.22.0<1.32.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-39135 is considered a high severity vulnerability due to the potential for XML External Entity attacks.
To fix CVE-2022-39135, upgrade Apache Calcite to version 1.32.0 or later.
CVE-2022-39135 can lead to XML External Entity (XXE) attacks, potentially exposing sensitive data.
CVE-2022-39135 affects Apache Calcite versions 1.22.0 to 1.31.0.
Yes, CVE-2022-39135 can be exploited remotely if the vulnerable functionality is accessible over the network.