LOW · 3.3

CVE-2014-2667

Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file perm...

Vulnerability Description

Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.

CVSS Score

3.3

LOW

AV:L/AC:M/Au:N/C:P/I:P/A:N
Confidentiality
PARTIAL
Integrity
PARTIAL
Availability
NONE

Affected Products

VendorProductVersions
PythonPython3.2.0

Related Weaknesses (CWE)

References

FAQ

What is CVE-2014-2667?

CVE-2014-2667 is a vulnerability with a CVSS score of 3.3 (LOW). Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file perm...

How severe is CVE-2014-2667?

CVE-2014-2667 has been rated LOW with a CVSS base score of 3.3/10. Review the CVSS metrics above for detailed severity breakdown.

Is there a patch for CVE-2014-2667?

Check the references section above for vendor advisories and patch information. Affected products include: Python Python.