Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network-reachable SQLi gives PR:N/AC:L and high confidentiality from database reads; scope unchanged within the app, with at most limited integrity impact and no clear availability effect.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in Everest Backup <= 2.3.12 versions.
AnalysisAI
SQL injection in the Everest Backup WordPress plugin (versions up to and including 2.3.12) lets remote attackers inject arbitrary SQL through an unauthenticated request, per a CVSS 3.1 vector of AV:N/AC:L/PR:N/UI:N and a base score of 9.3. Reported by Patchstack, the flaw primarily exposes backend database contents (C:H) and can affect availability (A:L); no public exploit or active-exploitation evidence is identified at time of analysis. Because it requires no authentication and low complexity, any exposed site running an affected version is reachable directly over the network.
Technical ContextAI
Everest Backup is a WordPress plugin (vendor CPE cpe:2.3:a:everestthemes:everest_backup) providing site backup, restore, and migration functionality, which typically means it handles archive files, database dumps, and privileged operations. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-controllable input is concatenated into a SQL query without proper parameterization or sanitization, so crafted input alters query structure. In WordPress plugins this class of bug usually stems from passing request parameters into $wpdb queries without prepare()/placeholders, and here the entry point is reachable without a valid session.
RemediationAI
Upgrade Everest Backup to a release later than 2.3.12; the provided data does not name an exact fixed version, so administrators should consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/everest-backup/vulnerability/wordpress-everest-backup-plugin-2-3-12-sql-injection-vulnerability) and the plugin's WordPress.org changelog to identify and install the vendor-released patched build. If an update cannot be applied immediately, compensating controls include deploying a WAF or Patchstack's virtual patch to block SQL-injection payloads against the plugin's endpoints, restricting access to the affected plugin routes via web-server rules, or temporarily deactivating and removing the plugin - the trade-off of deactivation is loss of scheduled backup/restore functionality, and WAF rules may require tuning to avoid breaking legitimate backup operations. Do not rely on generic hardening alone, since the vulnerable code path is unauthenticated and directly reachable.
More in Everest Backup
View allThe Everest Backup - WordPress Cloud Backup, Migration, Restore & Cloning Plugin plugin for WordPress is vulnerable to S
Cross-Site Request Forgery (CSRF) in Everest Backup WordPress plugin versions ≤2.3.11 enables unauthenticated attackers
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Everestthemes Everest Backup - WordPress Clo
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57890
GHSA-rx3x-8jh6-43rp