CVE-2026-0844
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe Simple User Registration plugin for WordPress is vulnerable to privilege escalation in versions up to, and including, 6.7 due to insufficient restriction on the 'profile_save_field' function. This makes it possible for authenticated attackers, with minimal permissions such as a subscriber, to modify their user role by supplying the 'wp_capabilities' parameter during a profile update.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Simple User Registration WordPress plugin (versions up to 6.7) lacks proper access controls in its profile_save_field function, allowing authenticated subscribers to supply the wp_capabilities parameter during profile updates and escalate their privileges to administrator or other higher-privileged roles.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Simple User Registration plugin is installedNavigate to WordPress admin > Plugins, or inspect wp-content/plugins/ directory for a folder named 'simple-user-registration' or similar variantAffected if The plugin folder exists and the plugin is active
-
Check installed plugin versionIn WordPress admin, go to Plugins > Installed Plugins and look for the Simple User Registration entry to read its version number; alternatively, open the main plugin PHP file and check the 'Version' header in the plugin comment blockAffected if Version is 6.7 or lower
-
Confirm WordPress user registration is enabledGo to WordPress admin > Settings > General > 'Membership' setting and check 'Anyone can register' is ticked, and verify the 'New User Default Role' is set to 'Subscriber'Affected if User registration is enabled with Subscriber as the default role
-
Identify existing subscriber-level accountsIn WordPress admin > Users, filter or search for users with the 'Subscriber' role; alternatively, query the wp_usermeta table where meta_key = 'wp_capabilities' and meta_value contains 'subscriber'Affected if There are one or more subscriber accounts in the system
-
Check if profile updates allow capability modificationAs a test (in a non-production environment), attempt to update a subscriber profile via the plugin's profile_save_field function, supplying a wp_capabilities parameter with an administrator role value; observe whether the update succeeds and grants elevated privilegesAffected if The wp_capabilities parameter can be modified by a subscriber user during profile update
A user is affected if the Simple User Registration plugin version is 6.7 or lower, user registration is enabled with subscriber as the default role, and low-privilege subscriber accounts exist in the system.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate to version 6.8 or later once available; alternatively, disable the plugin or remove user registration capabilities from low-privilege accounts until patched.
Simple User Registration plugin version 6.8 or later
- Backup your WordPress site database and files before making any changes
- Navigate to Plugins > Installed Plugins in WordPress admin dashboard
- Locate the Simple User Registration plugin
- Check the current installed version to confirm it is 6.7 or below
- If vulnerable, click 'Update Now' to install the latest version if an update is available
- Alternatively, download the latest version from wordpress.org/plugins/simple-user-registration and upload via Plugins > Add New > Upload Plugin
- After updating, verify the new version number in Plugins > Installed Plugins
- Test that users with subscriber role cannot modify their wp_capabilities parameter via profile updates
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-0844 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-0844 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data