Vulnerability Description
Python 2.7.14 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free. Python versions prior to 2.7.14 may also be vulnerable and it appears that Python 2.7.17 and prior may also be vulnerable however this has not been confirmed. The vulnerability lies when multiply threads are handling large amounts of data. In both cases there is essentially a race condition that occurs. For the Heap-Buffer-Overflow, Thread 2 is creating the size for a buffer, but Thread1 is already writing to the buffer without knowing how much to write. So when a large amount of data is being processed, it is very easy to cause memory corruption using a Heap-Buffer-Overflow. As for the Use-After-Free, Thread3->Malloc->Thread1->Free's->Thread2-Re-uses-Free'd Memory. The PSRT has stated that this is not a security vulnerability due to the fact that the attacker must be able to run code, however in some situations, such as function as a service, this vulnerability can potentially be used by an attacker to violate a trust boundary, as such the DWF feels this issue deserves a CVE.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Python | Python | <= 2.7.14 |
| Canonical | Ubuntu Linux | 12.04 |
Related Weaknesses (CWE)
References
- https://bugs.python.org/issue31530Issue TrackingPatchVendor Advisory
- https://drive.google.com/file/d/1oyR9DAZjZK_SCn3mor6NRAYLJS6ueXaY/viewThird Party Advisory
- https://security.gentoo.org/glsa/201811-02Third Party Advisory
- https://usn.ubuntu.com/3817-1/Third Party Advisory
- https://usn.ubuntu.com/3817-2/Third Party Advisory
- https://www.dropbox.com/sh/sj3ee7xv55j36k7/AADwP-YfOYikBMuy32e0uvPFa?dl=0Permissions Required
- https://www.oracle.com/security-alerts/cpujan2020.htmlThird Party Advisory
- https://bugs.python.org/issue31530Issue TrackingPatchVendor Advisory
- https://drive.google.com/file/d/1oyR9DAZjZK_SCn3mor6NRAYLJS6ueXaY/viewThird Party Advisory
- https://security.gentoo.org/glsa/201811-02Third Party Advisory
- https://usn.ubuntu.com/3817-1/Third Party Advisory
- https://usn.ubuntu.com/3817-2/Third Party Advisory
- https://www.dropbox.com/sh/sj3ee7xv55j36k7/AADwP-YfOYikBMuy32e0uvPFa?dl=0Permissions Required
- https://www.oracle.com/security-alerts/cpujan2020.htmlThird Party Advisory
FAQ
What is CVE-2018-1000030?
CVE-2018-1000030 is a vulnerability with a CVSS score of 3.6 (LOW). Python 2.7.14 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free. Python versions prior to 2.7.14 may also be vulnerable and it appears that Python 2.7.17 and prior may also be v...
How severe is CVE-2018-1000030?
CVE-2018-1000030 has been rated LOW with a CVSS base score of 3.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2018-1000030?
Check the references section above for vendor advisories and patch information. Affected products include: Python Python, Canonical Ubuntu Linux.