CVE-2026-3601 — The User Registration & Membership plugin for WordPress is

CVE-2026-3601 — The User Registration & Membership plugin for WordPress is

CVE-2026-3601 — The User Registration & Membership plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `embed_form_action()` function in all versions up to, and including, 5.1.4. This makes it possible for authenticated attackers, with Con

What This Means For You

  • If your environment is affected by CWE-862, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-3601 updates and patches.

Related ATT&CK Techniques

🛡️ Detection Rules

3 rules · 6 SIEM formats

3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

medium T1505.003 Persistence

CVE-2026-3601 - WordPress User Registration Plugin - Unauthorized Shortcode Appending

Sigma YAML — free preview
title: CVE-2026-3601 - WordPress User Registration Plugin - Unauthorized Shortcode Appending
id: scw-2026-05-05-ai-1
status: experimental
level: medium
description: |
  Detects the exploitation of CVE-2026-3601 in the User Registration & Membership plugin for WordPress. This rule specifically looks for the 'embed_form_action' AJAX action being called, which is vulnerable due to a missing capability check. Attackers can use this to append shortcode content to arbitrary pages, potentially leading to unauthorized content modification or further compromise. This rule targets authenticated users with Contributor-level access or above.
author: SCW Feed Engine (AI-generated)
date: 2026-05-05
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-3601/
tags:
  - attack.persistence
  - attack.t1505.003
logsource:
    category: webserver
detection:
  selection:
      cs-uri|contains:
          - '/wp-admin/admin-ajax.php'
      cs-method:
          - 'POST'
      cs-uri-query|contains:
          - 'action=embed_form_action'
  selection_base:
      sc-status:
          - 200
      condition: selection AND selection_base
  selection_indicators:
      referer|contains:
          - '/wp-admin/'
      condition: selection AND selection_base AND selection_indicators
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-3601 vulnerability CVE-2026-3601
CWE-862 weakness CWE-862
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 05, 2026 at 12:16 UTC

This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-6322: fast-uri Vulnerability Enables URI Authority Hijacking

CVE-2026-6322 — fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined...

vulnerabilityCVEhigh-severitycwe-436
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 3 IOCs /⚙ 2 Sigma

CVE-2025-42611 — RouterOS provides various services that rely on correct

CVE-2025-42611 — RouterOS provides various services that rely on correct verification of client and server certificates to secure confidentiality and integrity of communications. This includes...

vulnerabilityCVEmedium-severitycwe-295
/SCW Vulnerability Desk /MEDIUM /6.5 /⚑ 2 IOCs /⚙ 3 Sigma

CVE-2026-3359: WordPress Form Maker Plugin SQLi Exposes Data

CVE-2026-3359 — The Form Maker by 10Web – Mobile-Friendly Drag & Drop Contact Form Builder plugin for WordPress is vulnerable to SQL Injection via the...

vulnerabilityCVEhigh-severitysql-injectioncwe-89
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 4 IOCs /⚙ 2 Sigma