Cyber Resilience

CVE-2024-10960

Critical

Published: 12 February 2025

Published
12 February 2025
Modified
20 February 2025
KEV Added
Patch
CVSS Score v3.1 9.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0395 88.6th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-10960 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Brizy Brizy. Its CVSS base score is 9.9 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 11.4% 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-10960 is an arbitrary file upload vulnerability in the Brizy – Page Builder plugin for WordPress, stemming from missing file type validation in the 'storeUploads' function. It affects all versions up to and including 2.6.4. The flaw, associated with CWE-434 (Unrestricted Upload of File with Dangerous Type), has a CVSS v3.1 base score of 9.9 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H), indicating critical severity due to its network accessibility, low complexity, and potential for high-impact confidentiality, integrity, and availability effects.

Authenticated attackers with Contributor-level access or higher can exploit this vulnerability to upload arbitrary files to the affected WordPress site's server. Successful exploitation may enable remote code execution, allowing attackers to execute malicious code in the context of the web server process.

References point to mitigation via an update to Brizy version 2.6.5, as evidenced by the WordPress plugin trac changeset addressing the issue in the editor/zip/archiver.php file. The Wordfence threat intelligence advisory provides further details on the vulnerability. Security practitioners should urge site owners to update the plugin immediately and review access controls for Contributor roles.

EU & UK References

Vulnerability details

The Brizy – Page Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'storeUploads' function in all versions up to, and including, 2.6.4. This makes it possible for authenticated attackers, with…

more

Contributor-level access and above, to upload arbitrary files on the affected site's server which may 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; leads to web shell deployment for RCE.

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

CVEs Like This One

CVE-2025-22763Same product: Brizy Brizy
CVE-2025-46384Shared CWE-434
CVE-2025-13516Shared CWE-434
CVE-2024-13011Shared CWE-434
CVE-2025-8323Shared CWE-434
CVE-2025-21624Shared CWE-434
CVE-2026-35164Shared CWE-434
CVE-2026-2097Shared CWE-434
CVE-2025-12154Shared CWE-434
CVE-2026-42748Shared CWE-434

Affected Assets

brizy
brizy
≤ 2.6.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the arbitrary file upload vulnerability by requiring timely patching of the Brizy plugin to version 2.6.5.

prevent

Enforces validation of file uploads at system boundaries to block dangerous file types, directly addressing the missing file type validation in the storeUploads function.

prevent

Limits exploitation by ensuring Contributor-level users lack unnecessary file upload privileges, reducing the authenticated attack surface.

References