SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-13347

HIGH · CVSS 7.5 EPSS 0.60% Public Exploit

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

CyberRota Analysis

AI-Generated

The Hide My WP Lite plugin for WordPress is vulnerable to Arbitrary File Read, allowing unauthenticated attackers to access sensitive files on the server, such as wp-config, due to inadequate input validation in the elementor_assets_filter() function. This vulnerability affects versions up to and including 1.3 and requires the Elementor plugin with the 'Hide Elementor' feature enabled. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of unauthorized data exposure.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-13347
Severity
HIGH
CVSS
7.5
EPSS
0.60%
WordPress

Original NVD Description

The Hide My WP Lite plugin for WordPress is vulnerable to Arbitrary File Read in versions up to and including 1.3 via the he_wrapper_js and he_wrapper_css query parameters processed by the elementor_assets_filter() function. This is due to the function concatenating user-supplied input directly onto ABSPATH and passing the result to file_get_contents() without any path traversal validation, allow-list, realpath containment, or extension check; the result is then echoed in the HTTP response. Although the output is passed through wp_kses_post(), that function only filters HTML tags and does not prevent disclosure of arbitrary file contents. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the affected site's server (such as wp-config). Note: The exploit requires the Elementor plugin and the 'Hide Elementor' feature to be enabled.