Detect Adobe Acrobat and Reader Prototype Pollution Vulnerability (CVE-2026-34621) in CrowdStrike LogScale
Detects exploitation of CVE-2026-34621, a prototype pollution vulnerability (CWE-1321) in Adobe Acrobat and Reader. This KEV-listed vulnerability allows attackers to manipulate JavaScript object prototypes within PDF processing, potentially leading to arbitrary code execution, privilege escalation, or sandbox escape. Exploitation typically occurs via malicious PDF documents that trigger prototype chain manipulation during rendering or form processing.
MITRE ATT&CK
LogScale Detection Query
#event_simpleName=ProcessRollup2
| ParentBaseFileName IN ("AcroRd32.exe", "Acrobat.exe", "AdobeCollabSync.exe")
| FileName IN ("cmd.exe", "powershell.exe", "wscript.exe", "cscript.exe", "mshta.exe", "regsvr32.exe", "rundll32.exe", "certutil.exe", "bitsadmin.exe", "curl.exe", "wget.exe")
| eval RiskScore=case(
FileName IN ("powershell.exe", "mshta.exe", "regsvr32.exe"), 95,
FileName IN ("cmd.exe", "wscript.exe", "cscript.exe"), 80,
true(), 65
)
| join type=left (
#event_simpleName=NetworkConnectIP4
| ParentBaseFileName IN ("AcroRd32.exe", "Acrobat.exe")
| RemotePort IN (4444, 1337, 8080)
| rename RemoteAddressIP4 AS C2IP
) [ComputerName, UserName]
| table _time, ComputerName, UserName, ParentBaseFileName, ParentCommandLine, FileName, CommandLine, RiskScore, C2IP
| sort - RiskScore CrowdStrike Falcon Query Language detection for Adobe Acrobat spawning suspicious LOLBin processes, correlated with anomalous outbound connections on high-risk ports indicating CVE-2026-34621 exploitation.
Data Sources
Required Tables
False Positives & Tuning
- Legitimate Acrobat JavaScript automations that invoke PowerShell for document processing
- Adobe Acrobat DC enterprise deployment scripts that run post-install via child processes
- PDF accessibility tools spawning screen reader helper processes from within Acrobat
Other platforms for CVE-2026-34621
Testing Methodology
Validate this detection against 4 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.
- Test 1Simulate Acrobat Prototype Pollution Child Process Spawn (Windows)
Expected signal: Sysmon Event ID 1: Process Create with ParentImage matching AcroRd32.exe and Image matching cmd.exe; DeviceProcessEvents in MDE showing the parent-child relationship
- Test 2Simulate Acrobat JavaScript Prototype Pollution Payload (PDF)
Expected signal: File creation event for .js file in temp directory; if embedded in PDF and opened in Acrobat, Sysmon Event ID 11 file create events and JavaScript engine activity
- Test 3Simulate Acrobat-Initiated Outbound Network Connection (C2 Beacon Pattern)
Expected signal: Sysmon Event ID 3: Network connection from AcroRd32.exe to 127.0.0.1:4444; DeviceNetworkEvents in MDE showing Acrobat making a connection to port 4444
- Test 4Acrobat Suspicious File Drop in AppData (Post-Exploitation Staging)
Expected signal: Sysmon Event ID 11: File created at %APPDATA%\adobe_helper.exe with Image matching AcroRd32.exe; DeviceFileEvents in MDE with InitiatingProcessFileName = AcroRd32.exe and FolderPath in AppData
Unlock Pro Content
Get the full detection package for CVE-2026-34621 including response playbook, investigation guide, and atomic red team tests.