LiveActive security incident?Get immediate response
CVE Record

CVE-2026-2284: News Element Elementor Blog Magazine <= 1.0.8 - Missing Authorization to Authenticated (Subscriber+) Data Loss

The News Element Elementor Blog Magazine plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.0.8. This is due to a missing capability check and nonce verification on the 'ne_clean_data' AJAX action. This makes it possible for authenticated attackers, with Subscriber-level access and above, to truncate 8 core WordPress database tables (posts, comments, terms, term_relationships, term_taxonomy, postmeta, commentmeta, termmeta) and delete the entire WordPress uploads directory, resulting in complete data loss.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-2284 affects the WordPress plugin News Element Elementor Blog Magazine through version 1.0.8. A logged-in low-privilege user could trigger a cleanup function that deletes major site content and uploads. The main business risk is sudden website data loss, not data theft.

Executive priority

Treat as a near-term remediation item for affected WordPress sites, especially where users can self-register. Prioritize backup verification and plugin disablement because exploitation can destroy site content and media.

Technical view

The plugin’s ne_clean_data AJAX action lacks authorization and nonce checks. Authenticated Subscriber-level users or higher can cause truncation of core WordPress tables for posts, comments, taxonomy, and metadata, plus deletion of the uploads directory. The CVSS is 5.4, reflecting low privilege required and integrity/availability impact.

Likely exposure

Exposure is limited to WordPress sites running News Element Elementor Blog Magazine up to and including 1.0.8, where untrusted or compromised Subscriber-level accounts exist. Public sources do not state a fixed version.

Exploitation context

The CVE is not listed as CISA KEV in the provided data, and no cited source states active exploitation. Exploitation requires authenticated access, but Subscriber accounts are common on membership, comment, or customer-facing WordPress sites.

Researcher notes

The record attributes the issue to CWE-862: missing authorization. The vulnerable action is documented in the plugin source references. Evidence supports authenticated data-loss impact, but provided sources do not identify a patched release or exploitation in the wild.

Mitigation direction

  • Identify whether the News Element plugin is installed and its version.
  • If affected, disable or remove the plugin pending vendor guidance.
  • Restrict or review Subscriber and other low-privilege accounts.
  • Confirm recent, restorable backups include database and uploads.
  • Monitor vendor, Wordfence, and WordPress plugin repository guidance for a fix.

Validation and detection

  • Inventory WordPress sites for News Element Elementor Blog Magazine versions through 1.0.8.
  • Review whether public registration or untrusted Subscriber accounts are enabled.
  • Check site integrity: posts, comments, taxonomy data, metadata, and uploads.
  • Review logs for suspicious admin-ajax activity referencing ne_clean_data.
  • Test backup restoration in a safe environment.
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-862: 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-2026-2284 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
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

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

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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2026-2284Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
webangonNews Element Elementor Blog Magazine0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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