VDB

SNYK-JAVA-COMPUPPYCRAWLTOOLS-543266

SNYK-JAVA-COMPUPPYCRAWLTOOLS-543266 PUBLISHED CVSS 5.900000095367432 MEDIUM

## Overview [com.puppycrawl.tools:checkstyle](https://mvnrepository.com/artifact/com.puppycrawl.tools/checkstyle) is a development tool to help programmers write Java code that adheres to a coding standard. Affected versions of this package are vulnerable to XML External Entity (XXE) Injection due to an incomplete fix for *CVE-2019-9658* checkstyle was still vulnerable to XML External Entity (XXE) Injection. ## Details XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document. Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier. For example, below is a sample XML document, containing an XML element- username. ```xml <?xml version="1.0" encoding="ISO-8859-1"?> <username>John</username> </xml> ``` An external XML entity - `xxe`, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of `/etc/passwd` and display it to the user rendered by `username`. ```xml <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE foo [ <!ENTITY xxe SYSTEM "file:///etc/passwd" >]> <username>&xxe;</username> </xml> ``` Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service. ## Remediation Upgrade `com.puppycrawl.tools:checkstyle` to version 8.29 or higher. ## References - [GitHub Advisory](https://github.com/checkstyle/checkstyle/security/advisories/GHSA-763g-fqq7-48wg) - [GitHub Issue](https://github.com/checkstyle/checkstyle/issues/7468) - [Release Notes](https://checkstyle.org/releasenotes.html#Release_8.29)

Risk Scores

CVSS v3.1
5.900000095367432
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/RL:O

Affected Products

VendorProductVersions
0

Timeline

  • Jan 25, 2020 CVE Updated
  • Jan 27, 2020 CVE Published
Open in Interactive Console →
$ Console Community · 100/wk Open console ›