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.
Published: 2026-07-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Hide My WP Lite plugin (versions 1.3 and earlier) concatenates unvalidated user input from the he_wrapper_js and he_wrapper_css query parameters directly onto the absolute path of the host, which is then passed to file_get_contents and echoed to the client. This flaw allows any attacker to read the contents of any file that the web server can access, including wp-config.php. The wp_kses_post handler contents, so the attacker obtains sensitive configuration and credentials. The a classic path traversal (CWE-22).

Affected Systems

WordPress sites running Hide My WP Lite version 1.3 or older from templatic1, with the Elementor plugin installed and its Hide Elementor feature enabled, are vulnerable releases or that do not have Elementor are not affected.

Risk and Exploitability

The vulnerability has a CVSS score of 7.5, indicating high severity, while the EPSS score of less than 1% shows a very low but non‑zero probability of exploitation. It is not listed in the CISA KEV catalog. Based on the description, the attack vector is inferred to be sending a normal HTTP request with a crafted he_wrapper_js or he_wrapper_css parameter containing a path‑traversal sequence; no authentication is required. The exploit requires the Elementor plugin and the Hide Elementor feature to be active, but once triggered the attacker can read any file accessible to the web‑server process, potentially exposing credentials and other sensitive data.

Generated by OpenCVE AI on July 28, 2026 at 08:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Hide My WP Lite to the latest stable release (1.4 or newer).
  • If an upgrade is not immediately possible, disable the Elementor plugin or turn off the 'Hide Elementor' feature to eliminate the vulnerable endpoint.
  • Configure file‑system permissions so that the web‑server user cannot read sensitive directories such as wp-config.php, and add a web‑application‑firewall rule to block requests that contain path‑traversal patterns in the he_wrapper_js or he_wrapper_css parameters.

Generated by OpenCVE AI on July 28, 2026 at 08:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Templatic1
Templatic1 hide My Wp Lite
Wordpress
Wordpress wordpress
Vendors & Products Templatic1
Templatic1 hide My Wp Lite
Wordpress
Wordpress wordpress

Fri, 10 Jul 2026 08:00:00 +0000

Type Values Removed Values Added
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.
Title Hide My WP Lite <= 1.3 - Unauthenticated Path Traversal to Arbitrary File Read via 'he_wrapper_js' Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Templatic1 Hide My Wp Lite
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T17:01:37.230Z

Reserved: 2026-06-25T14:32:04.252Z

Link: CVE-2026-13347

cve-icon Vulnrichment

Updated: 2026-07-10T16:51:45.470Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T08:30:18Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')