mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
18 lines
708 B
Markdown
18 lines
708 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-1616-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|