Skip to main content
CVE-2026-16232 Critical Patch Available

CVE-2026-16232: Check Point SmartConsole Authentication Bypass

CVE Details

CVE ID CVE-2026-16232
CVSS Score 9.3
Severity Critical
Vendor Check Point
Product SmartConsole
Patch Status Available
Published July 23, 2026
EPSS Score 74.0%
CISA Patch Deadline ⚠ July 25, 2026 Federal deadline passed

Background

Check Point SmartConsole is the centralised management GUI used to administer Check Point security gateways, firewalls, and VPN products. It is the single pane of glass through which security administrators define and deploy firewall policies, VPN configurations, access rules, and logging settings across an organisation’s Check Point security infrastructure. SmartConsole communicates with the Check Point Management Server — the backend that stores all policy configuration and distributes rules to enforcement points. Administrative access to SmartConsole is effectively administrative access to the entire network perimeter the Check Point estate controls.

CVE-2026-16232 is an improper authentication vulnerability (CWE-287) in Check Point SmartConsole. An unauthenticated remote attacker who can reach the Management Server IP address over the network can exploit this flaw to obtain an application login token and use it to authenticate to SmartConsole with full administrative privileges. CISA added the vulnerability to its Known Exploited Vulnerabilities catalog on July 22, 2026, with a mandatory remediation deadline of July 25, 2026 for federal agencies. Check Point confirmed active exploitation affecting a limited number of customers.

Technical Mechanism

CWE-287: Improper Authentication — the flaw lies in the authentication flow of the SmartConsole login process when using application tokens. SmartConsole supports multiple authentication methods, including username/password and application tokens — pre-generated credentials intended for API access and automated management workflows. The vulnerability allows an attacker to obtain one of these application login tokens through an unauthenticated request to the Management Server.

Check Point’s advisory (sk185169) describes the root cause as an improper authentication condition in how the server processes token requests during the login handshake. The specific mechanism for initial token acquisition has not been fully detailed in public disclosures, but successful token retrieval then allows complete authentication to SmartConsole as an administrator.

Attack flow:

  1. Attacker identifies a Check Point Management Server reachable over the network (internet-exposed, or accessible from a compromised network segment).
  2. Attacker sends an unauthenticated request to the Management Server that exploits the improper authentication condition in the token issuance flow.
  3. The Management Server returns a valid application login token without verifying the requester’s identity.
  4. Attacker uses the retrieved token to authenticate to SmartConsole with full administrative privileges.
  5. Attacker has unrestricted control over all security policies, VPN configurations, logging settings, and managed gateways.

Two conditions must be met for exploitation:

  1. The Management Server must be reachable over the network from the attacker’s source — typically meaning internet exposure of the management IP, or access from a compromised network segment.
  2. The Trusted Clients configuration must be set to “Any” (the default in some configurations), meaning there is no restriction on which IP addresses are permitted to connect as GUI clients.

The attack does not require any prior credential compromise, social engineering, or access to an existing session. It is a network-accessible, pre-authentication vulnerability against a management plane component.

Real-World Exploitation Evidence

Check Point confirmed active exploitation in its security advisory, describing the impact as affecting “a very small number of customers” at time of disclosure. CISA added CVE-2026-16232 to the Known Exploited Vulnerabilities catalog on July 22, 2026, independently confirming exploitation activity.

Check Point provided five attacker IP addresses observed during exploitation:

  • 151.241.99.207
  • 151.241.99.233
  • 158.62.198.182
  • 192.142.10.99
  • 139.28.37.250

The company did not publicly attribute exploitation to a specific threat actor or campaign. Historical context is relevant: Check Point Security Gateways have been a persistent target for nation-state and financially motivated threat actors. The 2024 CVE-2024-24919 VPN credential disclosure vulnerability was exploited by multiple threat groups including those with ties to ransomware operations. Management plane vulnerabilities are particularly valuable because compromising the management server can provide persistent access that survives firewall policy redeployment.

