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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://wpscan.com/vulnerability/377fd65f-3a8c-4f7a-9e40-046d52ec0eefCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
