mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 05:17:47 +02:00
20 lines
782 B
Markdown
20 lines
782 B
Markdown
### [CVE-2011-4944](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4944)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|