Detect HPE OneView Code Injection Exploitation (CVE-2025-37164) in CrowdStrike LogScale
Detects exploitation of CVE-2025-37164, a code injection vulnerability (CWE-94) in Hewlett Packard Enterprise OneView. This vulnerability is listed in the CISA Known Exploited Vulnerabilities catalog and allows attackers to inject and execute arbitrary code through the OneView management platform, potentially compromising datacenter infrastructure management.
MITRE ATT&CK
LogScale Detection Query
#event_simpleName=ProcessRollup2
| $falcon.metadata.eventType = "ProcessRollup2"
| ParentBaseFileName = /java|tomcat|catalina/i
AND CommandLine = /oneview|hpov|com\.hp\.ov|ImageStreamer/i
AND ImageFileName = /\/bin\/bash|\/bin\/sh|\/usr\/bin\/python|\/usr\/bin\/perl|\/usr\/bin\/curl|\/usr\/bin\/wget|\/usr\/bin\/nc/i
| eval risk_indicator = "child_proc_spawn_from_oneview"
| table timestamp, ComputerName, UserName, ParentBaseFileName, ImageFileName, CommandLine, ParentCommandLine, SHA256HashData, risk_indicator
OR
#event_simpleName=NetworkConnectIP4
| RemotePort in [443, 8443, 80, 8080]
| RemoteAddressIP4 != "127.0.0.1" AND RemoteAddressIP4 != "::1"
| LocalAddressIP4 != RemoteAddressIP4
| ContextBaseFileName = /java|catalina/i
| eval risk_indicator = "oneview_java_outbound_connection"
| table timestamp, ComputerName, UserName, ContextBaseFileName, RemoteAddressIP4, RemotePort, LocalAddressIP4, risk_indicator CrowdStrike Falcon query detecting HPE OneView code injection exploitation via process chain analysis identifying Java/Tomcat parent processes spawning shell interpreters, and outbound network connections from OneView Java processes to suspicious destinations.
Data Sources
Required Tables
False Positives & Tuning
- Legitimate HPE OneView management scripts that spawn Java child processes
- Authorized administrative use of OneView REST API with curl or wget
- OneView integration with third-party tools that use Python or Perl scripts
- HPE firmware update utilities running from the OneView appliance
Other platforms for CVE-2025-37164
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 1HPE OneView REST API Code Injection Simulation
Expected signal: HTTP POST request to /rest/login-sessions with injection pattern in request body visible in web access logs; network flow from test host to OneView appliance on port 443
- Test 2Simulated Child Process Spawn from Java Context
Expected signal: Process event showing java parent spawning /bin/bash child process; bash executing id, hostname, whoami commands
- Test 3OneView API Reconnaissance — Endpoint Enumeration
Expected signal: Multiple HTTP GET requests to OneView API endpoints from a single source IP within a short timeframe; mix of 401, 403, and potentially 200 responses visible in access logs
- Test 4Reverse Shell Establishment Post-Injection Simulation
Expected signal: Outbound TCP connection from OneView appliance or compromised host to attacker IP on non-standard port; ncat or bash process with network socket; network flow egress event
Unlock Pro Content
Get the full detection package for CVE-2025-37164 including response playbook, investigation guide, and atomic red team tests.