mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 19:18:06 +02:00
20 lines
809 B
Markdown
20 lines
809 B
Markdown
### [CVE-2014-4616](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4616)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Array index error in the scanstring function in the _json module in Python 2.7 through 3.5 and simplejson before 2.6.1 allows context-dependent attackers to read arbitrary process memory via a negative index value in the idx argument to the raw_decode function.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://hackerone.com/reports/12297
|
|
|
|
#### Github
|
|
- https://github.com/blakeblackshear/wale_seg_fault
|
|
- https://github.com/mudongliang/LinuxFlaw
|
|
- https://github.com/oneoy/cve-
|
|
|