CVE-2025-2747 CrowdStrike LogScale · LogScale

Detect Kentico Xperience CMS Authentication Bypass (CVE-2025-2747) in CrowdStrike LogScale

Detects exploitation of CVE-2025-2747, an authentication bypass vulnerability (CWE-288) in Kentico Xperience CMS. Attackers can access protected administrative or content management endpoints via alternate paths or channels without valid credentials, enabling unauthorized access to sensitive CMS functionality. This vulnerability is actively exploited in the wild and listed in CISA KEV.

MITRE ATT&CK

Tactic
Initial Access Privilege Escalation Defense Evasion

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
#event_simpleName=NetworkConnectIP4 OR #event_simpleName=NetworkConnectIP6
| EventType = "NetworkConnect"
| RemotePort in (80, 443, 8080, 8443)
| LocalAddressIP4 != null
| join { #event_simpleName=ProcessRollup2
  | ImageFileName matches regex "(?i)(w3wp\.exe|httpd\.exe|nginx\.exe|iisexpress\.exe)"
  | CommandLine matches regex "(?i)(kentico|xperience|cms)"
} [LocalProcessId, ContextProcessId]
| select timestamp, ComputerName, UserName, ImageFileName, CommandLine, RemoteAddressIP4, RemotePort
high severity low confidence

Detects Kentico Xperience CMS web server processes (IIS worker, Apache, Nginx) establishing network connections, correlating with process context to identify potential post-exploitation activity following authentication bypass.

Data Sources

CrowdStrike Falcon Network EventsCrowdStrike Process Telemetry

Required Tables

NetworkConnectIP4NetworkConnectIP6ProcessRollup2

False Positives & Tuning

  • Normal outbound connections from IIS worker processes serving Kentico CMS
  • Kentico CMS making legitimate API calls to external services
  • Scheduled tasks within the CMS triggering outbound webhook or email connections
  • CMS health integrations phoning home to Kentico licensing or telemetry endpoints

Other platforms for CVE-2025-2747


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 1Kentico CMS Unauthenticated Admin Path Access Simulation

    Expected signal: IIS access logs will record HTTP GET requests to each tested path with the source IP of the test host; requests will appear with no authenticated username (cs_username = '-').

  2. Test 2Alternate Channel Authentication Bypass via Parameter Manipulation

    Expected signal: Web server logs capture each variant request with full URI including query string; WAF logs may flag path traversal patterns in the query string.

  3. Test 3Post-Bypass Webshell Upload Simulation via CMS File Manager

    Expected signal: Windows Security Event Log will show file creation event (Event ID 4663) for test_detection.aspx under the CMS web root; Sysmon Event ID 11 (FileCreate) will capture the new .aspx file creation with the IIS worker process (w3wp.exe) as the creator.

Last updated: 2026-06-19 Research depth: standard
References (2)

Unlock Pro Content

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

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections