First published: Wed Feb 05 2014(Updated: )
__init__.py in f2py in NumPy before 1.8.1 allows local users to write to arbitrary files via a symlink attack on a temporary file.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
NumPy NumPy | <1.8.1 | |
debian/python-numpy | ||
pip/numpy | <1.8.1 | 1.8.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2014-1858 is classified as a medium severity vulnerability due to its potential for local file manipulation.
To fix CVE-2014-1858, upgrade to NumPy version 1.8.1 or later, which addresses the symlink attack issue.
CVE-2014-1858 affects all versions of NumPy prior to 1.8.1.
CVE-2014-1858 is exploited via a symlink attack that allows local users to write to arbitrary files.
CVE-2014-1858 was discovered by Jakub Wilk, who found the insecure use of temporary files in f2py.