SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-15338

HIGH · CVSS 7.5 EPSS 0.55% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-11 · Last synced 2026-08-10

CyberRota Analysis

AI-Generated

The LA-Studio Element Kit for Elementor plugin for WordPress is vulnerable to Local File Inclusion, allowing authenticated users with contributor-level access or higher to include and execute arbitrary PHP files on the server. This vulnerability can lead to unauthorized access, data exposure, or remote code execution due to insufficient path validation and a bypassable extension check. WordPress site administrators using this plugin should prioritize immediate updates to mitigate potential exploitation risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15338
Severity
HIGH
CVSS
7.5
EPSS
0.55%
WordPress

Original NVD Description

The LA-Studio Element Kit for Elementor plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.6.1 via the get_type_template function. This makes it possible for authenticated attackers, with contributor-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included. The wp_normalize_path function used in get_template only normalizes directory separators and does not resolve or reject path traversal sequences, while the extension check is trivially bypassed because the caller already appends the required extension to the traversal payload.