5.9

CVE-2014-4616

Exploit

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.

Data is provided by the National Vulnerability Database (NVD)
PythonPython Version >= 2.7.0 < 2.7.7
PythonPython Version >= 3.0.0 < 3.2.6
PythonPython Version >= 3.3.0 < 3.3.6
PythonPython Version >= 3.4.0 < 3.4.1
Simplejson ProjectSimplejson SwPlatformpython Version < 2.6.1
OpensuseOpensuse Version13.1
Opensuse ProjectOpensuse Version12.3
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.43% 0.617
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 5.9 2.2 3.6
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
nvd@nist.gov 4.3 8.6 2.9
AV:N/AC:M/Au:N/C:P/I:N/A:N
CWE-129 Improper Validation of Array Index

The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.