LiveActive security incident?Get immediate response
CVE Record

CVE-2025-53428: WordPress Simple User Registration plugin <= 6.8 - Privilege Escalation vulnerability

Incorrect Privilege Assignment vulnerability in N-Media Simple User Registration wp-registration allows Privilege Escalation.This issue affects Simple User Registration: from n/a through <= 6.8.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the WordPress "Simple User Registration" plugin (versions up to and including 6.8) lets a low-privilege user gain higher privileges on the site. In practical terms, an attacker with a basic account could escalate to a more powerful role and potentially take control of the WordPress site, its content, and its data.

Executive priority

High priority. A successful attacker can gain administrative control of the affected WordPress site, which can lead to defacement, data loss, customer data exposure, and search-engine reputation damage. Patch or disable the plugin on the next available change window and verify no rogue admin accounts exist.

Technical view

CVE-2025-53428 is an Incorrect Privilege Assignment issue (CWE-266) in N-Media's Simple User Registration plugin (wp-registration) affecting versions through 6.8. CVSS 3.1 is 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating network-exploitable privilege escalation requiring only low privileges and no user interaction, with high impact to confidentiality, integrity, and availability.

Likely exposure

Any WordPress site running N-Media Simple User Registration up to and including version 6.8, particularly sites that allow open or self-service registration. Exposure scales with how easy it is for an outsider to obtain a low-privilege account on the affected site.

Exploitation context

Not listed in CISA KEV and no public exploitation has been confirmed in the cited sources. The vulnerability is network-reachable and requires only a low-privilege authenticated session, which lowers the bar for opportunistic abuse on sites with open registration. Treat as exploitable until patched.

Researcher notes

Root cause is mapped to CWE-266 (Incorrect Privilege Assignment) in the wp-registration plugin. The CVE record marks affected versions as "from n/a through <= 6.8" with defaultStatus unaffected, so confirm the fixed version directly with N-Media or Patchstack before relying on a specific upgrade target. No CPEs are published in the source bundle, and the only third-party reference is the Patchstack VDB entry.

Mitigation direction

  • Identify all WordPress sites running the Simple User Registration (wp-registration) plugin.
  • Check N-Media and Patchstack advisories for a fixed version and upgrade promptly.
  • If no fix is available, deactivate the plugin or restrict registration until guidance is published.
  • Disable open self-registration and review existing low-privilege accounts for anomalies.
  • Apply WAF or virtual patching rules from your security vendor where supported.
  • Audit user roles and capabilities to detect unauthorized privilege changes.

Validation and detection

  • Inventory plugin version via wp-admin Plugins page or wp-cli to confirm Simple User Registration <= 6.8.
  • Review the WordPress users table for recently elevated roles or unexpected administrators.
  • Correlate web access logs with registration and profile-update endpoints for suspicious sequences.
  • After patching, re-test that newly registered users cannot alter their assigned role.
  • Confirm Patchstack advisory status and CVE record for any updated fixed-version metadata.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-266: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-53428 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2025-53428Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
N-MediaSimple User Registrationwp-registration, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-266 · source CWE mapping

Incorrect Privilege Assignment

Incorrect Privilege Assignment represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.