CVE-2018-1000030
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.
EPSS 1.27% · 79.9th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ubuntu:14.04:LTS | python2.7 | 2.7.6-8ubuntu0.2, 0, 2.7.5-8ubuntu3 |
| Ubuntu:16.04:LTS | python2.7 | 2.7.11-2, 0, 2.7.10-4ubuntu1 |
| Salesforce | flow |
Timeline
- Feb 8, 2018 CVE Published
- Apr 14, 2021 EPSS Score
- Aug 24, 2021 EPSS Score
- Dec 27, 2021 EPSS Score
- Feb 4, 2022 EPSS Score
- May 2, 2022 EPSS Score
- Sep 5, 2022 EPSS Score
- Jan 8, 2023 EPSS Score
- Mar 7, 2023 EPSS Score
- May 13, 2023 EPSS Score
- Sep 15, 2023 EPSS Score
- Jan 18, 2024 EPSS Score
References
- https://ubuntu.com/security/CVE-2018-1000030 third-party-advisory
- https://ubuntu.com/security/notices/USN-3817-1 vendor-advisory
- https://ubuntu.com/security/notices/USN-3817-2 vendor-advisory
- https://www.cve.org/CVERecord?id=CVE-2018-1000030 third-party-advisory