cve/2014/CVE-2014-4616.md
2024-05-26 14:27:05 +02:00

809 B

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

Github