CVE-2025-10726 PUBLISHED

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

Assigner: Wordfence
Reserved: 19.09.2025 Published: 03.10.2025 Updated: 03.10.2025

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.

Metrics

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

Product Status

Vendor quantumrose
Product WPRecovery
Versions Default: unaffected
  • affected from * to 2.0 (incl.)

Credits

  • Muhammad Yudha - DJ finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE