This issue is deemed to require emergency fixing since leaving it unpatched
would allow an attacker to execute arbitrary shell commands as the web server
user inside the chroot (note 003056 in the above bug).
This commit is contained in:
Wytze van der Raay 2012-06-14 13:29:58 +00:00
parent 5280d57c36
commit a145c99dbb

View file

@ -215,7 +215,8 @@
//echo "Points due to name matches: $points<br/>";
$do = `grep '$pwd' /usr/share/dict/american-english`;
$shellpwd = escapeshellarg($pwd);
$do = `grep $shellpwd /usr/share/dict/american-english`;
if($do)
$points--;