CVE-2026-50751 CrowdStrike LogScale · LogScale

Detect Check Point Security Gateway Improper Authentication (CVE-2026-50751) in CrowdStrike LogScale

Detects exploitation of CVE-2026-50751, an improper authentication vulnerability (CWE-287) in Check Point Security Gateway affecting deprecated IKEv1 VPN protocol. This vulnerability is actively exploited in the wild (CISA KEV) and may allow unauthenticated attackers to bypass authentication controls on the VPN gateway. Detection focuses on anomalous IKEv1 negotiation patterns, authentication bypass indicators, and suspicious gateway access following failed or malformed IKE exchanges.

MITRE ATT&CK

Tactic
Initial Access Credential Access

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
#event_simpleName=NetworkConnectIP4 OR #event_simpleName=NetworkConnectIP6
| DestinationPort in (500, 4500)
| RemoteAddressIP4=* OR RemoteAddressIP6=*
| join(event_simpleName=ProcessRollup2, field=[TargetProcessId, aid], include=[FileName, CommandLine])
  {
    FileName in ("fwk.elg", "vpnd", "ike", "iked")
    OR CommandLine matches /ikev1|IKEv1|aggressive.mode/i
  }
| groupby([RemoteAddressIP4, ComputerName, FileName], function=[count(as=event_count), collect(CommandLine)])
| event_count > 2
| sort(event_count, order=desc)
critical severity low confidence

CrowdStrike Falcon CQL query detecting processes associated with IKEv1 VPN daemon activity on Check Point gateway hosts, surfacing hosts with elevated connection counts to IKE ports as potential exploitation targets or sources.

Data Sources

CrowdStrike Falcon EDRNetwork Connection EventsProcess Events

Required Tables

NetworkConnectIP4NetworkConnectIP6ProcessRollup2

False Positives & Tuning

  • Falcon sensors deployed on VPN gateway infrastructure generating high baseline IKE connection volume
  • Authorized network performance testing tools establishing bulk IKE sessions
  • Check Point gateway processes during normal high-availability failover events

Other platforms for CVE-2026-50751


Testing Methodology

Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.

  1. Test 1IKEv1 Aggressive Mode Probe — Check Point Gateway

    Expected signal: Check Point SmartLog IKE phase 1 event with protocol IKEv1, mode aggressive, from the test host IP. UDP/500 connection event in network logs.

  2. Test 2Repeated IKEv1 Auth Failure Simulation

    Expected signal: 10 IKEv1 negotiation attempts with authentication failure events in SmartLog. Source IP flagged in Check Point IPS/firewall blade logs.

  3. Test 3IKEv1 vs IKEv2 Protocol Downgrade Attempt

    Expected signal: StrongSwan IKEv1 initiation attempt visible in system logs; Check Point gateway logs showing inbound IKEv1 proposal from test host on UDP/500.

Unlock Pro Content

Get the full detection package for CVE-2026-50751 including response playbook, investigation guide, and atomic red team tests.

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections