| Detector: | Tikanga |
| Target: | project ' commons-jelly ' version1.0.1 |
| Misuse: | misuse ' SV_CVE_17_12621 ' |
| Tags: |
Details about the known misuse from the MUBench dataset.
| Description: | During Jelly (xml) file parsing with Apache Xerces, if a custom doctype entity is declared with a “SYSTEM” entity with a URL and that entity is used in the body of the Jelly file, during parser instantiation the parser will attempt to connect to said URL. This could lead to XML External Entity (XXE) attacks. |
| Fix Description: | (see diff) |
| Violations: |
|
| In File: | org/apache/commons/jelly/parser/XMLParser.java |
| In Method: | getXMLReader() |
| Code with Misuse: |
|