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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/paradoxis/cve-2026-57239
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingPayload DevelopmentBinary Exploitation
GitHubparadoxis/cve-2026-57239

CVE-2026-57239

Proof of concept exploit for CVE-2026-3775/CVE-2026-3780 and CVE-2026-57239 which lets you obtain NT AUTHORITY\SYSTEM rights via the Foxit PDF Reader updater service.

リポジトリを見る
16324日前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
ウェブサイト

Foxit PDF Reader LPE

Foxit PDF Readerのアップデーターサービスを介してNT AUTHORITY\SYSTEM権限を取得できる、CVE-2026-3775/CVE-2026-3780およびCVE-2026-57239の概念実証エクスプロイトです。

ビルド

バイナリをビルドし、ターゲットに配置して実行するだけです。

root@kitploit:~
cargo build --release

使い方

このプログラムには3つの主要エントリーポイントがあります: check、exploit、cleanup。各引数の役割は明らかです。デフォルトではexploitの後にcleanupが自動的に呼び出されますが、一部のプロセスがまだハンドルを開いている場合に備えて、後で別のコマンドとして実行することもできます。

root@kitploit:~
Usage: pdflpe.exe [OPTIONS] <COMMAND>

Commands:
  check    Check if the currently installed version of Foxit PDF Reader is vulnerable and exit
  exploit  Attempts to pop a SYSTEM shell using CVE-2026-3775/CVE-2026-3780/CVE-2026-57239
  cleanup  Clean up any possible artifacts from the exploitation process
  help     Print this message or the help of the given subcommand(s)

Options:
  -i, --install-dir <PATH>     [default: "C:\\Program Files\\Foxit Software\\Foxit PDF Reader\\"]
  -t, --technique <TECHNIQUE>  [default: auto-detect] [possible values: auto-detect, win-spool-sideload, 
updater-link-sideload]
  -h, --help                   Print help
  -V, --version                Print version
ツールをダウンロード