ZeroHour
Web discovery (articles for new exploits & KEV entries)published ()ingested 1
Found by web discovery while looking for coverage of CVE-2026-16232

CVE-2026-16232: Check Point SmartConsole Auth Bypass

highExploit / PoC exploited in the wildimportance 75CVE-2026-16232
AI summary · glm-5.3-flash

Check Point SmartConsole authentication bypass CVE-2026-16232 grants unauthenticated attackers full admin access; actively exploited and added to CISA KEV.

CVE-2026-16232 is an improper authentication flaw (CWE-287) in the Check Point SmartConsole login process that lets an unauthenticated remote attacker obtain an application token and authenticate with full administrative privileges. Exploitation requires the Management Server to be internet-reachable and the Trusted Clients list not restricted to specific administrator addresses. Check Point confirmed active exploitation affecting a small number of customers, and the vulnerability has been added to the CISA Known Exploited Vulnerabilities catalog. A hotfix is available via Check Point advisory sk185169.

  • Unauthenticated token issuance enables full admin access to Check Point Management Servers
  • Exploitation requires internet exposure and unrestricted Trusted Clients configuration
  • Attackers can modify firewall policies and security configurations on the management plane
  • Fix available in sk185169 hotfix; Trusted Clients restriction serves as workaround
  • Listed in CISA KEV, imposing remediation deadlines for US federal agencies

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-16232
Authentication Bypass in Check Point SmartConsole Grants Full Admin Access

Check Point SmartConsole, the administrative client used to manage Quantum Security Management and Multi-Domain Security Management, contains an authentication bypass (CWE-287) in its login process that allows an unauthenticated remote attacker to obtain an application login token and authenticate with full administrative privileges. Exploitation is possible when the Management Server IP address is reachable from the internet and the configuration does not restrict Trusted Clients. A successful attacker can modify security policies and security configurations, effectively taking control of firewall management. Any organization running an internet-exposed Check Point management server without Trusted Client restrictions is affected, though Check Point reports exploitation has impacted only a very small number of customers. The flaw was added to CISA's KEV on 2026-07-22, is actively exploited, and press reports indicate public proof-of-concept code has been released.

Do: Apply the fix released in Check Point's advisory for CVE-2026-16232 by updating SmartConsole and the associated Quantum/MDS management software; no fixed version numbers were provided in this data, so confirm them against the vendor bulletin. As an interim mitigation, restrict internet access to the Management Server IP address and configure Trusted Clients so SmartConsole connections are accepted only from known administrator addresses. Review management logs for unexpected logins, unauthenticated token issuance, or unfamiliar administrator sessions, and complete remediation per CISA BOD 26-04 given the KEV listing.

9.372% KEV
  • Check Point SmartConsole
  • Check Point Quantum Security Management
  • Check Point Multi-Domain Security Management
largeplausibly tens of thousands of Check Point management deployments, though the vulnerable subset is only those with an internet-exposed Management Server and no…
Full article810 words · extracted from sentinelone.com · click to collapse

CVE-2026-16232 Overview

CVE-2026-16232 is an authentication bypass vulnerability in the Check Point SmartConsole login process. An unauthenticated remote attacker can obtain an application login token and use it to authenticate with full administrative privileges. Successful exploitation allows attackers to modify security policies and security configurations on the Management Server. Remote exploitation requires internet access to the Management Server IP address and a configuration that does not restrict Trusted Clients. Check Point has confirmed active exploitation affecting a small number of customers, and the vulnerability is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The weakness is classified under [CWE-287] Improper Authentication.

Critical Impact

Unauthenticated attackers gain full administrative control of Check Point Management Servers, enabling arbitrary changes to firewall policies and security configurations across the protected environment.

Affected Products

  • Check Point SmartConsole (Management Server login process)
  • Check Point Management Servers reachable from the internet
  • Deployments without Trusted Clients restrictions configured

