Wednesday, September 9, 2026

Check Point SmartConsole Zero-Day Lets Unauthenticated Attackers Gain Full Admin Access

A critical zero-day vulnerability in Check Point SmartConsole, identified as CVE-2026-16232, has been actively exploited, allowing unauthenticated attackers to gain full administrative access to impacted environments.

This flaw affects both the Check Point Security Management Server and the Multi-Domain Security Management Server (MDS), specifically targeting the SmartConsole login process.

Check Point SmartConsole Zero-Day

According to technical analysis from Rapid7, the vulnerability arises from a broken trust boundary in the application’s authentication process, enabling attackers to bypass authentication entirely and assume control over security policies, configurations, and managed assets.

The vulnerability exists in how SmartConsole handles Secure Internal Communication (SIC)-based authentication across both legacy and modern services.

SmartConsole relies on two primary services: the legacy FWM/CPMI service over TCP port 18190 and the newer CPM/DLE SOAP-based service over HTTPS on port 19009.

During authentication, the application improperly trusts attacker-supplied SIC Distinguished Names (DNs) without validating them against authenticated certificate identities.

This design flaw allows remote attackers to impersonate trusted internal components without presenting a valid client certificate.

At the heart of the issue is the incorrect handling of user-controlled input within the authentication flow. The vulnerable code accepts a supplied SIC DN and treats it as valid, bypassing appropriate certificate validation. For example, this flawed logic is evident in the following code snippet:

String effectiveSicDn = suppliedSicDn == null
? this.j.getCertificateDnName()
: suppliedSicDn; // attacker-controlled input trusted

Because the application prioritizes the supplied DN over the actual certificate DN, an attacker can capture the management server’s SIC DN during the initial unauthenticated communication and use it to forge a trusted identity.

This allows the attacker to obtain an application token, which is then used to request a SmartConsole Single Sign-On (SSO) token via the gen-sso-token command, ultimately granting full administrative access.

Exploitation involves chaining both management services. The attacker first establishes a connection using the FWM/CPMI protocol, submits a forged DN in a certificate bind request, and receives an application token.

This token is then used to generate an SSO ticket, which is redeemed through the CPM SOAP API to create a valid SmartConsole session. A simplified malicious request may look like this:

:DN ("cn=cp_mgmt,o=target-environment") # forged identity
:application_login ("CPM Server")
:client_without_administrator (true)

Once authenticated, attackers gain access to sensitive administrative functions, such as retrieving system information and enumerating administrator accounts.

Rapid7’s proof-of-concept (PoC) demonstrates that attackers can successfully invoke privileged operations like getServerInfo and GetAllAdmins, confirming full compromise of the management plane.

The vulnerability is particularly dangerous because exploitation requires only network access to the management server and is feasible under default configurations where Trusted Client restrictions are not enforced.

Additionally, the attack leaves minimal traces; however, one key indicator of compromise (IOC) is the presence of “Authentication method: application token” entries in audit logs.

Check Point has released patches addressing this issue by enforcing strict validation between supplied SIC DN values and authenticated certificate identities.

The updated implementation ensures that remote clients cannot override certificate-derived identities and introduces rejection logic for mismatched or missing credentials.

Organizations using affected versions (R81.20 and R82.10) are strongly advised to apply the latest jumbo hotfixes immediately.

Given the active exploitation and the critical nature of this vulnerability, security teams should prioritize patching, restrict management interface access, and monitor logs for anomalous authentication events.

This flaw highlights the risks associated with improper trust boundary enforcement in authentication mechanisms, particularly in systems managing critical security infrastructure.

ALERT: 20+ government sites delivered malware to businesses and citizens. See full attack research to check your own exposure.

Divya
Divya
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

Fortinet FortiSandbox Vulnerability Allows Unauthenticated Attackers to Access Sensitive Information

Fortinet has disclosed a critical vulnerability involving improper access...

Infostealers Target Claude, Cursor, Codex and Other AI Agents to Steal Credentials and Sensitive Data

Information-stealing malware is expanding its collection logic to target...

Ivanti Patches 10 EPMM, Neurons for ITSM and Sentry Flaws Enabling RCE and Admin Access

Ivanti has released security updates addressing 10 vulnerabilities in...

Hackers Abuse Google Sheets as C2 in ClickFix Attacks to Steal Cryptocurrency

A cryptocurrency-stealing campaign that abuses Google Sheets and the...

Google Chrome 153 Released With 230 Security Fixes and Zero-Day Exploited in the Wild

Google released Chrome version 153 to the Stable channel...

Massive Redis Cryptojacking Campaign Hijacks Thousands of Linux Servers

A large-scale Redis cryptojacking operation targets thousands of exposed...

Microsoft September 2026 Patch Tuesday Fixes 973 Vulnerabilities and 2 Exploited Zero-Days

Microsoft’s September 2026 Patch Tuesday security update addresses 973...

Reflectiz Launches Agentic Pentesting for Websites: Up to 10x Coverage vs Conventional Pentests

Boston, MA, USA, September 8th, 2026, CyberNewswire Specialized team of...

Related Articles

Recent News