An unauthenticated attacker can lift a login token and take full administrative control of a Check Point management server, the box that writes firewall policy for every gateway beneath it. It is exploited in the wild, and CISA gave federal agencies three days to fix it. Here is how the flaw works, why it matters to the boundary between IT and OT, and what our sensors see.
Check Point sells one of the most widely deployed enterprise firewall platforms in the world. In that architecture the firewall gateways enforce traffic policy, but they do not author it. Policy lives on a separate Security Management Server (in larger estates, a Multi-Domain Management server), and administrators connect to that server using a Windows client called SmartConsole. When an administrator logs in, builds a rule base, and installs policy, SmartConsole is the door and the management server is the vault. Everything downstream, every gateway in the estate, trusts what the management server tells it.
That is why this class of system matters well beyond ordinary IT. Firewalls are the devices that draw the line between networks, and in operational and critical-infrastructure environments they are frequently the devices that enforce the segmentation between the corporate IT network and the plant floor, the substation, the water-treatment control network, or the remote site. The rules that keep an enterprise breach from reaching a programmable logic controller often live on exactly this kind of management server, and the remote-access VPN that a technician uses to reach an OT site is frequently configured there too. Take over the management server and you are not attacking one firewall, you are holding the pen that writes the boundary for all of them.
CVE-2026-16232 is classified as improper authentication (CWE-287). The weakness is in the SmartConsole login process, which issues and validates an application login token. In a healthy design, that token should only be obtainable by a client that has already proven who it is. In the vulnerable versions, an unauthenticated remote attacker can obtain a valid application login token and present it to the management server, which accepts it and grants a session with full administrative privileges. No password, no prior foothold, no valid administrator account is required, only network reachability to the management server and a configuration that does not restrict which clients may connect.
Two conditions gate the attack, and both are configuration state rather than exotic prerequisites. First, the Management Server address has to be reachable by the attacker, which in the exploited cases meant it was exposed to the internet rather than kept on a restricted management network. Second, the server has to be running without a Trusted Clients restriction, the Check Point setting that limits which source addresses are allowed to open a management (GUI client) connection. Where both hold, a single unauthenticated exchange yields administrative control.
This only affects a very specific configuration, when Management is exposed directly to the internet without IP restrictions.
That is Lotem Finkelstein, Check Point's vice president of research, and the caveat is worth taking at face value. A management server kept on an isolated administration network, with Trusted Clients locked to known addresses, is not reachable by an internet-based attacker in the way this exploit needs. The problem is that management interfaces do end up exposed, through cloud-hosted deployments, remote-administration convenience, flat networks, and simple drift, and the attackers in this campaign found the ones that were.
Check Point says the vulnerabilities were found during a routine internal review, and that subsequent analysis showed CVE-2026-16232 had already been exploited before a patch was available. In other words, this was a zero-day: exploited first, discovered second. The company notified the small number of customers it identified as targeted and has not described the nature of those attacks or when they began. On the same day as the advisory, CISA added the CVE to the Known Exploited Vulnerabilities catalog and set a remediation due date of 2026-07-25, giving Federal Civilian Executive Branch agencies three days. A three-day KEV deadline is unusually short and signals how consequential an exposed, exploited management server is judged to be.
The advisory covers three issues, and it is worth seeing them together because two of them attack the same trust boundary. CVE-2026-16232 is the exploited one. The other two are patched in the same Jumbo Hotfix and, per the vendor, are not known to be exploited.
| CVE | CVSS | What it does | Status |
|---|---|---|---|
CVE-2026-16232 | 9.3 / 9.1 | Auth bypass via SmartConsole application token, full admin on the management server | Exploited in the wild |
CVE-2026-62144 | 9.3 / 9.1 | Management auth bypass allowing administrative commands, including run-script and exec-command on gateways | No known exploitation |
CVE-2026-62145 | 7.5 | Local privilege escalation in the Gaia Portal or GaiaOS WebUI (read-only to root) | No known exploitation |
The blast radius follows the trust hierarchy. An administrator session on a Security Management Server is not access to one device, it is authority over the policy that every managed gateway obeys. An attacker holding that session can rewrite the rule base, which means they can open paths that were closed, including the segmentation rules that separate an enterprise network from an OT or critical-infrastructure network. They can create or elevate administrator accounts to keep their access, change VPN and remote-access configuration to build a quieter way back in, and disable or tamper with logging so that the changes are harder to see after the fact. CVE-2026-62144, patched in the same release, goes a step further conceptually by allowing administrative commands such as run-script and exec-command to reach the gateways themselves.
For operational and critical-infrastructure environments, that is the part that deserves attention. We want to be precise and honest here: SmartConsole is an enterprise security-management product, not an industrial control system, and this CVE is not an ICS vulnerability. Its relevance to OT is indirect but real. Where a Check Point estate enforces the IT-to-OT boundary, or terminates the VPN that field technicians use to reach control networks, a compromised management server is a compromise of the control that keeps those worlds apart. CISA lists known ransomware use as unknown, and we have seen nothing tying this CVE to ransomware, so we will not imply one. The honest framing is a patched-but-exploited zero-day in a top-of-hierarchy security appliance, dangerous exactly in proportion to how exposed the management server was and what it was trusted to protect.
We run a fleet of honeypots and edge decoys, so we looked at our own data through the lens of this campaign. Broad, unauthenticated scanning for exposed management and administrative interfaces on network security appliances is a constant on the internet, and it reaches our sensors continuously. Check Point published six source addresses tied to the observed exploitation, and address-level indicators like these are exactly the kind of thing we watch our telemetry for, while remembering the vendor's own caution that their absence does not prove an environment was untouched.
Presence of these source addresses should prompt investigation. Their absence does not confirm an environment was unaffected.
| Type | Indicator |
|---|---|
| Source IP | 151.241.99.207 |
| Source IP | 151.241.99.233 |
| Source IP | 158.62.198.182 |
| Source IP | 192.142.10.99 |
| Source IP | 139.28.37.250 |
| Source IP | 194.213.18.137 |
| Item | Detail |
|---|---|
| Vulnerability | CVE-2026-16232, authentication bypass in Check Point SmartConsole login (application token), CWE-287 |
| Impact | Unauthenticated remote attacker gains full administrative access to the Security Management Server |
| Preconditions | Management server reachable, Trusted Clients not restricted |
| Affected products | Security Management, Multi-Domain Management (SmartConsole) |
| Affected versions | R77.30, R80, R80.10, R80.20, R80.30, R81, R81.10, R81.20, R82, R82.10 |
| Fixed | R82.10 Take 36+, R82 Take 118+, R81.20 Take 158+ (July 22 Jumbo Hotfix); older families upgrade to a fixed release |
| Companion CVEs | CVE-2026-62144 (9.3), CVE-2026-62145 (7.5), patched in the same release, no known exploitation |
| In-the-wild use | Exploited as a zero-day against a small number of customers before patch availability |
| KEV status | Added 2026-07-22, due 2026-07-25. Known ransomware use: unknown. |