Cyber Resilience

CVE-2024-10574

High

Published: 26 January 2025

Published
26 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
EPSS Score 0.0024 46.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-10574 is a high-severity Missing Authorization (CWE-862) vulnerability in Ays Pro (inferred from references). Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 46.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-10574 is a vulnerability in the Quiz Maker Business, Developer, and Agency plugins for WordPress, stemming from a missing capability check on the 'ays_save_google_credentials' function. It affects all versions up to and including 8.8.0 for Business, 21.8.0 for Developer, and 31.8.0 for Agency. The flaw enables unauthorized modification of data, specifically allowing attackers to alter Google Sheets integration credentials in the plugin's settings. Additionally, the 'client_id' parameter lacks sanitization or escaping when output, enabling cross-site scripting (XSS) via arbitrary web script injection. The issue is classified under CWE-862 (Missing Authorization) with a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N).

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required, achieving a scope change due to its impact on confidentiality and integrity. By targeting the 'ays_save_google_credentials' endpoint, attackers can overwrite Google credentials, potentially disrupting integrations or enabling unauthorized access to linked services. Leveraging the unsanitized 'client_id', they can inject scripts that execute on any page displaying the tampered credentials, leading to session hijacking, data theft, or further site compromise for visiting users.

Vendor advisories, including the Quiz Maker changelog at ays-pro.com/changelog-for-quiz-maker-pro and product page at ays-pro.com/wordpress/quiz-maker, detail the issue, while Wordfence's threat intelligence at wordfence.com/threat-intel/vulnerabilities/id/d8a4feb3-908f-4fff-84f2-099f56d46f5b provides analysis. Mitigation requires updating to patched versions beyond the affected releases, as the vulnerability persists in all listed versions up to the specified endpoints.

EU & UK References

Vulnerability details

The Quiz Maker Business, Developer, and Agency plugins for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'ays_save_google_credentials' function in all versions up to, and including, 8.8.0 (Business), up to, and including,…

more

21.8.0 (Developer), and up to, and including, 31.8.0 (Agency). This makes it possible for unauthenticated attackers to modify the Google Sheets integration credentials within the plugin's settings. Because the 'client_id' parameter is not sanitized or escaped when used in output, this vulnerability could also be leveraged to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Why these techniques?

Missing authorization on public WP plugin endpoint directly enables remote exploitation (T1190); unsanitized client_id output enables stored XSS for session hijacking (T1185).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-67972Shared CWE-862
CVE-2026-45209Shared CWE-862
CVE-2026-25026Shared CWE-862
CVE-2026-42083Shared CWE-862
CVE-2026-0656Shared CWE-862
CVE-2026-24532Shared CWE-862
CVE-2025-13603Shared CWE-862
CVE-2025-69063Shared CWE-862
CVE-2026-3045Shared CWE-862
CVE-2025-67956Shared CWE-862

Affected Assets

Ays Pro
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces approved authorizations to prevent unauthorized modification of Google Sheets credentials due to the missing capability check.

prevent

Validates inputs like the client_id parameter to block injection of arbitrary web scripts during credential updates.

prevent

Filters output of unsanitized client_id to prevent XSS execution on pages displaying tampered credentials.

References