Impact Assessment

Full SmartConsole administrative access gives an attacker control over the security policies governing all downstream Check Point security gateways. Immediate impacts include:

  • Modification of security policies — inserting permissive rules, removing blocking rules, enabling access to previously restricted network segments
  • Reconfiguration of VPN settings — creating new VPN tunnels, modifying authentication requirements, exporting tunnel credentials
  • Alteration of logging configurations — disabling audit trails, suppressing alerts, covering tracks of further intrusion activity
  • Pivoting to managed security gateways — the Management Server distributes policies to enforcement points, providing a pathway to interact with or reconfigure all managed devices

Broader downstream effects are severe. A compromised SmartConsole instance undermines the entire network security posture of the organisation. Attackers can create persistent access mechanisms that survive detection and remediation attempts — for example, implanting backdoor firewall rules that enable continued access even after the initial SmartConsole compromise is discovered. The management server’s policy distribution role means a single compromise propagates changes to all managed gateways.

Sector-specific risk is highest in enterprises, government agencies, and critical infrastructure operators running Check Point estates with internet-facing management servers. Organisations on end-of-support versions (R81.10 and earlier) have no patch path and face elevated sustained risk.

Affected Versions

VersionPatch Status
R77.30 through R81.10End-of-support — no patch available
R81.20Jumbo HFA Take 158 or later
R82Jumbo HFA Take 118 or later
R82.10Jumbo HFA Take 36 or later

Organizations running end-of-support versions have no patch path available and must rely on compensating controls or upgrade the management platform.

Remediation Steps

  1. Apply the Jumbo Hotfix appropriate for your release stream:

    • R82.10: Jumbo HFA Take 36 or later
    • R82: Jumbo HFA Take 118 or later
    • R81.20: Jumbo HFA Take 158 or later
  2. For versions R81.10 and earlier (end-of-support), apply compensating controls:

    Restrict Trusted Clients. In SmartConsole or through the management API, restrict the list of permitted GUI clients to specific trusted IP addresses or subnets. Removing the “Any” setting from Trusted Clients breaks the attack path even if the Management Server is otherwise reachable.

    Network-level isolation. Place the Management Server behind a firewall or ACL that restricts inbound access to the management port (TCP 18190) to administrative workstations or jump hosts only. Internet-facing management servers represent a configuration that should be avoided regardless of this vulnerability.

  3. Upgrade the platform. Organizations on end-of-support releases should treat this as a forcing function for upgrade planning. Running unsupported management software in production is an ongoing risk beyond this specific CVE.

  4. Review Check Point emergency hardening guidance published alongside the advisory at sk185169.

Detection Guidance

Audit log review: The primary detection signal is authentication events using the application token method from unexpected sources. Search management server audit logs for events containing Authentication method: application token associated with source IP addresses not in your known administrative IP range.

Network traffic analysis: Look for connection attempts to TCP port 18190 (the SmartConsole management port) from external or unexpected IP addresses. Pre-authentication probing may precede a successful token retrieval attempt.

IOC matching: Block and alert on the five attacker IPs confirmed by Check Point: 151.241.99.207, 151.241.99.233, 158.62.198.182, 192.142.10.99, 139.28.37.250. Note that attribution of these IPs to this campaign does not preclude other actors using different infrastructure.

Threat hunting query (conceptual): Pull auth events from the SmartConsole audit database, group by authentication method, and filter for application token entries. Cross-reference the source IP against your Trusted Clients list and flag any that do not appear there.

Policy change auditing: Review all security policy changes, administrator account additions, and logging configuration changes in the window following any suspicious authentication events. Post-exploitation activity on SmartConsole will typically be visible in policy change logs.

Timeline

DateEvent
22 July 2026CISA adds CVE-2026-16232 to Known Exploited Vulnerabilities catalog; Check Point confirms active exploitation
23 July 2026This analysis published
25 July 2026CISA remediation deadline for FCEB agencies (BOD 26-04)

References