LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
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-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
cve · low confidence lookup

CVE-2024-49689 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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.5Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2024-49689Attack 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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Harmonic DesignHD Quiz – Save Results Lighthd-quiz-save-results-light, 0unaffected
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.