Cyber Resilience

CVE-2024-11725

High

Published: 07 January 2025

Published
07 January 2025
Modified
05 June 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0056 68.8th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11725 is a high-severity Missing Authorization (CWE-862) vulnerability in Cozyvision Sms Alert Order Notifications. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 31.2% of CVEs by exploit likelihood; 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-11725 is a vulnerability in the SMS Alert Order Notifications – WooCommerce plugin for WordPress, affecting all versions up to and including 3.7.6. It arises from a missing capability check on the updateWcWarrantySettings() function, enabling unauthorized modification of data that results in privilege escalation (CWE-862). Exploitation requires the woocommerce-warranty plugin to also be installed on the target site. The issue carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and was published on 2025-01-07.

Authenticated attackers with subscriber-level access or higher can exploit this vulnerability remotely over the network with low complexity. By calling the vulnerable function, they can update arbitrary WordPress site options, such as modifying the default user role for registrations to administrator and enabling user registration. This allows attackers to create accounts with full administrative privileges, potentially leading to complete site compromise.

WordPress plugin trac references, including code at helper/return-warranty.php (line 74) and changesets such as 3198056, 3197777, 3199795, and 3207391, document the issue and associated fixes in the sms-alert plugin repository. Security practitioners should update to a version beyond 3.7.6 to apply the capability checks and mitigate the risk.

EU & UK References

Vulnerability details

The SMS Alert Order Notifications – WooCommerce plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the updateWcWarrantySettings() function in all versions up to, and including,…

more

3.7.6. This makes it possible for authenticated attackers, with subscriber-level access and above, to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site. Please note this requires the woocommerce-warranty plugin to be installed in order to be exploited.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Missing capability check enables authenticated privilege escalation via arbitrary option modification to create admin accounts.

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

CVEs Like This One

CVE-2025-26988Same product: Cozyvision Sms Alert Order Notifications
CVE-2025-26984Same product: Cozyvision Sms Alert Order Notifications
CVE-2026-8547Shared CWE-862
CVE-2026-22172Shared CWE-862
CVE-2025-48574Shared CWE-862
CVE-2026-0026Shared CWE-862
CVE-2025-48578Shared CWE-862
CVE-2025-48634Shared CWE-862
CVE-2026-28193Shared CWE-862
CVE-2026-0845Shared CWE-862

Affected Assets

cozyvision
sms alert order notifications
≤ 3.7.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations to directly address the missing capability check allowing unauthorized modification of WordPress options.

prevent

Remediates the specific flaw in the plugin by applying updates that implement the required capability checks.

prevent

Applies least privilege to restrict subscriber-level users from accessing sensitive functions like updating site options, limiting escalation potential.

References