CVE-2026-9662: Recover Exit For WooCommerce <= 1.0.3 - Unauthenticated Local File Inclusion via 'tpf' Parameter
The Recover Exit For WooCommerce plugin for WordPress is vulnerable to Local File Inclusion in all versions up to and including 1.0.3. This is due to insufficient validation and sanitization of the user-controlled `tpf` POST parameter before it is used in an `include()` path in the `recover_exit()` function. This makes it possible for unauthenticated attackers to perform path traversal and include unintended local PHP files, which can lead to sensitive information exposure and, in certain deployment chains, code execution.
A WooCommerce add-on can let an unauthenticated internet user make WordPress include unintended local PHP files. On affected stores, this can expose sensitive data and, depending on server configuration and file contents, may support code execution. The issue is high severity, but the CVSS vector marks attack complexity as high.
Executive priority
Treat this as urgent for any public WooCommerce site using the plugin. Prioritize inventory and temporary removal because unauthenticated access is enough to reach the vulnerable behavior, and no fixed version is identified in the provided sources.
Technical view
Recover Exit For WooCommerce through 1.0.3 insufficiently validates the user-controlled POST parameter `tpf` before using it in an `include()` path inside `recover_exit()`. The CVE maps this to CWE-98. The reported impact is local file inclusion with high confidentiality, integrity, and availability impact under certain deployment chains.
Likely exposure
Exposure is limited to WordPress sites running Recover Exit For WooCommerce versions up to and including 1.0.3, especially public WooCommerce sites. The source bundle does not identify a fixed version or confirm broader product impact.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. Exploitation is unauthenticated and network-reachable, but rated high complexity, likely because useful impact depends on local files and deployment conditions.
Researcher notes
Primary evidence is the CVE description, Wordfence advisory reference, and WordPress Trac source references around the `recover_exit()` logic. The bundle supports LFI through `tpf`; it does not provide exploit telemetry, proof of active exploitation, or a named patched release.
Mitigation direction
Inventory WordPress sites for Recover Exit For WooCommerce and identify installed versions.
Disable or remove affected versions until vendor guidance confirms a fixed release.
Monitor CVE, Wordfence, and WordPress plugin sources for remediation guidance.
Reduce server-side file exposure and PHP permissions where operationally practical.
Review WAF coverage for generic local file inclusion and traversal patterns.
Validation and detection
Confirm whether Recover Exit For WooCommerce is installed on each WordPress site.
Verify installed versions are not 1.0.3 or earlier unless vendor guidance says otherwise.
Review plugin source for `tpf` reaching an `include()` path in `recover_exit()`.
Check web logs for suspicious unauthenticated POST activity against plugin endpoints.
Confirm affected sites have the plugin disabled, removed, or vendor-remediated.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-98: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
4Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-98 · source CWE mapping
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.