CVE-2026-91843: Check Point's Root-Access Flaw Is the Fifth Wake-Up Call in Two Months
Quick Answer: CVE-2026-91843 is a critical (CVSS 9.8) unauthenticated stack overflow in Check Point's Security Management and Log Servers that can hand an attacker root access. Check Point has released a LivePatch fix — apply it immediately and restrict management access to trusted IPs.
Last verified: September 18, 2026
If you manage a Check Point Security Management Server and you're reading this a day late, you already missed the window where "we'll patch it next maintenance cycle" was an acceptable answer. This one doesn't need a password. It doesn't need a phishing click. It just needs your management interface to be reachable, and a login field that's a little too long.
That's the entire attack surface for CVE-2026-91843 — and it's the reason SOC teams and MSSPs running enterprise vulnerability management programs are treating this as an emergency change, not a ticket in the backlog.
Table of Contents
- What Happened: The Core Flaw
- Why a Management Server Compromise Is Worse Than a Gateway Hit
- Affected Versions — And the R82.20 Discrepancy
- The Bigger Pattern: Fifth Critical Flaw Since July
- Detection: How to Check If You're Protected
- Prevention and Hardening Steps
- Expert Tips for SOC and Network Teams
- FAQ
- Conclusion
What Happened: The Core Flaw
According to Check Point's notice on its CheckMates community portal, published September 16, 2026, CVE-2026-91843 is a stack-based buffer overflow in the login process of the Security Management Server — the component that runs before a user is ever authenticated. Internet scanning firm Censys says the overflow is triggered by a login request carrying an excessively long username field.
Check Point rated it 9.8 out of 10 on the CVSS scale. In plain terms: no credentials, low attack complexity, no user interaction, and a payoff of root-level code execution on the box that controls firewall policy and administrator access for the entire environment.
As of this writing, Check Point states there is no indication the flaw has been exploited in the wild. The U.S. Cybersecurity and Infrastructure Security Agency's assessment attached to the CVE record, published September 17, also lists exploitation status as "none," and the flaw was not present in CISA's Known Exploited Vulnerabilities catalog as of its September 16 release. Censys separately reports no public proof-of-concept exploit as of September 16. That's the good news — for now. Pre-auth, root-level bugs in perimeter-facing management software have a well-documented habit of getting reverse-engineered from the patch within days.
Why a Management Server Compromise Is Worse Than a Gateway Hit
A lot of vulnerability write-ups treat every CVE the same way, but this one deserves context. The Security Management Server isn't just another host on the network — it's the system that pushes firewall rules, VPN configurations, and administrator permissions out to every gateway it manages.
Root access there doesn't just compromise one box. In the hands of an attacker, it can mean:
- Rewriting security policy across every managed gateway
- Harvesting administrator credentials and audit logs
- Disabling logging before deploying a second-stage payload elsewhere in the network
- Using the management plane as a pivot point into segments the gateways were supposed to protect
This is exactly why enterprise vulnerability management programs and cyber insurance underwriters increasingly ask specifically about internet exposure of management interfaces, not just gateway patch levels — a compromised management console is treated as a "crown jewel" event, not a routine incident.
Affected Versions — And the R82.20 Discrepancy
Per Check Point's CVE record, the following branches are affected when running at or below the listed Jumbo Hotfix Take:
| Branch | Affected Take (or below) |
|---|---|
| R82.10 | Take 44 |
| R82 | Take 126 |
| R81.20 | Take 166 |
| R81.10 | Take 190 |
| R81, R80.40, R80.30, R80.20, R80.10, R80 | All (end of support — no fix available) |
Here's where it gets interesting for anyone running the newest branch. Check Point's own CVE record does not list R82.20 as affected. However, an alert from NHS England Digital and a separate advisory from Censys — both citing the same underlying solution ID, sk1000155 — state that every R82.20 build is affected, and that no Jumbo Hotfix currently protects that branch. If you're running R82.20, don't assume you're in the clear just because it's absent from the vendor's CVE table — cross-check sk1000155 directly and watch for an updated Take.
Multi-Domain Security Management Server and Multi-Domain Log Server are also named as affected in NHS England's summary. The hosted Smart-1 Cloud service is not affected, since the fix was already deployed there before disclosure.
The Bigger Pattern: Fifth Critical Flaw Since July
This isn't an isolated bug — it's part of a trend worth flagging for anyone doing security operations center as a service work or advising leadership on Check Point risk exposure. By The Hacker News' count, CVE-2026-91843 is the fifth critical, pre-authentication management-server flaw Check Point has disclosed since July 22, 2026:
- CVE-2026-16232 (July 22) — SmartConsole authentication bypass, confirmed exploited in the wild against a limited set of customers, added to CISA's KEV catalog the same day
- CVE-2026-62144 (July 22) — a second management bypass, not reported as exploited
- CVE-2026-18574 (August 3) — authentication bypass enabling command execution on the management server
- CVE-2026-85103 (September 9) — heap overflow in VPN certificate decoding, also reaching Quantum Security Management
- CVE-2026-91843 (September 16) — this flaw
Check Point has said it found the last two internally with no evidence of exploitation, and the July incident was attributed to the vendor's own internal BLAST security review process. That's a credit to their internal testing — but for defenders, the practical takeaway is the same either way: if your Check Point management plane touches the internet in any way, you are now operating in a pattern of recurring critical exposure, not a one-off patch event.
Detection: How to Check If You're Protected
Don't assume automatic updates caught this one. Check Point's own community has seen delayed rollout before — when the vendor pushed fixes for two critical VPN certificate flaws the week prior, several customers reported the automatic LivePatch package hadn't reached their systems on the day of announcement.
Verify directly. From Expert mode on each Security Management Server and Log Server, run:
cplp list
What it does: Lists installed LivePatches and their current status.
When to use it: Immediately after patching, and periodically as a health check on any internet-adjacent management server.
Expected output: Look for the fwm:fwm patch in "armed" status, with LivePatch mode active and a comment referencing CVE-2026-91843. If it's missing or not armed, the fix has not taken effect on that host — don't assume, confirm.
Also worth checking: SmartConsole's Audit and Admin logs for unusual failed login attempts, particularly any tied to abnormally long username fields. That pattern, while not a confirmed indicator of this specific exploit, is consistent with probing behavior against the vulnerable login path.
Prevention and Hardening Steps
- Apply the LivePatch fix in sk1000155 on every Security Management Server, Multi-Domain Security Management Server, Log Server, and Multi-Domain Log Server — don't wait for a maintenance window.
- Confirm, don't assume, on automatic updates. "Automatic updates" refers to the specific checkbox in SmartConsole under Global Properties → Data Access Control: "Automatically download and install Software Blade Contracts, security updates, and other important data." Having that enabled is not the same as confirming the patch landed.
- Restrict Trusted Clients. In SmartConsole, go to Manage & Settings → Permissions & Administrators → Trusted Clients, and lock management access down to specific, known internal IP addresses. Never leave this set to "Any."
- Never expose management directly to the internet. Check Point's own hardening guidance requires a VPN for remote management access — this is not optional guidance at this point, it's a baseline control.
- Plan migration off end-of-support branches. R81.10 and earlier receive no fix for this flaw at all. If you're on one of these, patching isn't an option — upgrading to a supported release is the only real remediation path.
None of these steps guarantee immunity from every future Check Point management-plane flaw — given the pattern above, they won't — but they materially shrink the exposed attack surface for this one and the ones likely to follow.
Expert Tips for SOC and Network Teams
- Treat any internet-facing management interface — regardless of vendor — as a standing finding in your risk register, not a one-time audit item. This CVE is a good forcing function to re-run that inventory now.
- If you operate under compliance frameworks like NIST 800-53 or HIPAA, document the patch timeline and Trusted Clients configuration as part of your change record; auditors increasingly ask for evidence of emergency-patch response times specifically for pre-auth RCE-class vulnerabilities.
- For organizations without in-house 24/7 coverage, this is exactly the kind of disclosure where SOC-as-a-service or managed detection and response support earns its cost — patch verification and log review across dozens of management nodes doesn't scale well as a one-person Friday-afternoon task.
- Build a recurring calendar reminder to re-check
cplp liststatus weekly for the next month. LivePatch rollouts on Check Point's own admission are staged, not instantaneous.
Related Cybersecurity Topics You Should Explore
- Why 40% of Indian SMEs Got Breached Despite Rising Cybersecurity Budgets
- cPanel's EmailTrack Bug: How Low-Privilege Users Reach Root Access
- 3,562 Redis Servers Hacked for Crypto Mining: Is Your Server Next?
- CVE-2026-26084 Explained: Patch FortiSandbox Now
- Fortinet Patches Silent MITM Flaw in FortiOS and FortiProxy ZTNA
- Linux cut Command Explained: Extract Any Field, Column, or Character in Seconds
- FortiGate CVE-2025-25249 Exploited to Deploy PivotC2 RAT — Patch Now
FAQ
Q: Has CVE-2026-91843 been exploited in the wild?
A: Not as of September 17, 2026, according to Check Point, CISA's CVE assessment, and Censys. That status can change quickly for pre-auth root-level flaws, so continue monitoring official advisories.
Q: Is my Smart-1 Cloud deployment affected?
A: No. Check Point and NHS England Digital both confirm the hosted Smart-1 Cloud service already has the fix in place.
Q: Does restricting Trusted Clients fully prevent exploitation?
A: Check Point has not explicitly confirmed this for CVE-2026-91843. It's a strong general hardening control and the recommended interim mitigation, but the LivePatch fix is the only confirmed remediation.
Q: Is R82.20 affected?
A: Check Point's CVE record does not list it, but NHS England Digital and Censys both report R82.20 is affected with no hotfix yet available. Check sk1000155 directly rather than relying on the CVE table alone.
Q: What if I'm running an end-of-support branch like R81.10 or R80.x?
A: No fix will be issued for these branches. Upgrading to a currently supported release is the only path to remediation.
Q: Who discovered CVE-2026-91843?
A: Not publicly disclosed at the time of writing.
Conclusion
CVE-2026-91843 isn't remarkable because it's novel — stack overflows in login handlers are one of the oldest bug classes in the book. It's remarkable because of where it sits: the centralized console that controls policy across an entire Check Point deployment, reachable without a single valid credential. Combined with four other critical, pre-auth management flaws disclosed in the same eight-week window, this is less a single fire drill and more a signal that Check Point's management-plane attack surface deserves a permanent seat on your risk register, not a one-time patch-and-forget entry.
Patch sk1000155 today, verify with cplp list, lock down Trusted Clients, and keep management interfaces off the open internet. If your organization is still deciding whether this rises to "emergency change" status — it does.
Found this useful? Share it with your SOC team, bookmark it for your next patch cycle review, and drop a comment if you've run into staged LivePatch rollout delays on your own environment.
Analysis based on SOC monitoring and public threat intelligence review.







