Cyber Resilience

CVE-2025-22786

High

Published: 15 January 2025

Published
15 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0039 60.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-22786 is a high-severity Path Traversal: '.../...//' (CWE-35) vulnerability in Elementinvader Elementinvader Addons For Elementor. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 39.6% 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-2025-22786 is a path traversal vulnerability (CWE-35 via '.../...//' and CWE-22) in the ElementInvader Addons for Elementor WordPress plugin (elementinvader-addons-for-elementor) that enables PHP local file inclusion. Published on 2025-01-15, it affects all versions from n/a through 1.2.6, with 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).

Low-privileged authenticated users (PR:L) can exploit this remotely over the network (AV:N) with high attack complexity (AC:H) and no user interaction (UI:N). Successful exploitation allows high-impact confidentiality, integrity, and availability violations (C:H/I:H/A:H), such as including arbitrary local PHP files for potential code execution or sensitive data disclosure.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/elementinvader-addons-for-elementor/vulnerability/wordpress-elementinvader-addons-for-elementor-plugin-1-2-6-local-file-inclusion-vulnerability?_s_id=cve details this local file inclusion issue in version 1.2.6 and provides vulnerability-specific guidance for practitioners.

EU & UK References

Vulnerability details

Path Traversal: '.../...//' vulnerability in Element Invader ElementInvader Addons for Elementor elementinvader-addons-for-elementor allows PHP Local File Inclusion.This issue affects ElementInvader Addons for Elementor: from n/a through <= 1.2.6.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Path traversal/LFI in public-facing WordPress plugin allows low-priv authenticated remote users to achieve arbitrary PHP code execution and high-impact access, directly mapping to exploitation of public-facing applications and privilege escalation.

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

CVEs Like This One

CVE-2025-24618Same product: Elementinvader Elementinvader Addons For Elementor
CVE-2025-7360Same product class: WordPress / CMS plugin
CVE-2024-10591Same product class: WordPress / CMS plugin
CVE-2024-13528Same product class: WordPress / CMS plugin
CVE-2025-1661Same product class: WordPress / CMS plugin
CVE-2025-2328Same product class: WordPress / CMS plugin
CVE-2024-13545Same product class: WordPress / CMS plugin
CVE-2024-12129Same product class: WordPress / CMS plugin
CVE-2025-41736Shared CWE-22, CWE-35
CVE-2024-13792Same product class: WordPress / CMS plugin

Affected Assets

elementinvader
elementinvader addons for elementor
≤ 1.2.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validating file path inputs to block path traversal sequences like '.../...//' that enable PHP local file inclusion in this CVE.

prevent

SI-2 mandates timely flaw remediation, including patching the path traversal vulnerability in ElementInvader Addons for Elementor <=1.2.6.

detect

RA-5 vulnerability scanning detects path traversal and LFI flaws in WordPress plugins like the one affected by this CVE.

References