CVE-2018-1000030
Last modified
CVE-2018-1000030 is a low-severity vulnerability rated 3.6/10 on the CVSS scale. 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. EPSS estimates a 1.21% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Python | Python | <= 2.7.14 |
| Canonical | Ubuntu Linux | 12.04 |
| Canonical | Ubuntu Linux | 14.04 |
| Canonical | Ubuntu Linux | 16.04 |
| Canonical | Ubuntu Linux | 18.04 |
References
- https://bugs.python.org/issue31530Issue Tracking, Patch, Vendor 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 Tracking, Patch, Vendor 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
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2018-1000030?
How severe is CVE-2018-1000030?
How do I fix CVE-2018-1000030?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2018
- CVE-2018-1000024The Squid Software Foundation Squid HTTP Caching Proxy versi…
- CVE-2018-1000025Jerome Gamez Firebase Admin SDK for PHP version from 3.2.0 t…
- CVE-2018-1000026Linux Linux kernel version at least v4.8 onwards, probably w…7.7
- CVE-2018-1000027The Squid Software Foundation Squid HTTP Caching Proxy versi…
- CVE-2018-1000028Linux kernel version after commit bdcf0a423ea1 - 4.15-rc4+, …
- CVE-2018-1000029mcholste Enterprise Log Search and Archive (ELSA) version re…
- CVE-2018-1000031A heap-based buffer overflow exists in Info-Zip UnZip versio…
- CVE-2018-1000032A heap-based buffer overflow exists in Info-Zip UnZip versio…
- CVE-2018-1000033An out-of-bounds read exists in Info-Zip UnZip version 6.10c…
- CVE-2018-1000034An out-of-bounds read exists in Info-Zip UnZip version 6.10c…
- CVE-2018-1000035A heap-based buffer overflow exists in Info-Zip UnZip versio…
- CVE-2018-1000036In Artifex MuPDF 1.12.0 and earlier, multiple memory leaks i…5.5
Are you affected by CVE-2018-1000030?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
