Files
CVEs-PoC/2011/CVE-2011-4944.md
T
2025-09-29 21:09:30 +02:00

20 lines
782 B
Markdown

### [CVE-2011-4944](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4944)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-1592-1
- http://www.ubuntu.com/usn/USN-1613-2
- http://www.ubuntu.com/usn/USN-1616-1
#### Github
No PoCs found on GitHub currently.