Skip to content

Apache Calcite before 1.32.0 vulnerable to potential XML External Entity (XXE) attack

Critical severity GitHub Reviewed Published Sep 12, 2022 to the GitHub Advisory Database • Updated Feb 1, 2023

Package

maven org.apache.calcite:calcite-core (Maven)

Affected versions

< 1.32.0

Patched versions

1.32.0

Description

In Apache Calcite prior to version 1.32.0 the SQL operators EXISTS_NODE, EXTRACT_XML, XML_TRANSFORM and EXTRACT_VALUE do not restrict XML External Entity references in their configuration, which makes 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.

References

Published by the National Vulnerability Database Sep 11, 2022
Published to the GitHub Advisory Database Sep 12, 2022
Reviewed Sep 15, 2022
Last updated Feb 1, 2023

Severity

Critical
9.8
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CVE ID

CVE-2022-39135

GHSA ID

GHSA-fj2m-w3wv-x9pr

Source code

No known source code
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.