UBUNTU-CVE-2018-1000030

    Dashboard / Vulnerabilities / UBUNTU-CVE-2018-1000030

    UBUNTU-CVE-2018-1000030

    Published: 8 Feb 2018Last Modified: 22 Apr 2026

    Summary:

    Details: 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.

    Affected packages

    Package

    Name: python2.7

    Purl: pkg:deb/ubuntu/[email protected]?arch=source&distro=trusty

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -2.7.6-8ubuntu0.5

    Affected versions

    2.7.5-8ubuntu3
    2.7.5-8ubuntu4
    2.7.6-2
    2.7.6-2ubuntu1
    2.7.6-3
    2.7.6-3ubuntu1
    2.7.6-4
    2.7.6-4ubuntu1
    2.7.6-5
    2.7.6-7
    2.7.6-8
    2.7.6-8ubuntu0.2
    2.7.6-8ubuntu0.3
    2.7.6-8ubuntu0.4

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High