Exploitation Summary
EIP tracks 1 public exploit for CVE-2010-0002. PoCs published by Eric Piel.
AI-analyzed exploit summary This exploit demonstrates a command injection vulnerability in GNU Bash due to improper sanitization of control characters in the 'ls' command. By creating a directory with a crafted name containing backspace characters, an attacker can manipulate the displayed output to execute arbitrary commands.
Description
The /etc/profile.d/60alias.sh script in the Mandriva bash package for Bash 2.05b, 3.0, 3.2, 3.2.48, and 4.0 enables the --show-control-chars option in LS_OPTIONS, which allows local users to send escape sequences to terminal emulators, or hide the existence of a file, via a crafted filename.
Exploits (1)
This exploit demonstrates a command injection vulnerability in GNU Bash due to improper sanitization of control characters in the 'ls' command. By creating a directory with a crafted name containing backspace characters, an attacker can manipulate the displayed output to execute arbitrary commands.