Cyber Resilience

CVE-2024-9195

High

Published: 28 February 2025

Published
28 February 2025
Modified
11 March 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.0010 27.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-9195 is a high-severity Missing Authorization (CWE-862) vulnerability in Whmpress Whmcs Client Area. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 27.9th 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 AC-6 (Least Privilege).

Deeper analysis

CVE-2024-9195 is a privilege escalation vulnerability in the WHMPress - WHMCS Client Area plugin for WordPress, stemming from a missing capability check in the update_settings case of the /admin/ajax.php file. This flaw affects all versions up to and including 4.3-revision-3, allowing unauthorized modification of WordPress site options. Classified under CWE-862 (Missing Authorization) with 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), it enables attackers to alter core site configurations without proper permissions.

Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By sending crafted requests to the affected endpoint, they can update arbitrary WordPress options, such as changing the default user role for new registrations to administrator and enabling user registration. This allows attackers to self-register with administrative privileges, potentially leading to full site compromise including data exfiltration, further malware deployment, or complete control over the WordPress instance.

Advisories from Wordfence detail the vulnerability and recommend updating to a patched version beyond 4.3-revision-3, as referenced in their threat intelligence report. The plugin's Codecanyon page provides additional context on the WHMPress addon. Security practitioners should scan environments for the vulnerable plugin versions, enforce least-privilege access for subscribers, and monitor for suspicious option updates in the WordPress database.

EU & UK References

Vulnerability details

The WHMPress - WHMCS Client Area plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the update_settings case in the /admin/ajax.php file in all versions up…

more

to, and including, 4.3-revision-3. 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.

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.
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?

Missing authorization in public-facing WordPress plugin directly enables remote authenticated privilege escalation to admin via option manipulation.

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

CVEs Like This One

CVE-2026-4100Shared CWE-862
CVE-2026-32501Shared CWE-862
CVE-2025-31194Shared CWE-862
CVE-2026-6963Shared CWE-862
CVE-2025-6380Shared CWE-862
CVE-2026-0506Shared CWE-862
CVE-2025-2110Shared CWE-862
CVE-2025-27270Shared CWE-862
CVE-2026-6510Shared CWE-862
CVE-2026-0974Shared CWE-862

Affected Assets

whmpress
whmcs client area
4.3 · ≤ 4.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the missing capability check by enforcing approved authorizations to prevent unauthorized modification of WordPress options via the plugin's AJAX endpoint.

prevent

Enforces least privilege to restrict subscriber-level users from escalating privileges by altering default registration roles or enabling user registration.

prevent

Remediates the specific flaw in WHMPress plugin versions up to 4.3-revision-3 by identifying and applying timely patches to eliminate the authorization bypass.

References