What is HPE OneView?
HPE OneView is an infrastructure management platform for Hewlett Packard Enterprise's ProLiant server and HPE Synergy converged infrastructure environments. It provides a unified management console for servers, storage, networking, and virtualization across data centers, enabling IT administrators to provision and manage infrastructure as code. Because OneView manages physical infrastructure — servers, blades, switches — with privileged access to firmware and out-of-band management interfaces, compromising it gives an attacker the ability to modify server configurations, install malicious firmware, disrupt infrastructure, and pivot to any managed system.
Overview
CVE-2025-37164 is a maximum-severity code injection vulnerability (CWE-94, CVSS 10.0) in HPE OneView. An unauthenticated remote attacker can send a crafted request to the /rest/id-pools/executeCommand REST API endpoint, which accepts and executes arbitrary commands without any authentication or authorization check. The CVSS Scope:Changed (S:C) rating reflects that code execution on the OneView management server reaches the underlying OS and all managed infrastructure. The vulnerability was actively exploited by the RondoDox botnet, which launched over 40,000 attack attempts in a single 4-hour window in January 2026.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| HPE OneView | Versions 5.20 through 10.20 | HPE OneView 11.0 |
| HPE OneView (older versions) | Prior to 11.0 (all) | Emergency hotfix (blocks /rest/id-pools/executeCommand) |
HPE provided two remediation paths: upgrade to OneView 11.0, or apply an emergency hotfix that blocks the vulnerable endpoint at the web server layer (without full upgrade).
Technical Details
The vulnerability (CWE-94: Code Injection) is in the /rest/id-pools/executeCommand REST API endpoint in HPE OneView. This endpoint was designed for internal management automation but was exposed without authentication or authorization enforcement. User-supplied input in the request body is passed directly to the underlying OS runtime, allowing an attacker to inject arbitrary commands that execute with full server privileges. No session, token, or credentials of any kind are required — the endpoint is accessible to any unauthenticated network client that can reach the OneView management interface.
Discovery
Discovered by security researcher Nguyen Quoc Khanh, who reported it to HPE.
Exploitation Context
Confirmed active exploitation beginning January 2026. Check Point Research identified a large-scale automated campaign by the RondoDox botnet, which logged over 40,000 attack attempts against HPE OneView instances between 05:45 and 09:20 UTC on a single day in January 2026 — a sustained 4-hour attack wave. The botnet was fingerprinted by a distinctive user-agent string and downloaded RondoDox malware from attacker-controlled hosts upon successful exploitation. Targeted sectors: government, financial services, industrial manufacturing. Highest attack volumes in the US, Australia, France, Germany, and Austria. CISA added CVE-2025-37164 to the KEV catalog on 7 January 2026 with a 21-day federal deadline.
Remediation
- Upgrade HPE OneView to version 11.0 immediately — this is the complete fix.
- Apply the emergency hotfix if upgrade is not immediately feasible — the hotfix blocks access to the vulnerable
/rest/id-pools/executeCommandendpoint at the web server layer. - Restrict OneView management interface access: apply firewall rules to limit HTTPS access to the OneView management port to trusted administrative IP ranges only. The management interface should never be internet-accessible.
- Review OneView audit logs for unexpected API calls to
/rest/id-pools/executeCommandfrom external IP addresses, particularly before December 2025. - Check managed infrastructure for unauthorized configuration changes — a compromised OneView server may have been used to modify server firmware, BIOS settings, or boot configurations.
- Rotate OneView administrator credentials and any API tokens used by integrations.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-37164 |
| Vendor / Product | Hewlett Packard Enterprise (HPE) — OneView |
| NVD Published | 2025-12-16 |
| NVD Last Modified | 2026-01-10 |
| CVSS 3.1 Score | 10 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-94 find similar ↗ |
| CISA KEV Added | 2026-01-07 |
| CISA KEV Deadline | 2026-01-28 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-12-16 | HPE Security Bulletin HPESBGN04985 published; CVE published; HPE OneView 11.0 and hotfixes released |
| 2026-01-07 | CISA adds to Known Exploited Vulnerabilities catalog |
| 2026-01-08 | Check Point documents RondoDox botnet campaign: 40,000+ attack attempts in a single 4-hour window |
| 2026-01-28 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| HPE Security Bulletin HPESBGN04985 | Vendor Advisory |
| NVD — CVE-2025-37164 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Rapid7 — HPE OneView Unauthenticated RCE CVE-2025-37164 | Security Research |
| Check Point — Active Exploitation of HPE OneView CVE-2025-37164 | Security Research |
| The Register — RondoDox Botnet Hits HPE OneView | News |