LiveActive security incident?Get immediate response
CVE Record

CVE-2021-39333: Hashthemes Demo Importer <= 1.1.1 Improper Access Control Allowing Content Deletion

The Hashthemes Demo Importer Plugin <= 1.1.1 for WordPress contained several AJAX functions which relied on a nonce which was visible to all logged-in users for access control, allowing them to execute a function that truncated nearly all database tables and removed the contents of wp-content/uploads.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A logged-in WordPress user could abuse Hashthemes Demo Importer 1.1.1 or earlier to delete most site data and uploaded media. This is a business continuity risk: a low-privileged or compromised account could effectively destroy a WordPress site’s content.

Executive priority

Treat as urgent for any affected WordPress site because the failure mode is site deletion. Prioritize asset inventory, plugin removal or vendor-approved remediation, and backup validation before normal change windows.

Technical view

The plugin’s AJAX functions used a nonce visible to all logged-in users as access control. That improper authorization allowed execution of a destructive function that truncated nearly all database tables and removed wp-content/uploads contents. CVSS 3.1 is 8.1 high, requiring low privileges and no user interaction.

Likely exposure

Exposure is limited to WordPress sites running Hashthemes Demo Importer version 1.1.1 or earlier. Risk is highest where many users can log in, accounts are weakly protected, or backups are incomplete.

Exploitation context

The source bundle does not show KEV listing or active exploitation. Exploitation requires an authenticated WordPress user account, but no victim interaction is required after login. Impact is destructive integrity and availability loss, not documented data disclosure.

Researcher notes

Evidence supports improper access control in authenticated AJAX handlers, mapped to CWE-284. The bundle identifies destructive database and upload deletion impact, but does not provide a named fixed version, exploitation telemetry, or indicators of compromise.

Mitigation direction

  • Check vendor guidance before relying on any specific patched version.
  • Disable or remove affected plugin versions until remediation is confirmed.
  • Limit WordPress login access to trusted accounts only.
  • Review and remove unnecessary low-privilege WordPress users.
  • Confirm recent, restorable backups cover database and uploads.

Validation and detection

  • Inventory WordPress sites for Hashthemes Demo Importer installations.
  • Verify installed plugin versions are not 1.1.1 or earlier.
  • Review WordPress user accounts for unnecessary or suspicious access.
  • Confirm backup restoration has been tested recently.
  • Check logs for unexpected plugin AJAX activity if available.
Prepared
Confidence
high
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 · 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-39333 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H2.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2021-39333Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/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
HashthemesHashthemes Demo Importer1.1.1Listed
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.