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).
pull/1/head
Wytze van der Raay 12 years ago
parent 5280d57c36
commit a145c99dbb

@ -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--;

Loading…
Cancel
Save