CVE-2026-24858 CrowdStrike LogScale · LogScale

Detect Fortinet Multiple Products Authentication Bypass via Alternate Path or Channel (CVE-2026-24858) in CrowdStrike LogScale

Detects exploitation of CVE-2026-24858, an authentication bypass vulnerability (CWE-288) affecting multiple Fortinet products. Attackers abuse an alternate authentication path or channel — specifically SSO abuse on FortiOS — to bypass normal authentication controls and gain unauthorized access. This vulnerability is listed on CISA's Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild.

MITRE ATT&CK

Tactic
Initial Access Persistence Credential Access

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
#event_simpleName=NetworkConnectIP4 OR #event_simpleName=NetworkConnectIP6 OR #event_simpleName=UserLogon
| TargetFileName=/forti/i OR RemoteAddress=* AND (CommandLine=/sso/i OR CommandLine=/saml/i OR CommandLine=/bypass/i)
| eval auth_bypass=if(match(coalesce(CommandLine, ""), /(?i)(sso|saml|alternate.path|auth.bypass|unauthenticated)/), "true", "false")
| where auth_bypass="true"
| groupby([RemoteAddress, UserName, ComputerName, CommandLine], function=count(aid, as=event_count))
| sort(event_count, order=desc)
| head(100)
critical severity low confidence

CrowdStrike Falcon LogScale query detecting process or network activity consistent with Fortinet authentication bypass exploitation on endpoints with Fortinet agents or management tools installed.

Data Sources

CrowdStrike Falcon PlatformEndpoint Network TelemetryProcess Execution Logs

Required Tables

NetworkConnectIP4NetworkConnectIP6UserLogon

False Positives & Tuning

  • Fortinet VPN clients performing legitimate SSO authentication flows
  • Security tools scanning for Fortinet vulnerabilities generating matching patterns
  • FortiClient endpoint agent telemetry referencing SSO in normal operation
  • IT automation scripts managing Fortinet configurations via authenticated API sessions

Other platforms for CVE-2026-24858


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 1Simulate SSO Authentication Request to Fortinet Management Interface

    Expected signal: HTTP request to /remote/logincheck with SSO/SAML parameters should appear in FortiGate authentication logs and in web proxy or network monitoring logs. Source IP, timestamp, and HTTP response code should be captured.

  2. Test 2Enumerate Fortinet Management Interface SSO Endpoints

    Expected signal: Series of HTTPS connections to Fortinet management interface on TCP 443 from a single source IP targeting multiple URL paths in rapid succession. Should appear in web access logs and network flow data.

  3. Test 3Create Unauthorized Admin Account Post-Authentication-Bypass

    Expected signal: FortiOS admin audit log should record a new admin account creation event with the account name 'svc_backup_acct', profile 'super_admin', and the API source IP. Event type=event, subtype=system, action=add should appear in FortiAnalyzer.

Unlock Pro Content

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

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections