Cyber Resilience

CVE-2025-15347

High

Published: 20 January 2026

Published
20 January 2026
Modified
15 April 2026
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.0027 18.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-15347 is a high-severity Missing Authorization (CWE-862) vulnerability in Wordpress (inferred from references). 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 18.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-2 (Flaw Remediation).

Deeper analysis

CVE-2025-15347 is a vulnerability in the Creator LMS – The LMS for Creators, Coaches, and Trainers plugin for WordPress, affecting all versions up to and including 1.1.12. It stems from a missing capability check in the get_items_permissions_check function, enabling unauthorized modification of data that can result in privilege escalation. The issue is classified under CWE-862 (Missing Authorization) and 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), indicating high severity due to its potential for significant confidentiality, integrity, and availability impacts.

Authenticated attackers with contributor-level access or higher can exploit this vulnerability remotely with low complexity and no user interaction required. By leveraging the flawed permissions check, they can update arbitrary WordPress options, potentially granting elevated privileges such as administrator access and enabling further site compromise, including data exfiltration, malware injection, or full control over the affected WordPress instance.

The vulnerability was addressed in version 1.1.13 of the plugin, as evidenced by changes in the SettingsController.php file documented in the WordPress plugin trac repository (changeset 3433193). Wordfence has published threat intelligence on the issue, recommending immediate updates to mitigate exploitation risks.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The Creator LMS – The LMS for Creators, Coaches, and Trainers plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check in the get_items_permissions_check function in all versions…

more

up to, and including, 1.1.12. This makes it possible for authenticated attackers, with contributor level access and above, to update arbitrary WordPress options.

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 authorization check directly enables exploitation of the plugin vulnerability for privilege escalation to administrator level.

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

CVEs Like This One

CVE-2026-32658Shared CWE-862
CVE-2026-6506Shared CWE-862
CVE-2025-48574Shared CWE-862
CVE-2025-21396Shared CWE-862
CVE-2021-47701Shared CWE-862
CVE-2026-40349Shared CWE-862
CVE-2024-57726Shared CWE-862
CVE-2025-7665Shared CWE-862
CVE-2024-11936Shared CWE-862
CVE-2025-2815Shared CWE-862

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations, directly addressing the missing capability check that allows unauthorized modification of WordPress options.

prevent

Requires identification, reporting, and correction of flaws like the missing authorization vulnerability, enabling patching to version 1.1.13.

prevent

Limits contributor-level users to least privilege, reducing the impact of privilege escalation via arbitrary option updates.

References