๐Ÿ” CVE Alert

CVE-2025-10726

CRITICAL 9.1

WPRecovery <= 2.0 - Unauthenticated SQL Injection to Arbitrary File Deletion

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

The WPRecovery plugin for WordPress is vulnerable to SQL Injection via the 'data[id]' parameter in all versions up to, and including, 2.0. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Additionally, the result of this SQL injection is passed directly to PHP's unlink() function, allowing attackers to delete arbitrary files on the server by injecting file paths through the SQL query.

CWE CWE-89
Vendor quantumrose
Product wprecovery
Published Oct 3, 2025
Last Updated Apr 8, 2026
Stay Ahead of the Next One

Get instant alerts for quantumrose wprecovery

Be the first to know when new critical vulnerabilities affecting quantumrose wprecovery are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

quantumrose / WPRecovery
0 โ‰ค 2.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/15880d3b-87de-4b59-878c-e36e73c45e8a?source=cve plugins.svn.wordpress.org: https://plugins.svn.wordpress.org/wprecovery/trunk/delete_backup.php plugins.svn.wordpress.org: https://plugins.svn.wordpress.org/wprecovery/trunk/index.php plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wprecovery/tags/2.0/delete_backup.php#L5 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wprecovery/tags/2.0/index.php#L166

Credits

Muhammad Yudha - DJ