Files
CVEs-PoC/2014/CVE-2014-2667.md
T
2024-05-26 14:27:05 +02:00

18 lines
758 B
Markdown

### [CVE-2014-2667](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2667)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/jgsqware/clairctl