Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
The Livemesh Addons for Elementor plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 9.0. This is due to insufficient sanitization of the template name parameter in the lae_get_template_part() function, which uses an inadequate str_replace() approach that can be bypassed using recursive directory traversal patterns. This makes it possible for authenticated attackers, with Contributor-level access and above, to include and execute arbitrary files on the server, allowing the attacker to include and execute local files via the widget's template parameter granted they can trick an administrator into performing an action or install Elementor.
AnalysisAI
Local file inclusion in Livemesh Addons for Elementor (WordPress plugin) ≤9.0 allows authenticated attackers with Contributor-level privileges to include and execute arbitrary PHP files via recursive directory traversal bypass in widget template parameters. The vulnerability requires Elementor plugin installation and either admin interaction (social engineering) or direct Contributor access. CVSS 8.8 reflects high impact (RCE potential) but limited by authentication requirement. No active exploitation confirmed (not in CISA KEV), but publicly available exploit code exists (Wordfence disclosure with technical details and code references).
Technical ContextAI
The vulnerability exists in the lae_get_template_part() function within the Livemesh Addons for Elementor plugin's helper-functions.php file. The function performs path sanitization using a flawed str_replace() implementation to filter directory traversal sequences. This approach is vulnerable to recursive bypass techniques where patterns like '....//' or '....//' are processed sequentially, leaving residual '../' sequences after initial sanitization passes. The function then uses the insufficiently sanitized template name parameter in PHP file inclusion operations, enabling Local File Inclusion (CWE-98). When combined with PHP file execution contexts, this LFI becomes Remote Code Execution. The affected product CPE (cpe:2.3:a:livemesh:livemesh_addons_by_elementor) identifies all versions through 9.0 as vulnerable. The attack surface requires both the vulnerable Livemesh Addons plugin AND the Elementor page builder plugin to be installed, as the vulnerable code path is accessed through Elementor widget template rendering.
RemediationAI
Primary mitigation: Upgrade Livemesh Addons for Elementor plugin to version 9.1 or later if available (fix version not independently confirmed from provided data - verify with vendor advisory at Wordfence link or WordPress plugin repository changelog). If patch unavailable or upgrade delayed, implement compensating controls: (1) Remove Contributor-level and Editor-level user accounts for untrusted users, restricting content creation to Administrator-only (trade-off: reduces collaborative workflows); (2) Implement Web Application Firewall rules blocking HTTP requests containing recursive directory traversal patterns in Elementor widget parameters (patterns: '....//', '....//', nested '../' sequences); (3) Apply PHP disable_functions directive to restrict file inclusion functions if application architecture permits (trade-off: may break legitimate plugin functionality); (4) Monitor server logs for unusual file access patterns to /etc/passwd, /wp-config.php, or PHP files outside standard plugin directories. Temporary risk reduction: Deactivate Livemesh Addons for Elementor plugin until patch confirmation if business impact is acceptable. Advisories: https://www.wordfence.com/threat-intel/vulnerabilities/id/2483875a-84de-4a40-a69e-aee68da1ce3b?source=cve.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
Same weakness CWE-98 – PHP Remote File Inclusion
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23205