CVE-2019-9020

Modified
Published: 22 Feb 2019, 23:00
Last modified:04 Aug 2024, 21:31

Vulnerability Summary

Overall Risk (default)
high
70/100
CVSS Score
9.8 CRITICAL
v3.0 (nvd)
EPSS Score
2.39% LOW
2% probability -0.71%
KEV
Not listed
Ransomware
No reports
Public exploits
2 found
Dark Web
Not detected

Timeline

22 Feb 2019, 23:00
Published
Vulnerability first disclosed
04 Aug 2024, 21:31
Last Modified
Vulnerability information updated

Description

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.

CVSS Metrics

  • v3.0CRITICALScore: 9.8CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • v2.0HIGHScore: 7.5AV:N/AC:L/Au:N/C:P/I:P/A:P

EPSS Trends

Current EPSS score: 2.39% Percentile: 85%

Techniques & Countermeasures

  • CWE-125Out-of-bounds Read

    The product reads data past the end, or before the beginning, of the intended buffer.

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • canonicalubuntu_linux

    12.04 | 14.04 | 16.04

  • debiandebian_linux

    9.0

  • netappstorage_automation_store

    na

  • opensuseleap

    42.3

  • UnknownPHP

    < 5.6.40 | ≥ 7.0.0, < 7.1.26 | ≥ 7.2.0, < 7.2.14 | ≥ 7.3.0, < 7.3.1

References (13)