Discovery Timeline

  • 2026-07-22 - CVE-2026-16232 published to NVD
  • 2026-07-23 - Last updated in NVD database
  • Listed - Added to CISA Known Exploited Vulnerabilities catalog

Technical Details for CVE-2026-16232

Vulnerability Analysis

The vulnerability resides in the SmartConsole login workflow used to authenticate administrators to the Check Point Security Management Server. The login process issues an application login token that can be obtained without valid credentials under specific conditions. An attacker who acquires this token authenticates as an administrator with full privileges. Once authenticated, the attacker can alter firewall rules, modify security policies, disable protections, and reconfigure gateway objects managed by the server. The flaw is reachable over the network with no user interaction and no prior privileges, and it impacts confidentiality and integrity of the management plane.

Root Cause

The root cause is improper authentication [CWE-287] in the token issuance logic of the SmartConsole login flow. The server accepts a token request path that does not enforce credential verification before returning a usable administrative session token. Combined with permissive Trusted Clients configurations that allow arbitrary source addresses, the login endpoint becomes an authentication bypass surface exposed to any network-reachable attacker.

Attack Vector

Exploitation is remote and network-based. The attacker requires network reachability to the Management Server IP address, typically over the SmartConsole management port. The attack succeeds when the Management Server is exposed to the internet and Trusted Clients are not restricted to specific administrator source addresses. After obtaining the login token, the attacker interacts with the management API using standard SmartConsole client behavior to push policy changes.

No verified public exploit code is available. See the Check Point Security Knowledge Base sk185169 for vendor technical details.

Detection Methods for CVE-2026-16232

Indicators of Compromise

  • Unexpected successful administrator logins to the Management Server from unfamiliar source IP addresses.
  • Creation or modification of administrator accounts, policy packages, or gateway objects outside change windows.
  • SmartConsole session tokens issued to clients not present in the Trusted Clients list.
  • Policy installations or rule changes performed by administrator accounts that were not actively used.

Detection Strategies

  • Review Management Server audit logs for login and publish events correlated with unknown source IPs.
  • Alert on any authentication event to the Management Server originating from outside the approved administrator IP ranges.
  • Compare current policy revisions against a known-good baseline to identify unauthorized rule changes.

Monitoring Recommendations

  • Forward Check Point Management Server audit and administrator logs to a central SIEM for continuous review.
  • Monitor for outbound connections from the Management Server that deviate from normal update and licensing traffic.
  • Enable alerting on Trusted Clients configuration changes and administrator role modifications.

How to Mitigate CVE-2026-16232

Immediate Actions Required

  • Apply the Check Point hotfix referenced in sk185169 to all affected Management Servers without delay.
  • Restrict the Trusted Clients list on every Management Server to specific administrator IP addresses or narrow ranges.
  • Remove any direct internet exposure of the Management Server and place it behind a jump host or VPN.
  • Review recent administrator activity and policy revisions for unauthorized changes since the server was last patched.

Patch Information

Check Point has released fixes documented in the vendor advisory Check Point sk185169. Administrators should follow the version matrix in the advisory to identify the correct hotfix for their Management Server release. This CVE is tracked in the CISA Known Exploited Vulnerabilities catalog, which imposes remediation deadlines for U.S. federal agencies.

Workarounds

  • Configure Trusted Clients to permit only known administrator workstations, which blocks token issuance to arbitrary sources.
  • Block inbound access to the Management Server IP address at the perimeter firewall and require VPN access for administration.
  • Rotate administrator credentials and revoke existing SmartConsole sessions after applying the patch.

bash

# Configuration example: restrict Trusted Clients via SmartConsole CLI
# Replace <admin_ip> with the approved administrator workstation address
mgmt_cli add trusted-client name "admin-workstation" ipv4-address <admin_ip>
mgmt_cli set generic-object uid "<mgmt-uid>" allowAnyMachine false
mgmt_cli publish

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.sentinelone.com/vulnerability-database/cve-2026-16232/