Bugzilla – Bug 1224468
VUL-0: CVE-2024-34997: python-joblib: joblib.numpy_pickle:NumpyArrayWrapper().read_array() use pickle.load on provided data
Last modified: 2024-05-21 07:42:22 UTC
joblib v1.4.2 was discovered to contain a deserialization vulnerability via the component joblib.numpy_pickle::NumpyArrayWrapper().read_array(). References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-34997 https://www.cve.org/CVERecord?id=CVE-2024-34997 https://github.com/joblib/joblib/issues/1582
Possible fix: https://github.com/joblib/joblib/pull/1585
Moving back to security, I think we can close this as WONTFIX
Closing as WONT FIX since the security risk rise only on a bad usage of the library and this risk is highlighted both in code and documentation page. [0] [0] https://joblib.readthedocs.io/en/stable/generated/joblib.load.html#joblib.load