First published: Fri Oct 06 2023(Updated: )
Gradle is a build tool with a focus on build automation and support for multi-language development. In some cases, when Gradle parses XML files, resolving XML external entities is not disabled. Combined with an Out Of Band XXE attack (OOB-XXE), just parsing XML can lead to exfiltration of local text files to a remote server. Gradle parses XML files for several purposes. Most of the time, Gradle parses XML files it generated or were already present locally. Only Ivy XML descriptors and Maven POM files can be fetched from remote repositories and parsed by Gradle. In Gradle 7.6.3 and 8.4, resolving XML external entities has been disabled for all use cases to protect against this vulnerability. Gradle will now refuse to parse XML files that have XML external entities.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Gradle Gradle | <7.6.3 | |
Gradle Gradle | >=8.0<8.4 | |
redhat/gradle | <7.6.3 | 7.6.3 |
redhat/gradle | <8.4 | 8.4 |
Gradle Gradle | >=8.0.0<8.4.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-42445 is a vulnerability in Gradle, a build tool for build automation and multi-language development.
CVE-2023-42445 allows for an Out Of Band XXE attack (OOB-XXE) when parsing XML files, which can lead to the exfiltration of local text.
Gradle versions up to and including 7.6.3 and versions between 8.0 and 8.4 (exclusive) are affected by CVE-2023-42445.
The severity of CVE-2023-42445 is medium with a CVSS score of 5.3.
To fix CVE-2023-42445, you should update Gradle to version 7.6.4 or version 8.4.1 or later.