← Vulnerability feed

Vulnerability record · CVE-2019-17570 · published 23 January 2020

CVE-2019-17570: Apache XML-RPC untrusted deserialization in XmlRpcResponseParser

Apache · Xml Rpc

Apache XML-RPC (ws-xmlrpc) deserializes untrusted data in the org.apache.xmlrpc.parser.XmlRpcResponseParser:addResult method. A malicious XML-RPC server can send a crafted response that causes a connecting XML-RPC client to execute arbitrary code. Apache XML-RPC is no longer maintained and the project states this issue will not be fixed.

9.8 CVSS 3.1 Critical EPSS 49% · top 1.1% CWE-502 · Deserialization of untrusted data
9.8CVSS 3.1 base score, v2 7.5
49%EPSS exploitation probability, 30 days
NoNot in CISA KEV
5Affected product versions listed by NVD
22References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

An untrusted deserialization was found in the org.apache.xmlrpc.parser.XmlRpcResponseParser:addResult method of Apache XML-RPC (aka ws-xmlrpc) library. A malicious XML-RPC server could target a XML-RPC client causing it to execute arbitrary code. Apache XML-RPC is no longer maintained and this issue will not be fixed.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

high priorityCVSS 9.8 and a very high EPSS percentile with a public exploit reference make this serious, but it requires the client to connect to an attacker-controlled server and upstream will not fix it, so exposure depends on deployment.

What it is

Apache XML-RPC (ws-xmlrpc) deserializes untrusted data in the org.apache.xmlrpc.parser.XmlRpcResponseParser:addResult method. A malicious XML-RPC server can send a crafted response that causes a connecting XML-RPC client to execute arbitrary code. Apache XML-RPC is no longer maintained and the project states this issue will not be fixed.

Impact

An attacker controlling the XML-RPC server side gains remote code execution on the client host, with full loss of confidentiality, integrity and availability per the CVSS vector. This is a client-side compromise triggered by the server, reversing the usual trust direction.

Attack surface

Reached over the network (AV:N) with no authentication and no user interaction (PR:N, UI:N); the client only needs to issue a request to an attacker-controlled or compromised XML-RPC endpoint. Any application embedding the ws-xmlrpc client library is exposed.

Exploitation

Not listed in CISA KEV, but EPSS is high at 0.49285 (98.8th percentile) and a public exploit advisory reference is tagged Exploit. No ransomware usage is documented.

What to do

  • Patch where vendor fixes exist: apply Red Hat RHSA-2020:0310, Ubuntu USN-4496-1, Debian DSA-4619, or the Fedora and Gentoo advisories for the packaged xmlrpc library.
  • Where no fix is available, stop using Apache XML-RPC as a client against untrusted or third-party endpoints, since upstream is unmaintained and will not fix it.
  • Replace the ws-xmlrpc client with a maintained XML-RPC or HTTP library, or restrict client connections to explicitly allowlisted server hosts.
  • If the library must stay, run the client with least privilege and network egress restrictions so a deserialization payload cannot reach useful targets.
  • Inventory applications and dependencies that bundle ws-xmlrpc, including Java services and OS packages, to find unpatched instances.

Detection

  • Search dependency manifests, SBOMs and installed packages for org.apache.xmlrpc / ws-xmlrpc and flag versions without a vendor patch.
  • Monitor XML-RPC client processes for unexpected child process creation or outbound connections to unfamiliar servers, which would indicate post-exploitation activity.
  • Alert on XML-RPC responses containing serialized Java object markers or unusually large or malformed payloads returned to client code.
  • Review egress logs for XML-RPC clients contacting hosts outside the approved server allowlist.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

5 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://www.openwall.com/lists/oss-security/2020/01/24/2 Mailing ListThird Party Advisory
https://access.redhat.com/errata/RHSA-2020:0310 Third Party Advisory
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-17570%3B
https://github.com/orangecertcc/security-research/security/advisories/GHSA-x2r6-4m45-m4jp ExploitThird Party Advisory
https://lists.apache.org/thread.html/846551673bbb7ec8d691008215384bcef03a3fb004d2da845cfe88ee%401390230951%40%3Cdev.ws.a Mailing ListVendor Advisory
https://lists.debian.org/debian-lts-announce/2020/01/msg00033.html Mailing ListThird Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/I3QCRLJYQRGVTIYF4BXYRFS
https://seclists.org/bugtraq/2020/Feb/8 Mailing ListThird Party Advisory
https://security.gentoo.org/glsa/202401-26
https://usn.ubuntu.com/4496-1/ PatchThird Party Advisory
https://www.debian.org/security/2020/dsa-4619 Third Party Advisory
http://www.openwall.com/lists/oss-security/2020/01/24/2 Mailing ListThird Party Advisory
https://access.redhat.com/errata/RHSA-2020:0310 Third Party Advisory
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-17570%3B
https://github.com/orangecertcc/security-research/security/advisories/GHSA-x2r6-4m45-m4jp ExploitThird Party Advisory
https://lists.apache.org/thread.html/846551673bbb7ec8d691008215384bcef03a3fb004d2da845cfe88ee%401390230951%40%3Cdev.ws.a Mailing ListVendor Advisory
https://lists.debian.org/debian-lts-announce/2020/01/msg00033.html Mailing ListThird Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/I3QCRLJYQRGVTIYF4BXYRFS
https://seclists.org/bugtraq/2020/Feb/8 Mailing ListThird Party Advisory
https://security.gentoo.org/glsa/202401-26
https://usn.ubuntu.com/4496-1/ PatchThird Party Advisory
https://www.debian.org/security/2020/dsa-4619 Third Party Advisory

Track CVE-2019-17570 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2024-4577PHP-CGI on Windows argument injection leads to remote code executionPHP-CGI on Windows can misinterpret characters in the command line passed to Win32 API functions when certain code pages are configured, due to Windo…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2019-17570), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.