CVE-2026-28043
WordPress vulnerability analysis and mitigation

Overview

CVE-2026-28043 is a PHP Local File Inclusion (LFI) vulnerability in the ThemeREX "Healer - Doctor, Clinic & Medical WordPress Theme" affecting all versions up to and including 1.0.0. The vulnerability stems from improper control of filenames used in PHP include/require statements (CWE-98), allowing unauthenticated remote attackers to include arbitrary local files. It was published on March 5, 2026, and assigned by Patchstack. It carries a CVSS v3.1 base score of 9.8 (Critical) (Feedly, Patchstack).

Technical details

The root cause is classified under CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program), where user-supplied input is passed unsanitized to a PHP include() or require() statement within the Healer theme. This allows an attacker to manipulate the filename parameter to traverse the file system and include sensitive local files (e.g., /etc/passwd, WordPress wp-config.php). No authentication or user interaction is required, and the attack complexity is low, making it trivially exploitable over the network. No public technical write-up or proof-of-concept code has been identified at this time (Feedly, Patchstack).

Impact

Successful exploitation of this vulnerability can result in high impact across all three security dimensions: confidentiality (exposure of sensitive files such as database credentials, configuration files, and private data), integrity (potential for unauthorized data modification if chained with other vulnerabilities), and availability (possible denial of service or system instability). An unauthenticated attacker with network access could read WordPress configuration files containing database credentials, potentially enabling full site takeover and lateral movement to the underlying database or hosting environment (Feedly).

Exploitability

As of the time of reporting, no public proof-of-concept exploit code has been observed, and there is no evidence of active in-the-wild exploitation. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.053%, indicating a currently low probability of exploitation in the near term. No threat actor attribution has been made (Feedly).

Exploitation steps

  1. Reconnaissance: Identify WordPress sites using the ThemeREX Healer theme (version ≤ 1.0.0) via passive scanning tools (e.g., WPScan, Shodan) or by inspecting page source for theme-specific CSS/JS paths such as /wp-content/themes/healer/.
  2. Identify vulnerable parameter: Locate theme functionality that accepts a filename or template parameter in HTTP requests — typically via GET or POST parameters passed to a PHP include/require call within the theme's code.
  3. Craft LFI payload: Construct a request with a path traversal payload targeting sensitive files, e.g., ?template=../../../../wp-config.php or ?file=../../../etc/passwd, depending on the vulnerable parameter name.
  4. Send the request: Submit the crafted HTTP request to the target WordPress site without any authentication headers or cookies.
  5. Extract sensitive data: Parse the server response for included file contents — database credentials from wp-config.php, system user information from /etc/passwd, or other sensitive configuration data.
  6. Escalate access: Use extracted credentials (e.g., database username/password from wp-config.php) to authenticate to the WordPress admin panel or directly to the database, enabling full site compromise (Feedly).

Indicators of compromise

  • Network: Unusual HTTP GET or POST requests to WordPress theme endpoints containing path traversal sequences (e.g., ../, ..%2F, %2e%2e%2f) in filename-related parameters; requests targeting /wp-content/themes/healer/ with unexpected query parameters.
  • Logs: Web server access logs showing requests with encoded path traversal strings (e.g., %2e%2e, %252e) directed at theme PHP files; repeated 200 responses to requests containing file path patterns like wp-config, passwd, or etc.
  • File System: Unexpected access timestamps on sensitive files such as wp-config.php or system files like /etc/passwd correlating with suspicious web requests.
  • Process: PHP error logs showing include/require failures for unusual file paths, which may indicate failed exploitation attempts (Feedly).

Mitigation and workarounds

No patch has been released by ThemeREX for the Healer theme as of the time of reporting. Administrators should immediately deactivate and remove the Healer theme (versions ≤ 1.0.0) and switch to an alternative theme until a security update is available. Additional mitigations include implementing a Web Application Firewall (WAF) rule to block path traversal patterns in HTTP requests, applying the principle of least privilege to PHP file system access, and reviewing server logs for signs of exploitation. Monitor the ThemeREX vendor and WordPress plugin/theme repositories for any security updates (Feedly, Patchstack).

Community reactions

The vulnerability was included in Wordfence's weekly WordPress vulnerability report for the period of March 2–8, 2026, indicating it received standard industry tracking attention. No notable individual researcher commentary or significant social media discussion has been identified beyond routine vulnerability aggregation (Wordfence Blog).

Additional resources


SourceThis report was generated using AI

Related WordPress vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-15239NONEN/A
  • simple-cloudflare-turnstile
NoYesAug 07, 2026
CVE-2026-15211NONEN/A
  • subscriptions-for-woocommerce
NoYesAug 07, 2026
CVE-2026-15148NONEN/A
  • wp-events-manager
NoYesAug 07, 2026
CVE-2026-16265NONEN/A
  • wp-google-map-plugin
NoYesAug 07, 2026
CVE-2026-16263NONEN/A
  • wp-google-map-plugin
NoYesAug 07, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management