CVE-2025-69319
Published: 22 January 2026
Summary
CVE-2025-69319 is a high-severity Code Injection (CWE-94) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.8th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-69319 is an Improper Control of Generation of Code ('Code Injection') vulnerability, classified under CWE-94, in the Beaver Builder Lite version WordPress plugin. This issue affects Beaver Builder versions from n/a through 2.9.4.1 and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H), rated as High severity.
The vulnerability can be exploited by low-privileged authenticated users (PR:L) over the network (AV:N), though it requires high attack complexity (AC:H) and no user interaction (UI:N). Successful attacks enable arbitrary code execution, resulting in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H).
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/beaver-builder-lite-version/vulnerability/wordpress-beaver-builder-plugin-2-9-4-1-arbitrary-code-execution-vulnerability?_s_id=cve details this arbitrary code execution vulnerability in Beaver Builder plugin version 2.9.4.1.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3900
Vulnerability details
Improper Control of Generation of Code ('Code Injection') vulnerability in Beaver Builder Beaver Builder beaver-builder-lite-version allows Code Injection.This issue affects Beaver Builder: from n/a through <= 2.9.4.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Code injection (CWE-94) in public-facing WordPress plugin directly enables exploitation of the web application for RCE (T1190) and deployment of a web shell (T1505.003).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates code injection by enforcing validation and sanitization of inputs processed by the Beaver Builder plugin.
Ensures timely patching and flaw remediation for vulnerable Beaver Builder versions up to 2.9.4.1 to eliminate the code injection vulnerability.
Enforces least privilege to restrict low-privileged authenticated users from accessing plugin features exploitable for code injection.