Cyber Resilience

CVE-2024-13412

High

Published: 19 March 2025

Published
19 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0024 47.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13412 is a high-severity Missing Authorization (CWE-862) vulnerability in Themeforest (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 47.1th 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-2 (Flaw Remediation).

Deeper analysis

CVE-2024-13412 affects the CozyStay theme for WordPress, specifically due to a missing capability check on the ajax_handler function in all versions up to and including 1.7.0. This vulnerability, classified under CWE-862 (Missing Authorization), enables unauthorized modification of data, with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N). It was published on 2025-03-19.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. Successful exploitation allows attackers to execute arbitrary actions on the targeted WordPress site, resulting in high integrity impacts through unauthorized data modifications.

Advisories reference the CozyStay theme changelog on ThemeForest and Wordfence threat intelligence for details on mitigation. Security practitioners should update the CozyStay theme to a version beyond 1.7.0 where the capability check has been implemented.

EU & UK References

Vulnerability details

The CozyStay theme for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the ajax_handler function in all versions up to, and including, 1.7.0. This makes it possible for unauthenticated attackers to execute arbitrary…

more

actions.

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.
Why these techniques?

The vulnerability is a missing authorization check in a public-facing WordPress theme's AJAX handler, directly enabling remote unauthenticated exploitation of a web application for unauthorized data modification.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

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
CVE-2025-41765Shared CWE-862

Affected Assets

Themeforest
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 mandates enforcement of approved authorizations for access to system resources, addressing the missing capability check in the ajax_handler function that allowed unauthorized data modifications.

prevent

Enforces least privilege to restrict access to only necessary capabilities, mitigating unauthorized arbitrary actions by unauthenticated attackers.

prevent

Requires timely identification, reporting, and remediation of flaws such as the missing authorization in CozyStay theme versions up to 1.7.0.

References