Bash 쉘 취약점과 패치법
env VAR='() { :;}; echo Bash is vulnerable!' bash -c "echo Bash Test"
맥은 아직 패치가 나오지 않았습니다.
관련글: http://mashable.com/2014/09/25/how-to-protect-yourself-from-shellshock-the-bash-bug-that-might-be-worse-than-heartbleed/
명령으로 Bash is vulnerable! 결과가 보이면 취약점이 있는 버전입니다. 시스템 패치를 통해서 해결할 수 있습니다.
관련글: https://www.digitalocean.com/community/tutorials/how-to-protect-your-server-against-the-shellshock-bash-vulnerability
맥은 아직 패치가 나오지 않았습니다.
관련글: http://mashable.com/2014/09/25/how-to-protect-yourself-from-shellshock-the-bash-bug-that-might-be-worse-than-heartbleed/
