Detect Cisco FMC/SCC Deserialization RCE Exploitation (CVE-2026-20131) in Sumo Logic CSE
Detects exploitation of CVE-2026-20131, a deserialization of untrusted data vulnerability in Cisco Secure Firewall Management Center (FMC) and Cisco Security Cloud Control (SCC) Firewall Management. Successful exploitation allows unauthenticated or authenticated remote attackers to execute arbitrary commands on the underlying OS. This CVE is listed in CISA's Known Exploited Vulnerabilities catalog.
MITRE ATT&CK
Sumo Detection Query
_sourceCategory=cisco/fmc OR _sourceCategory=linux/syslog
| where _sourceHost matches "*fmc*" or _sourceHost matches "*firesight*"
| parse regex "(?i)(?P<deser_keyword>deserialization|ObjectInputStream|ClassNotFoundException|java\.lang\.Runtime\.exec|ProcessBuilder|ysoserial|CommonsCollections)"
| where !isNull(deser_keyword)
| parse field=_raw "src=*" as src_ip nodrop
| parse field=_raw "dst=*" as dst_ip nodrop
| parse field=_raw "dpt=*" as dst_port nodrop
| count by _sourceHost, src_ip, deser_keyword, _messagetime
| sort by _messagetime desc Sumo Logic query for CVE-2026-20131: identifies deserialization-related keywords in Cisco FMC and host syslog sources, parsing source/destination context for triage.
Data Sources
Required Tables
False Positives & Tuning
- FMC diagnostic log output including Java stack traces for benign errors
- Intrusion detection signatures generating false deserialization alerts
- Automated configuration backup routines on FMC
Other platforms for CVE-2026-20131
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 Deserialization Payload Delivery to FMC-like Endpoint
Expected signal: Network logs: POST to /j_spring_security_check with binary Content-Type. Process logs: java process spawning 'id' command. File creation event for /tmp/rce_proof.txt.
- Test 2Spawn Reverse Shell from Java Process (Post-Exploitation Simulation)
Expected signal: ProcessRollup2 event showing java parent spawning bash child. NetworkConnectIP4 event for outbound TCP to attacker IP on port 4444.
- Test 3Drop Webshell on FMC Tomcat Webroot (Post-Exploitation Persistence)
Expected signal: File creation event for .jsp file in Tomcat webroot. Syslog entry for file write by java or tomcat process user.
- Test 4Enumerate FMC Management API Without Authentication (Pre-Exploitation Recon)
Expected signal: Web server access logs showing GET/POST to /api/fmc_platform/ and /api/fmc_config/ from an external IP. 401 or 200 responses logged.
Unlock Pro Content
Get the full detection package for CVE-2026-20131 including response playbook, investigation guide, and atomic red team tests.