Response playbooks, investigation guides, and Atomic Red Team tests are Pro-only. Upgrade to unlock the full detection package for CVE-2026-34486.
Unlock with Pro - from £29/user/moDetect Apache Tomcat Missing Encryption of Sensitive Data (CVE-2026-34486) in Sumo Logic CSE
Detects potential exploitation or exposure conditions related to CVE-2026-34486, an Apache Tomcat vulnerability (CWE-311: Missing Encryption of Sensitive Data) allowing sensitive data such as credentials, session identifiers, or configuration secrets to be transmitted or stored without adequate encryption. Actively exploited and listed in CISA KEV; associated with CISA BOD 26-04 prioritized remediation guidance. Detection focuses on plaintext transmission of Tomcat-managed credentials/session tokens over unencrypted channels, anomalous access to Tomcat configuration files (server.xml, context.xml, tomcat-users.xml, web.xml) containing sensitive data, and network indicators of cleartext protocol usage to Tomcat listener ports.
MITRE ATT&CK
Sumo Detection Query
_sourceCategory=*tomcat* OR _sourceCategory=*network*
| where (_raw matches "*tomcat-users.xml*" or _raw matches "*server.xml*" or _raw matches "*context.xml*" or _raw matches "*web.xml*")
or (_raw matches "*http://*:8080/*" or _raw matches "*http://*:8009/*")
| count by host, user, _raw
| where _count > 0 Searches Sumo Logic indexed Tomcat and network logs for evidence of sensitive configuration file access or cleartext HTTP requests to Tomcat listener ports associated with CVE-2026-34486 exploitation.
Data Sources
Required Tables
False Positives & Tuning
- Automated CI/CD deployment pipelines reading configuration templates
- Internal QA testing against non-TLS Tomcat instances
- False matches from log lines mentioning filenames in unrelated error text
Other platforms for CVE-2026-34486
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 cleartext credential exposure in tomcat-users.xml
Expected signal: File creation and read events for tomcat-users.xml containing plaintext credential strings
- Test 2Simulate cleartext HTTP request to Tomcat port
Expected signal: Network connection event to destination port 8080 using HTTP protocol without TLS
- Test 3Simulate access to Tomcat server.xml configuration file
Expected signal: DeviceProcessEvents/DeviceFileEvents showing PowerShell reading server.xml with connector definitions
- Test 4Simulate AJP cleartext connector probe
Expected signal: Network connection attempt logged to destination port 8009 (AJP) without TLS negotiation
References (4)
- https://lists.apache.org/thread/9510k5p5zdvt9pkkgtyp85mvwxo2qrly
- https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk
- https://www.cisa.gov/news-events/directives/bod-26-04-implementation-guidance-prioritizing-security-updates-based-risk
- https://nvd.nist.gov/vuln/detail/CVE-2026-34486
Unlock playbooks & atomic tests with Pro
Get the full detection package for CVE-2026-34486 — response playbook and atomic red team tests, plus investigation guidance and hunting queries.
df00tech Pro — £29/user/month