Cyber Posture

CVE-2025-14475

High

Published: 13 December 2025

Published
13 December 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 28.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-14475 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability in Wordpress (inferred from references). 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 28.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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mandates validation and sanitization of the user-supplied shortcode_name parameter to block path traversal attacks enabling LFI and arbitrary PHP execution.

prevent

Requires timely identification, reporting, and patching of the LFI flaw in the Extensive VC Addons plugin versions up to 1.9.1 to prevent exploitation.

prevent

Enforces secure configuration settings for the web server and PHP, such as open_basedir restrictions, to limit file access paths exploitable via the LFI vulnerability.

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?

The LFI vulnerability in the WordPress plugin allows unauthenticated remote attackers to exploit a public-facing web application for arbitrary PHP file inclusion and execution, directly mapping to T1190: Exploit Public-Facing Application.

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

NVD Description

The Extensive VC Addons for WPBakery page builder plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.9.1 via the `extensive_vc_get_module_template_part` function. This is due to insufficient path normalization and validation of the…

more

user-supplied `shortcode_name` parameter in the `extensive_vc_init_shortcode_pagination` AJAX action. This makes it possible for unauthenticated attackers to include and execute arbitrary PHP files on the server, allowing the execution of any PHP code in those files via the `shortcode_name` parameter.

Deeper analysisAI

CVE-2025-14475 is a Local File Inclusion (LFI) vulnerability (CWE-98) affecting the Extensive VC Addons for WPBakery page builder plugin for WordPress in all versions up to and including 1.9.1. The issue stems from insufficient path normalization and validation of the user-supplied `shortcode_name` parameter in the `extensive_vc_init_shortcode_pagination` AJAX action, specifically within the `extensive_vc_get_module_template_part` function. This allows attackers to include and execute arbitrary PHP files on the server via the manipulated parameter.

Unauthenticated attackers can exploit this vulnerability over the network (AV:N) with high attack complexity (AC:H) and no user interaction required (UI:N), earning a CVSS v3.1 base score of 8.1 (C:H/I:H/A:H). By supplying a crafted `shortcode_name` value, they can force the inclusion of arbitrary PHP files, enabling the execution of any PHP code contained within those files and potentially leading to full server compromise, such as remote code execution.

References for CVE-2025-14475 link directly to the plugin's source code in the WordPress trac repository, highlighting vulnerable lines such as lib/helpers-functions.php#L78, shortcodes/shortcodes-functions.php#L122, and shortcodes/shortcodes-functions.php#L142 in tags/1.9.1 and trunk branches. No vendor advisories or patch details are provided in the available information.

Details

CWE(s)

Affected Products

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

CVEs Like This One

CVE-2025-53334Shared CWE-98
CVE-2025-53567Shared CWE-98
CVE-2026-22370Shared CWE-98
CVE-2025-69076Shared CWE-98
CVE-2025-67955Shared CWE-98
CVE-2025-69005Shared CWE-98
CVE-2026-28119Shared CWE-98
CVE-2024-56281Shared CWE-98
CVE-2025-69396Shared CWE-98
CVE-2025-53578Shared CWE-98

References