CVE-2019-6446:
Numpy Deserialization of Untrusted Data
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.98023%
CWE
Published
5/24/2022
Updated
10/8/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
numpy | pip | <= 1.16.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis is based on the provided GitHub patch information, focusing on functions that were modified to change the default behavior of allow_pickle
from True
to False
, directly addressing the deserialization vulnerability.