Cyber Resilience

CVE-2024-13800

High

Published: 12 February 2025

Published
12 February 2025
Modified
24 February 2025
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0008 24.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13800 is a high-severity Missing Authorization (CWE-862) vulnerability in Convertplug Convertplus. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.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-13800 is a vulnerability in the ConvertPlus plugin for WordPress, affecting all versions up to and including 3.5.30. It stems from a missing capability check on the 'cp_dismiss_notice' AJAX endpoint, enabling unauthorized modification of data. This flaw, classified under CWE-862 (Missing Authorization), has a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H), highlighting high integrity and availability impacts with network accessibility and low attack complexity.

Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability remotely without user interaction. By sending crafted requests to the AJAX endpoint, they can update WordPress option values to '1', potentially triggering site errors that result in denial of service for legitimate users. Additionally, this could enable certain features, such as registration, by setting relevant options to true.

Advisories from sources like Wordfence detail the issue, with references available at https://www.wordfence.com/threat-intel/vulnerabilities/id/580ae2da-76f2-42b3-a26c-62ad8d6d1686?source=cve and the plugin's product page at https://www.convertplug.com/plus/product/convertplug/ for further guidance on mitigation.

EU & UK References

Vulnerability details

The ConvertPlus plugin for WordPress is vulnerable to unauthorized modification of data that can lead to a denial of service due to a missing capability check on the 'cp_dismiss_notice' AJAX endpoint in all versions up to, and including, 3.5.30. This…

more

makes it possible for authenticated attackers, with Subscriber-level access and above, to update option values to '1' on the WordPress site. This can be leveraged to update an option that would create an error on the site and deny service to legitimate users or be used to set some values to true such as registration.

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?

Missing authorization on public WordPress AJAX endpoint directly enables remote exploitation of a public-facing web application (T1190) by authenticated users to modify options and induce DoS.

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

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

convertplug
convertplus
≤ 3.5.31

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access to system resources, directly addressing the missing capability check on the vulnerable AJAX endpoint that allows unauthorized option modifications.

prevent

Restricts user privileges to the minimum necessary, limiting Subscriber-level accounts from performing sensitive data modifications even if enforcement mechanisms are bypassed.

prevent

Requires timely identification, reporting, and correction of the specific flaw in the ConvertPlus plugin, eliminating the unauthorized modification vulnerability.

References