mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-06 03:00:55 +00:00
18 lines
781 B
Markdown
18 lines
781 B
Markdown
### [CVE-2012-2135](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2135)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The utf-16 decoder in Python 3.1 through 3.3 does not update the aligned_end variable after calling the unicode_decode_call_errorhandler function, which allows remote attackers to obtain sensitive information (process memory) or cause a denial of service (memory corruption and crash) via unspecified vectors.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-1616-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|