LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36909: WordPress WP Reset PRO Premium plugin <= 5.98 - Authenticated Database Reset vulnerability

Authenticated Database Reset vulnerability in WordPress WP Reset PRO Premium plugin (versions <= 5.98) allows any authenticated user to wipe the entire database regardless of their authorization. It leads to a complete website reset and takeover.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

WP Reset PRO for WordPress versions 5.98 and earlier allowed any logged-in user to reset the site database, even without administrator authority. That could erase website content and configuration, enabling a full site reset and possible takeover. The provided sources do not show active exploitation, and CISA KEV status is false.

Executive priority

Treat this as a high-priority WordPress remediation because a low-privileged account could destroy site data and disrupt operations. Prioritize internet-facing production sites, especially those allowing user registration or many non-admin accounts.

Technical view

This is an authenticated authorization failure in WebFactory WP Reset PRO <= 5.98, mapped to CWE-284. With network access and low privileges, an authenticated user could trigger database reset functionality without proper authorization checks. CVSS 3.1 is 8.8 with high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to WordPress sites running WP Reset PRO Premium version 5.98 or earlier with any untrusted, compromised, or excessive authenticated user accounts. Public sites with broad subscriber registration or weak account hygiene have higher practical risk.

Exploitation context

The vulnerability requires authentication but not elevated authorization. The source bundle states any authenticated user could wipe the database. No provided source or KEV entry confirms active exploitation, so exploitation status should be treated as unconfirmed.

Researcher notes

Evidence supports an authenticated authorization bypass affecting database reset behavior in WP Reset PRO <= 5.98. The bundle does not include proof-of-concept details, exploit-in-the-wild confirmation, or exact fixed version text beyond references to vendor and Patchstack advisories.

Mitigation direction

  • Upgrade WP Reset PRO to a vendor-fixed release newer than 5.98.
  • Review the vendor changelog and Patchstack advisory for exact remediation guidance.
  • Restrict unnecessary WordPress user accounts until remediation is complete.
  • Confirm reliable database and site backups exist before and after updating.
  • Monitor for unexpected resets, new administrators, or configuration changes.

Validation and detection

  • Inventory WordPress sites for WP Reset PRO Premium installations.
  • Confirm installed plugin versions are greater than 5.98.
  • Review whether public registration or low-trust authenticated users are enabled.
  • Check recent audit logs for database reset events or administrator changes.
  • Validate backups can restore content and configuration if needed.
Prepared
Confidence
high
Sources
5

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 · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration 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-2021-36909 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
4Source 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-2021-36909Attack 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
WebFactory Ltd.WP Reset PRO<= 5.98Listed
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.