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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
wordpress-really-simple-security-authn-bypass-exploit — Really Simple Security < 9.1.2 の認証バイパス (CVE-2024-10924) をエクスプロイトします。 | Kitploit
ツール/GitHub
GitHub
/m3ssap0
/wordpress-really-simple-security-authn-bypass-exploit
認証と認可脆弱性分析エクスプロイトウェブアプリケーション悪用ウェブセキュリティペネトレーションテスト
GitHubm3ssap0/wordpress-really-simple-security-authn-bypass-exploit

wordpress-really-simple-security-authn-bypass-exploit

Really Simple Security < 9.1.2 の認証バイパス (CVE-2024-10924) をエクスプロイトします。

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

人気

すべて見る →

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

すべてのツールを探索

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

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

wordpress-really-simple-security-authn-bypass-exploit

これは、Really Simple Security < 9.1.2 の認証バイパス脆弱性 (CVE-2024-10924) を悪用する Python3 プログラムです。

免責事項

このツールは、セキュリティエンジニアおよびアプリケーションセキュリティ担当者がセキュリティ評価を行うことを目的としています。このツールは責任を持って使用してください。本アプリケーションの使用方法については、私は一切の責任を負いません。このツールを使用して引き起こされた損害や、実行された犯罪についても、私は一切責任を負いません。

脆弱性情報

  • CVE-ID: CVE-2024-10924
  • リンク: https://www.cve.org/CVERecord?id=CVE-2024-10924
  • 説明: この脆弱性により、「Two-Factor Authentication」設定が有効な場合 (デフォルトでは無効)、認証されていない攻撃者が管理者などサイト上の任意の既存ユーザーとしてログインすることが可能になります。
  • 修正: https://plugins.trac.wordpress.org/changeset/3188431/really-simple-ssl
  • Wordfence 速報: https://www.wordfence.com/threat-intel/vulnerabilities/detail/really-simple-security-free-pro-and-pro-multisite-900-9111-authentication-bypass

ヘルプ

root@kitploit:~
$ ./exploit.py --help
usage: exploit.py [-h] -t TARGET [-uid USER_ID] [-v]

Exploit for Really Simple Security < 9.1.2 authentication bypass vulnerability (CVE-2024-10924). - v1.0 (2024-11-19)

options:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        URL of the target WordPress
  -uid USER_ID, --user-id USER_ID
                        Victim user ID (1 is usually the admin).
  -v, --verbose         verbose mode

使用例

root@kitploit:~
./exploit.py -t http://localhost:1337
root@kitploit:~
./exploit.py -t http://localhost:1337 -uid 1 -v

脆弱なアプリケーション

脆弱なアプリケーションは、このリポジトリ を使用してセットアップできます。

著作者

  • Antonio Francesco Sardella - 実装 - m3ssap0

ライセンス

詳細については、LICENSE ファイルを参照してください。

謝辞

  • István Márton、本脆弱性を発見したセキュリティ研究者。
ツールをダウンロード