LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24380: Shantz WordPress QOTD <= 1.2.2 - Arbitrary Setting Update via CSRF

The Shantz WordPress QOTD WordPress plugin through 1.2.2 is lacking any CSRF check when updating its settings, allowing attackers to make logged in administrators change them to arbitrary values.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw lets an attacker trick a logged-in administrator into changing Shantz WordPress QOTD settings without the administrator intending it. The public sources do not provide a CVSS score, patch version, or evidence of active exploitation.

Executive priority

Treat this as a targeted WordPress hygiene issue, not a confirmed emergency. Prioritize any public or business-critical WordPress site using this plugin, especially where administrators frequently manage content from shared workstations.

Technical view

CVE-2021-24380 is a CWE-352 CSRF issue in Shantz WordPress QOTD through version 1.2.2. The plugin lacks CSRF checks on settings updates, allowing arbitrary setting changes through an administrator’s authenticated browser session.

Likely exposure

Exposure is limited to WordPress sites running Shantz WordPress QOTD version 1.2.2 or earlier. Sites without this plugin are not affected based on the provided sources.

Exploitation context

No KEV listing and no cited source states active exploitation. Exploitation depends on a logged-in administrator being induced to perform an unintended settings update; business impact depends on the affected settings.

Researcher notes

The source record identifies only the plugin, affected range through 1.2.2, and missing CSRF protection on settings updates. No CVSS vector, fixed version, proof of active exploitation, or detailed impact path is provided in the bundle.

Mitigation direction

  • Identify whether Shantz WordPress QOTD is installed and enabled.
  • If installed at 1.2.2 or earlier, check vendor or WPScan guidance for updates.
  • Disable or remove the plugin if it is not business-critical.
  • Limit administrator browsing while authenticated to trusted sites.
  • Review plugin settings for unexpected changes.

Validation and detection

  • Inventory WordPress plugins across managed sites.
  • Confirm the Shantz WordPress QOTD version where present.
  • Check whether version 1.2.2 or earlier is installed.
  • Review administrative change history and plugin settings for anomalies.
  • Track WPScan and CVE records for updated remediation details.
Prepared
Confidence
medium
Sources
3

Public sources used

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-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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
cve · low confidence lookup

CVE-2021-24380 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownShantz WordPress QOTD1.2.2Listed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.