First published: Mon Jan 26 2009(Updated: )
Untrusted search path vulnerability in the Python language bindings for Nautilus allows local users to execute arbitrary code via a Trojan horse Python file in the current working directory, related to an erroneous setting of sys.path by the PySys_SetArgv function. References (more details, PoC): <a href="http://www.nabble.com/Bug-484305%3A-bicyclerepair%3A-bike.vim-imports-untrusted-python-files-from-cwd-td18848099.html">http://www.nabble.com/Bug-484305%3A-bicyclerepair%3A-bike.vim-imports-untrusted-python-files-from-cwd-td18848099.html</a> Proposed patch: The Debian patch for similar dia's Python related issue, available at: <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=pythonpath.diff;att=1;bug=504251">http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=pythonpath.diff;att=1;bug=504251</a> should be sufficient to resolve this issue.
Affected Software | Affected Version | How to fix |
---|---|---|
Python 2.7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of REDHAT-BUG-481570 is categorized as medium due to the potential for arbitrary code execution.
To fix REDHAT-BUG-481570, you should ensure that Python's sys.path does not include the current working directory when executing scripts.
Local users who have access to Python scripts in the Nautilus environment are affected by REDHAT-BUG-481570.
REDHAT-BUG-481570 is caused by an erroneous setting of sys.path by the PySys_SetArgv function in Python.
A possible workaround for REDHAT-BUG-481570 is to run Python scripts in a controlled environment where the current working directory does not contain untrusted files.