LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24571: HD Quiz < 1.8.4 - Authenticated Stored XSS

The HD Quiz WordPress plugin before 1.8.4 does not escape some of its Answers before outputting them in attribute when generating the Quiz, which could lead to Stored Cross-Site Scripting issues

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24571 is a stored cross-site scripting issue in the HD Quiz WordPress plugin before 1.8.4. An authenticated user able to manage quiz answers could store unsafe content that is later output in a page attribute. This can affect visitors or administrators viewing the generated quiz.

Executive priority

Treat as a moderate-priority web application risk. Prioritize remediation on public WordPress sites or sites where many users can edit quiz content.

Technical view

The plugin fails to escape some Answer values before placing them into HTML attributes during quiz generation. The source classifies this as CWE-79. The available bundle does not provide CVSS scoring, detailed role requirements, or broad exploit telemetry.

Likely exposure

Exposure is likely limited to WordPress sites using HD Quiz versions before 1.8.4, especially where non-administrative or less-trusted authenticated users can create or edit quiz answers.

Exploitation context

The source bundle does not indicate active exploitation, and KEV is false. Exploitation is authenticated and stored, so risk depends on who can modify quiz content and who later views the affected quiz output.

Researcher notes

Evidence is limited to the CVE description and WPScan reference. The key technical condition is missing escaping of Answer data in HTML attributes. No CVSS vector, proof details, or confirmed in-the-wild exploitation are provided.

Mitigation direction

  • Upgrade HD Quiz to version 1.8.4 or later where available.
  • Restrict quiz creation and answer editing to trusted users.
  • Review existing quiz answers for unexpected embedded content.
  • Check vendor or WPScan guidance for any later remediation details.

Validation and detection

  • Inventory WordPress sites for the HD Quiz plugin.
  • Confirm installed HD Quiz versions are not below 1.8.4.
  • Review roles allowed to create or edit quiz answers.
  • Check recent quiz content changes for suspicious entries.
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 · medium confidence lookup

CWE-79: 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-24571 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
UnknownHD Quiz1.8.4Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.