Lucene search

K
redhatcveRedhat.comRH:CVE-2017-7465
HistoryApr 11, 2017 - 11:18 p.m.

CVE-2017-7465

2017-04-1123:18:04
redhat.com
access.redhat.com
8

0.009 Low

EPSS

Percentile

82.7%

It was found that the JAXP implementation used in EAP 7.0 for XSLT processing is vulnerable to code injection. An attacker could use this flaw to cause remote code execution if they are able to provide XSLT content for parsing.

Mitigation

Doing a transform in JAXP requires the use of a 'javax.xml.transform.TransformerFactory'. If the FEATURE_SECURE_PROCESSING feature is set to 'true', it mitigates this vulnerability. Eg:

TransformerFactory factory = TransformerFactory.newInstance();
factory.setFeature(javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING, true);

0.009 Low

EPSS

Percentile

82.7%

Related for RH:CVE-2017-7465