3.6
CVSSv3

CVE-2018-1000030

Published: 08/02/2018 Updated: 24/08/2020
CVSS v2 Base Score: 3.3 | Impact Score: 4.9 | Exploitability Score: 3.4
CVSS v3 Base Score: 3.6 | Impact Score: 2.5 | Exploitability Score: 1
VMScore: 295
Vector: AV:L/AC:M/Au:N/C:P/I:N/A:P

Vulnerability Summary

Python 2.7.14 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free. Python versions before 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 malicious user to violate a trust boundary, as such the DWF feels this issue deserves a CVE.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

python python

canonical ubuntu linux 16.04

canonical ubuntu linux 18.04

canonical ubuntu linux 14.04

canonical ubuntu linux 12.04

Vendor Advisories

Several security issues were fixed in Python ...
Several security issues were fixed in Python ...

Github Repositories

Red Team: Summary of Operations Table of Contents Exposed Services Critical Vulnerabilities Exploitation Exposed Services Nmap scan results for each machine reveal the below services and OS details: $ nmap #nmap 19216810/24 -sV This scan identifies the services below as potential points of entry: Target 1 Port 22 - Open SSH Po

Python 2.7.14 race condition UAF proof-of-concept

CVE-2018-1000030 Python 2714 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free Python versions prior to 2714 may also be vulnerable and it appears that Python 2717 and prior may also be vulnerable however this has not been confirmed ERR_ASAN_THREAD_C18