CVE-2026-13347
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Hide My WP Lite plugin for WordPress (versions up to 1.3) contains an arbitrary file read vulnerability in the elementor_assets_filter() function. The function accepts he_wrapper_js or he_wrapper_css query parameters and directly concatenates this user input onto ABSPATH before passing it to file_get_contents() without any path traversal validation, allow-listing, or extension checking. Although output passes through wp_kses_post(), this only filters HTML and does not prevent disclosure of arbitrary file contents. Exploitation requires the Elementor plugin and 'Hide Elementor' feature to be enabled.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Hide My WP Lite plugin is installedCheck the WordPress plugins directory (wp-content/plugins/) for the hide-my-wp folder, or list installed plugins via wp-cli: wp plugin list --name='hide-my-wp'Affected if The plugin folder exists in the WordPress installation
-
Determine installed version of Hide My WP LiteRead the plugin's main PHP file header comment (typically hide-my-wp.php in wp-content/plugins/hide-my-wp/) to find the Version: field, or query via WP-CLI: wp plugin get hide-my-wp --field=versionAffected if The version is 1.3 or lower (any version up to and including 1.3 is affected)
-
Verify Elementor plugin is installedCheck for the elementor folder in wp-content/plugins/, or query via WP-CLI: wp plugin list --name='elementor'Affected if Elementor plugin is present in the WordPress installation
-
Confirm Hide Elementor feature is enabledCheck WordPress options table (wp_options) for option_name containing 'hide_elementor' or 'hmwp_elementor', or inspect the plugin settings file for the enabled state of the Hide Elementor featureAffected if The Hide Elementor feature setting is turned ON or enabled in the plugin configuration
All four conditions must be true for the environment to be affected: Hide My WP Lite version 1.3 or lower is installed, Elementor plugin is present, and the Hide Elementor feature is enabled, allowing the arbitrary file read via he_wrapper_js or he_wrapper_css parameters.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to a patched version of Hide My WP Lite that addresses the path traversal vulnerability, or disable the 'Hide Elementor' feature if the plugin cannot be updated immediately.
Latest version of Hide My WP Lite (verify in WordPress plugin repository; version 1.4 or higher may contain the fix)
- 1. Check if the Hide My WP Lite plugin is actively used on the WordPress site; if not, deactivate and remove it to eliminate the vulnerability.
- 2. Verify whether the Elementor page builder plugin is installed; this vulnerability requires Elementor to be present.
- 3. If Elementor is installed, check whether the 'Hide Elementor' feature within Hide My WP Lite is enabled; the vulnerability only exploits when this feature is active.
- 4. If the plugin is needed, attempt to upgrade Hide My WP Lite to the latest available version from the WordPress plugin repository.
- 5. Alternatively, disable the 'Hide Elementor' feature in Hide My WP Lite settings as a temporary mitigation if upgrading is not immediately possible.
- 6. After upgrading or disabling the feature, verify the fix by confirming he_wrapper_js and he_wrapper_css parameters no longer return arbitrary file contents.
- 7. Consider using a WAF rule to block path traversal patterns (e.g., ../../) in query parameters as an additional layer of protection.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-13347 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-13347 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data