CVE-2026-9662 PUBLISHED

Recover Exit For WooCommerce <= 1.0.3 - Unauthenticated Local File Inclusion via 'tpf' Parameter

Assigner: Wordfence
Reserved: 26.05.2026 Published: 09.06.2026 Updated: 09.06.2026

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.

Metrics

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

Product Status

Vendor plasmatizemedia
Product Recover Exit For WooCommerce
Versions Default: unaffected
  • affected from 0 to 1.0.3 (incl.)

Credits

  • Le Nguyen Khang finder

References

Problem Types

  • CWE-98 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') CWE