CVE-2019-9020
Public exploit available. Not confirmed exploited in the wild yet. A vendor fix is available.
What to do
The vendor has published a fix. Version details are below where the sources state them.
Steps
Written by AI from the record- Check whether your server/app runs PHP and which exact version (and whether the xmlrpc extension/functionality is enabled).
- If your PHP version is older than the fixes listed below, schedule an upgrade as soon as possible.
- Upgrade PHP to a fixed version: 5.6.40 or later, 7.1.26 or later, 7.2.14 or later, or 7.3.1 or later (as applicable to your branch).
- Re-test your application’s XML-RPC usage (or disable XML-RPC if you don’t need it) after the upgrade.
- If you can’t upgrade immediately, temporarily remove/disable xmlrpc functionality and block external access to any XML-RPC endpoints until the fix is applied.
sudo apt-get update && sudo apt-get install --only-upgrade phpWhat it is
From the CVE record
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. Invalid input to the function xmlrpc_decode() can lead to an invalid memory access (heap out of bounds read or read after free). This is related to xml_elem_parse_buf in ext/xmlrpc/libxmlrpc/xml_element.c.
In plain language
Written by AI from the recordCVE-2019-9020 is a serious bug in older PHP versions that can crash or potentially let an attacker take control through malformed XML-RPC data; if your small business still runs an affected PHP version, you should act now.
CVE-2019-9020 is a memory-safety issue (CWE-125/CWE-416) in PHP’s xmlrpc_decode() path for ext/xmlrpc, where carefully crafted XML-RPC input can trigger invalid memory access (e.g., heap out-of-bounds read or read-after-free), making remote impact possible in vulnerable deployments; public exploits exist and the likelihood is rising.
If you're affected
- Service crash (denial of service)
- Potential PHP process compromise
- Data exposure from memory reads
- Business disruption for web apps
Exploitation
Where each signal puts this CVE on the scale from published to confirmed exploited.
- CISA KEV
Not in the catalog. CISA has not confirmed exploitation.
- Public exploits
2 sources with a proof of concept or module.
Exploit links, PoCs and Metasploit modules after sign-in- EPSS
10% chance of exploitation activity in the next 30 days, which ranks it in the 95th percentile of scored CVEs.
Exploit Prediction Scoring System, FIRST.org. A probability, not a confirmation.
- Attention now
Rising.
Lifecycle
The patch came 471 days before any public exploit.
- EPSS band changelow → moderateepss band change
- EPSS band changemoderate → lowepss band change
- EPSS band changelow → moderateepss band change
- EPSS band changemoderate → lowepss band change
- EPSS band changelow → moderateepss band change
- EPSS band changemoderate → lowepss band change
Affected products
And 4 more affected products. See all after sign-in
Technical detail
CVSS 3.0 vector
Open in the CVSS calculatorCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Scored 9.8 by NVD.
How it is reached
- Attack Vector NetworkExploitable remotely over the network without any special conditions
- Attack Complexity LowNo special conditions — the attack can be reliably reproduced
- Privileges Required NoneNo authentication required — anyone can exploit this
- User Interaction NoneNo user interaction needed — fully automated exploitation
Scope
- Scope UnchangedImpact is limited to the vulnerable component itself
Impact if exploited
- Confidentiality HighTotal information disclosure — all data in the component is compromised
- Integrity HighTotal loss of integrity — attacker can modify any data in the component
- Availability HighTotal denial of service — the component is completely unavailable
Weaknesses
ATT&CK techniques
Mapped from the weaknesses above (CWE to ATT&CK), not observed in attacks.
- CollectionT1005Data from Local Systemmedium confidence
- Initial AccessT1190Exploit Public-Facing Applicationhigh confidence
- Privilege EscalationT1068Exploitation for Privilege Escalationhigh confidence
Sources
Watch the software you run.
My Stack ranks new CVEs for your products by real-world exploitation, so the next serious one reaches you without reading every advisory.
We'll flag the next CVE, public exploit or patch for Novell Inc., not every advisory. This one: public exploit.
A free account adds
- The full version matrix and every affected product
- Exploit links, proofs of concept and Metasploit modules
- Email alerts for the products you watch
- The same data over REST API, MCP and CLI