Skip to content
Tech News
← Back to articles

Check Point warns of SmartConsole zero-day exploited in attacks

read original more articles
Why This Matters

Check Point has disclosed a critical zero-day vulnerability in its SmartConsole GUI that is actively being exploited, allowing attackers to bypass authentication and gain administrator access. This flaw poses significant risks to organizations relying on Check Point security management, emphasizing the need for immediate mitigation measures. The incident underscores the importance of proactive security practices and timely updates in safeguarding critical infrastructure.

Key Takeaways

Israeli cybersecurity firm Check Point Software has addressed an actively exploited zero-day flaw in the company's SmartConsole graphical user interface (GUI) admin panel.

Tracked as CVE-2026-16232, this authentication bypass vulnerability allows unauthenticated attackers to obtain an application login token that can be used to authenticate with administrator privileges.

After gaining access to a vulnerable Security Management Server or Multi-Domain Security Management Server (MDS), attackers can change the security configuration and security policy.

Check Point added that successful exploitation requires no restrictions on Trusted Clients (GUI clients) and the Management Server IP to be exposed to remote access via the Internet.

"Successful exploitation allows the attacker to modify security policies and security configurations. Remote exploitation requires internet access to the Management Server IP address and a configuration that does not restrict Trusted Clients," the company said in a Sunday advisory.

"Check Point is aware that this vulnerability is being exploited and has affected a very small number of customers."

Admins who can't immediately upgrade to a patched version are advised to follow the Check Point Hardening Best Practices Guide, limit Trusted Clients to trusted IP addresses/subnets, and ensure that management access is blocked for non-authorized IP addresses.

Checking SmartConsole logs for signs of compromise (Check Point)

To verify if a SmartConsole instance has been compromised, admins have to search for the query "Authentication method: application token" in SmartConsole under Logs & Monitor / Logs & Events > Audit Logs View after running the following SmartConsole query:

(src:151.241.99.207 OR dst:151.241.99.207 OR src:151.241.99.233 OR dst:151.241.99.233 OR src:158.62.198.182 OR dst:158.62.198.182 OR src:192.142.10.99 OR dst:192.142.10.99 OR src:139.28.37.250 OR dst:139.28.37.250)

... continue reading