exploit-db-mirror/platforms/multiple/remote/33498.txt
Offensive Security 5e2fc10125 DB: 2016-09-03
2016-09-03 13:13:25 +00:00

12 lines
No EOL
462 B
Text
Executable file

source: http://www.securityfocus.com/bid/37713/info
Varnish is prone to a command-injection vulnerability because it fails to adequately sanitize user-supplied input in logfiles.
Attackers can exploit this issue to execute arbitrary commands in a terminal.
Varnish 2.0.6 is vulnerable; other versions may also be affected.
The following example is available:
echo -en "GET /\x1b]2;owned?\x07\x0a\x0d\x0a\x0d" > payload
nc localhost 80 < payload