CVE-2026-91843: Check Point Security Management Server Stack Buffer Overflow RCE
HERMES THREAT SCORE & FIREWALL MANAGEMENT ENGINE COLLAPSE
Target:Check Point Security Management Server, Multi-Domain Server & Gaia OS (fwm/cpm) Rated CVSS 9.8 and HTS 96 (CRITICAL). Check Point Security Management servers orchestrate network security policies, VPN gateways, and firewall clusters across thousands of corporate networks. An unauthenticated remote attacker can trigger a stack buffer overflow in the authentication process, executing shellcode with root privileges directly on the management appliance.
CVE-2026-91843: Check Point Security Management Server Stack Buffer Overflow RCEVULNERABILITY
Software platform affected by security vulnerabilities and agentic attack patterns.
π Why is this related? (Evidence & Provenance)
“Confirmed security vulnerability in Check Point Security Management documented in Hermes dossier.”
- [vulnerability_report]
- [government_confirmation]CISA verified active exploitation in the wild and mandated federal remediation deadline in KEV entry. — Source: Cybersecurity & Infrastructure Security Agency (CISA): CISA Adds CVE-2026-59822 to Known Exploited Vulnerabilities Catalog (Reliability: VERY_HIGH)
1. Technical Context & Affected Software Matrix
Section titled β1. Technical Context & Affected Software Matrixβ| Parameter | Technical Specification | Operational Impact |
|---|---|---|
| CVE Identifier | CVE-2026-91843 | Check Point Advisory sk182940 |
| Vulnerability Class | Stack Buffer Overflow (CWE-121 / CWE-120) | Unauthenticated remote code execution as root |
| Affected Component | Authentication Daemon (fwm / cpm) | TCP ports 18190 (CPM) and 19009 (Client Auth) |
| Authentication Required | None (PR:N) | Raw handshake packet sent to management listener |
| User Interaction | None (UI:N) | Immediate memory corruption |
| Scope Impact | Unchanged (S:U) | Confined to Management Server (allows policy distribution) |
| Privileges Obtained | Root (super-user) | Complete control over firewall policies and VPN certs |
| Affected Versions | Gaia R81.10 (all), Gaia R81.20 (< Take 84), Gaia R82 (< Take 22) | Check Point Enterprise Management Servers |
| Remediation Target | Gaia Jumbo Hotfix Accumulator | R81.20 Take 84 / R82 Take 22 |
2. Vulnerability Anatomy & Root Cause Analysis
Section titled β2. Vulnerability Anatomy & Root Cause AnalysisβDuring client-to-management server mutual authentication handshakes, the authentication daemon copies the username and organization strings into a fixed-size stack buffer using an unbounded string copy function:
graph TD Packet["Inbound Auth Packet (> 4096 bytes)"] --> Recv["fwm / cpm Socket Listener"] Recv --> Copy["Unchecked strcpy() into Stack Buffer"] Copy --> Overwrite["Saved EIP / RIP Return Address Corrupted"] Overwrite --> Shellcode["Execution Redirected to Injected Shellcode (Root)"]Because memory protection mechanisms on certain legacy appliance architectures allowed executable stack pages or gadget ROP execution, remote unauthenticated attackers can reliably hijack control flow without requiring prior credentials.
3. Detection Engineering & Threat Hunting
Section titled β3. Detection Engineering & Threat Huntingβtitle: Check Point Management Oversized Auth Packetid: cve-2026-91843-checkpoint-overflowstatus: productiondescription: Detects abnormally large authentication handshake payloads directed at Check Point management ports.references: - https://support.checkpoint.com/results/sk/sk182940author: Hermes Codex DFIR Teamdate: 2026-09-17logsource: category: firewall product: checkpointdetection: selection: dst_port: [18190, 19009] packet_size|gt: 4096 condition: selectionlevel: criticaltags: - attack.initial_access - attack.t11904. Remediation, Patching & Hardening
Section titled β4. Remediation, Patching & Hardeningβ- T0 Immediate Action (< 24h) β Apply Check Point Jumbo Hotfix:
Install the relevant Jumbo Hotfix Accumulator via CPUSE:
- Gaia R81.20: Apply Jumbo Hotfix Take 84.
- Gaia R82: Apply Jumbo Hotfix Take 22.
- T0 Mitigation β Enforce Management Plane Isolation: Block all traffic to TCP ports 18190 and 19009 from untrusted subnets. Management ports must never be exposed directly to the public internet.
- T1 Tactical Audit (< 7d) β Verify Firewall Policy Revisions: Review SmartConsole revision history to verify that no unauthorized firewall policy changes or administrator accounts were provisioned.