PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-13347 templatic1 CVE debrief

The Hide My WP Lite plugin for WordPress, particularly versions up to and including 1.3, is vulnerable to Arbitrary File Read. This vulnerability allows unauthenticated attackers to read arbitrary files on the affected site's server, potentially exposing sensitive information. The vulnerability exists due to improper validation of user-supplied input in the elementor_assets_filter() function. Users of the Hide My WP Lite plugin should be aware of this vulnerability and take necessary actions to protect their sites.

Vendor
templatic1
Product
Hide My WP Lite
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-10
Original CVE updated
2026-07-10
Advisory published
2026-07-10
Advisory updated
2026-07-10

Who should care

Users of the Hide My WP Lite plugin for WordPress, particularly those with versions up to and including 1.3, should be aware of this vulnerability and take necessary actions to protect their sites. Site administrators, security teams, and operators should review the vulnerability details and implement recommended actions to prevent potential exploitation.

Technical summary

The vulnerability exists in the elementor_assets_filter() function of the Hide My WP Lite plugin. This function concatenates user-supplied input directly onto ABSPATH and passes the result to file_get_contents() without proper validation, allowing attackers to read arbitrary files. The output is passed through wp_kses_post(), which only filters HTML tags and does not prevent disclosure of arbitrary file contents. This makes it possible for unauthenticated attackers to read sensitive files like wp-config.

Defensive priority

High

Recommended defensive actions

  • Update the Hide My WP Lite plugin to a version beyond 1.3.
  • Restrict access to sensitive files and directories.
  • Monitor server logs for suspicious file access attempts.
  • Consider implementing additional security measures such as Web Application Firewalls (WAFs).
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The vulnerability was reported by [email protected]. The CVE record was published on 2026-07-10T08:16:20.857Z and last modified on 2026-07-10T17:16:53.720Z. Evidence is limited to reporter claims and CVE details. Defenders should verify affected versions, confirm exposure, and monitor for suspicious file access attempts.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-10T08:16:20.857Z and has not been modified since then.