Skip to content

CVE-2026-91843: Check Point Security Management Server Stack Buffer Overflow RCE

HERMES

HERMES THREAT SCORE & FIREWALL MANAGEMENT ENGINE COLLAPSE

Target: Check Point Security Management Server, Multi-Domain Server & Gaia OS (fwm/cpm)
Confidence: 97%
96 / 100
CRITICAL

Measures real-world operational relevance, exploit weaponization, and active threat posture.

Dimension Breakdown
Exploitability 19 / 20
Threat Activity 19 / 20
Weaponization 19 / 20
Exposure 19 / 20
Prevalence 19 / 20
Impact 20 / 20
Exploit Maturity 19 / 20
Attack Chain Potential 19 / 20
βš–οΈ Divergence & Operational Rationale

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.

πŸ•ΈοΈ Connected Knowledge Graph & Provenance

CVE-2026-91843: Check Point Security Management Server Stack Buffer Overflow RCEVULNERABILITY

Connected Nodes: 1
Active Relationships (Outgoing)
→ affectsPRODUCTCheck Point Security Management
98% VERY_HIGH

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.”

Supporting Verified Evidence:

ParameterTechnical SpecificationOperational Impact
CVE IdentifierCVE-2026-91843Check Point Advisory sk182940
Vulnerability ClassStack Buffer Overflow (CWE-121 / CWE-120)Unauthenticated remote code execution as root
Affected ComponentAuthentication Daemon (fwm / cpm)TCP ports 18190 (CPM) and 19009 (Client Auth)
Authentication RequiredNone (PR:N)Raw handshake packet sent to management listener
User InteractionNone (UI:N)Immediate memory corruption
Scope ImpactUnchanged (S:U)Confined to Management Server (allows policy distribution)
Privileges ObtainedRoot (super-user)Complete control over firewall policies and VPN certs
Affected VersionsGaia R81.10 (all), Gaia R81.20 (< Take 84), Gaia R82 (< Take 22)Check Point Enterprise Management Servers
Remediation TargetGaia Jumbo Hotfix AccumulatorR81.20 Take 84 / R82 Take 22

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.


title: Check Point Management Oversized Auth Packet
id: cve-2026-91843-checkpoint-overflow
status: production
description: Detects abnormally large authentication handshake payloads directed at Check Point management ports.
references:
- https://support.checkpoint.com/results/sk/sk182940
author: Hermes Codex DFIR Team
date: 2026-09-17
logsource:
category: firewall
product: checkpoint
detection:
selection:
dst_port: [18190, 19009]
packet_size|gt: 4096
condition: selection
level: critical
tags:
- attack.initial_access
- attack.t1190

  1. 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.
  2. 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.
  3. 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.