Lucene search

K
redhatcveRedhat.comRH:CVE-2017-7503
HistoryMay 18, 2017 - 8:19 a.m.

CVE-2017-7503

2017-05-1808:19:26
redhat.com
access.redhat.com
7

0.002 Low

EPSS

Percentile

62.1%

It was found that the Red Hat JBoss EAP 7.0.5 implementation of javax.xml.transform.TransformerFactory is vulnerable to XXE. An attacker could use this flaw to launch DoS or SSRF attacks, or read files from the server where EAP is deployed.

Mitigation

This issue affects processing of XML content from an untrusted source using a javax.xml.transform.TransformerFactory. The only safe way to process untrusted XML content with a TransformerFactory is to use the StAX API. StAX is a safe implementation on EAP 7.0.x because the XML content is not read in it's entirety in order to parse it. As a developer using StAX, you decide which XML stream events you want to react to, so XXE control constructs won't be processed automatically by the parser.

0.002 Low

EPSS

Percentile

62.1%