CVE-2026-9662

WordPress · Recover Exit For WooCommerce Plugin

The "Recover Exit For WooCommerce" WordPress plugin is vulnerable to Local File Inclusion (LFI), which could allow attackers to access sensitive server files.

Executive summary

A Local File Inclusion vulnerability in the Recover Exit For WooCommerce plugin for WordPress exposes the host server to potential information disclosure and unauthorized access.

Vulnerability

The plugin is susceptible to Local File Inclusion (LFI), allowing an attacker to include files on the server that should not be accessible. This vulnerability typically allows an unauthenticated attacker to read sensitive configuration files or perform path traversal.

Business impact

An LFI vulnerability is critical as it can lead to the exposure of configuration files (e.g., wp-config.php), database credentials, or system information. Given the CVSS score of 8.1, the risk of total site compromise is high, necessitating immediate action to secure the WordPress installation.

Remediation

Immediate Action: Update the "Recover Exit For WooCommerce" plugin to the latest available version or remove the plugin if it is not strictly required.

Proactive Monitoring: Review WordPress access logs for path traversal patterns (e.g., ../../) and unexpected file access attempts.

Compensating Controls: Utilize a security plugin or WAF with LFI protection rules to block malicious input patterns.

Exploitation status

Public Exploit Available: false

Analyst recommendation

Plugin-based vulnerabilities are a common attack vector for WordPress sites. Administrators must update the affected plugin immediately or disable it to prevent attackers from leveraging this LFI flaw to gain unauthorized access to the underlying server.