Cyber Resilience

CVE-2024-12848

High

Published: 09 January 2025

Published
09 January 2025
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.0803 92.3th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12848 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 Exploit Public-Facing Application (T1190); ranked in the top 7.7% 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 AC-6 (Least Privilege).

Deeper analysis

The SKT Page Builder plugin for WordPress is vulnerable to arbitrary file uploads because the addLibraryByArchive function lacks a capability check in all versions through 4.6. This flaw is tracked as CVE-2024-12848 and carries a CVSS 3.1 score of 8.8 under CWE-862.

Authenticated attackers who possess at least subscriber-level access can invoke the affected function to upload arbitrary files, resulting in remote code execution on the server. The attack requires no user interaction and can be performed over the network.

Public references, including Wordfence advisory data and WordPress plugin trac changesets, document the availability of patched versions that address the missing authorization check. The EPSS score has remained near 0.08 with only minor fluctuation between its recorded peak and current value.

EU & UK References

Vulnerability details

The SKT Page Builder plugin for WordPress is vulnerable to arbitrary file uploads due to a missing capability check on the 'addLibraryByArchive' function in all versions up to, and including, 4.6. This makes it possible for authenticated attackers, with subscriber-level…

more

access and above, to upload arbitrary files that make remote code execution possible.

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Arbitrary file upload in public-facing WordPress plugin directly enables T1190 exploitation and T1505.003 web shell deployment for RCE.

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

CVEs Like This One

CVE-2024-11270Shared CWE-862
CVE-2025-8418Shared CWE-862
CVE-2026-1720Shared CWE-862
CVE-2025-12975Shared CWE-862
CVE-2025-10690Shared CWE-862
CVE-2025-5394Shared CWE-862
CVE-2025-1307Shared CWE-862
CVE-2026-5464Shared CWE-862
CVE-2026-4326Shared CWE-862
CVE-2026-45209Shared 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 for access to the 'addLibraryByArchive' function, directly addressing the missing capability check that allows arbitrary file uploads by low-privilege users.

prevent

Applies least privilege to restrict subscriber-level users from accessing file upload functions, preventing exploitation of the authorization bypass.

prevent

Remediates the flaw in the SKT Page Builder plugin through timely patching, eliminating the vulnerable 'addLibraryByArchive' function's missing capability check.

References