CVE-2024-49689: WordPress HD Quiz – Save Results Light plugin <= 0.5 - Broken Access Control vulnerability
Missing Authorization vulnerability in Harmonic Design HD Quiz – Save Results Light hd-quiz-save-results-light allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects HD Quiz – Save Results Light: from n/a through <= 0.5.
Security readout for executives and security teams
Plain-English summary
CVE-2024-49689 is a broken access control issue in the WordPress HD Quiz – Save Results Light plugin through version 0.5. A low-privileged authenticated user may be able to affect quiz result data or related availability. The sources rate it medium severity and do not show confirmed active exploitation.
Executive priority
Treat this as a moderate-priority WordPress plugin exposure. It does not show evidence of active exploitation or data theft in the sources, but it can affect integrity or availability where low-privileged accounts exist. Prioritize exposed public WordPress sites and sites with many user accounts.
Technical view
The issue is categorized as missing authorization, CWE-862, in Harmonic Design's hd-quiz-save-results-light WordPress plugin through version 0.5. CVSS 3.1 is 5.4: network reachable, low attack complexity, low privileges required, no user interaction, with low integrity and availability impact and no confidentiality impact.
Likely exposure
Exposure is likely limited to WordPress sites running HD Quiz – Save Results Light version 0.5 or earlier, especially where untrusted or lightly trusted users can authenticate. Sites without this plugin are not indicated as affected by the supplied sources.
Exploitation context
The source bundle does not include exploit details, affected endpoints, or evidence of active exploitation. The CVE is not listed as KEV. The CVSS vector indicates exploitation requires low privileges but no user interaction, so authenticated abuse is the main concern.
Researcher notes
The public details are sparse. Sources identify missing authorization but do not name endpoints, requests, proof of concept, fixed versions, or concrete vendor mitigations. Validation should focus on plugin presence, version, role boundaries, and result-data integrity without assuming details not in the source bundle.
Mitigation direction
Inventory WordPress sites for HD Quiz – Save Results Light through version 0.5.
Check Harmonic Design and Patchstack guidance for an update or official mitigation.
Disable or remove the plugin where it is not business-critical.
Restrict WordPress accounts to trusted users until vendor guidance is applied.
Back up and review quiz result data for unexpected changes.
Validation and detection
Confirm whether the plugin is installed and record its version.
Review application roles allowed to access quiz result functionality.
Validate authorization checks in staging using non-administrator roles.
Review WordPress logs for unusual authenticated activity affecting quiz results.
Document remediation status for each affected WordPress site.
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.
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.
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.
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.