Name | CVE-2019-6446 |
Description | An issue was discovered in NumPy 1.16.0 and earlier. It uses the pickle Python module unsafely, which allows remote attackers to execute arbitrary code via a crafted serialized object, as demonstrated by a numpy.load call. NOTE: third parties dispute this issue because it is a behavior that might have legitimate applications in (for example) loading serialized Python object arrays from trusted and authenticated sources |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
python-numpy (PTS) | jessie | 1:1.8.2-2 | vulnerable |
| stretch | 1:1.12.1-3 | fixed |
| buster | 1:1.16.2-1 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
python-numpy | source | wheezy | (unfixed) | end-of-life | | |
python-numpy | source | (unstable) | 1:1.10.4-1 | | | |
Notes
[jessie] - python-numpy <no-dsa> (Minor issue)
https://github.com/numpy/numpy/issues/12759
For upstream this works as intended and is documented.
https://github.com/numpy/numpy/commit/a2bd3a7eabfe053d6d16a2130fdcad9e5211f6bb
added support to disable use of picke in load/save, marking that as the fixed
version. The use of that is at the discretion of anyone using numpy
Further discussion at https://github.com/numpy/numpy/pull/12889