Live Active security incident? Get immediate response
CVE Record

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.

HighCVSS 8.1Not KEV-listed Updated
Glexia's Take high

Analyst readout for executives and security teams

Plain-English summary

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.
Prepared
Confidence
medium
Sources
6

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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-9662 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profile CVE Program record
Severity
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1 CVSS vectors
4 Timeline events
1 ADP providers
6 Source links

SSVC decision data

CISA-ADP CISA 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.

Score Version Severity Vector Exploit Impact Source
8.1 CVSS 3.1 High CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H 2.2 5.9 Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

8.1 High
CVSS 3.1 vector shape for CVE-2026-9662 Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reserved CVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Source timeline Wordfence

    Disclosed

  3. CVE published CVE Program

    The CVE record was published.

  4. CVE updated CVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADP CISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

Vendor Product Version / package Status
plasmatizemedia Recover Exit For WooCommerce 0 unaffected
Weakness

CWE details

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.