CVE-2025-43529 CrowdStrike LogScale · LogScale

Detect Apple WebKit Use-After-Free Exploitation Attempt (CVE-2025-43529) in CrowdStrike LogScale

Detects exploitation attempts targeting CVE-2025-43529, a use-after-free vulnerability in Apple's WebKit browser engine affecting multiple Apple products. This vulnerability is actively exploited in the wild (CISA KEV) and can lead to arbitrary code execution when a user visits a maliciously crafted webpage. Attackers may leverage this flaw to achieve initial access or privilege escalation on macOS, iOS, and iPadOS devices.

MITRE ATT&CK

Tactic
Initial Access Execution Privilege Escalation

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
#event_simpleName=ProcessRollup2
| ParentBaseFileName IN ("Safari", "WebProcess", "com.apple.WebKit.WebContent")
| FileName IN ("sh", "bash", "zsh", "python3", "curl", "osascript", "launchctl", "nc", "ncat", "xterm")
| PlatformType = "Mac"
| eval risk="CVE-2025-43529 WebKit UAF Exploitation Attempt"
| stats count() as EventCount, earliest(timestamp) as FirstSeen, latest(timestamp) as LastSeen, values(CommandLine) as Commands by aid, ComputerName, UserName, ParentBaseFileName, FileName, risk
| sort -EventCount
critical severity high confidence

CrowdStrike Falcon CQL detection for Apple WebKit use-after-free exploitation identifying suspicious child processes spawned from Safari or WebKit content process on macOS endpoints.

Data Sources

CrowdStrike Falcon Endpoint ProtectionCrowdStrike Falcon Data Replicator

Required Tables

ProcessRollup2

False Positives & Tuning

  • Browser automation agents running Selenium or Playwright tests on macOS
  • Enterprise IT management tools that leverage osascript via browser triggers
  • Developer workflow integrations that spawn terminal sessions from browser
  • macOS software update mechanisms initiated through Safari browser UI

Other platforms for CVE-2025-43529


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 WebKit Child Process Spawn (macOS)

    Expected signal: Process creation event: parent=osascript, child=bash; bash executing id and whoami commands

  2. Test 2WebProcess Curl Outbound Simulation

    Expected signal: Network connection event: process=curl, initiated from simulated WebKit parent context, destination=127.0.0.1:9999

  3. Test 3Launchctl Persistence Attempt Post-WebKit Exploitation

    Expected signal: Process creation: launchctl load with plist argument; file write to /tmp/webkit_test/test.plist; LaunchAgent registration event in macOS Unified Log

Unlock Pro Content

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

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections