AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-10726

CRITICAL · CVSS 9.1 EPSS 0.40%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-10-03 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.1. It affects WordPress. It involves a SQL injection risk. Exploitation may require the attacker to be authenticated.

CVE
CVE-2025-10726
Severity
CRITICAL
CVSS
9.1
EPSS
0.40%
WordPress

Original NVD Description

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.