Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2018-17198 Details

Description

Server-side Request Forgery (SSRF) and File Enumeration vulnerability in Apache Roller 5.2.1, 5.2.0 and earlier unsupported versions relies on Java SAX Parser to implement its XML-RPC interface and by default that parser supports external entities in XML DOCTYPE, which opens Roller up to SSRF / File Enumeration vulnerability. Note that this vulnerability exists even if Roller XML-RPC interface is disable via the Roller web admin UI. Mitigation: There are a couple of ways you can fix this vulnerability: 1) Upgrade to the latest version of Roller, which is now 5.2.2 2) Or, edit the Roller web.xml file and comment out the XML-RPC Servlet mapping as shown below: <!-- <servlet-mapping> <servlet-name>XmlRpcServlet</servlet-name> <url-pattern>/roller-services/xmlrpc</url-pattern> </servlet-mapping> -->

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-918Server-Side Request Forgery (SSRF)[email protected]

Affected Products

ProductVersions
apache roller
<= 5.1.2
5.2.0 -
5.2.0 rc2
5.2.0 rc3
5.2.0 rc4

CPE

  • cpe:2.3:a:apache:roller:*:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:roller:5.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:roller:5.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:roller:5.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:roller:5.2.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:apache:roller:5.2.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:apache:roller:5.2.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:apache:roller:5.2.1:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

7 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2018-17198
NVD Published Date:
May 28, 2019
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2018-17198 Details - Not Deferred