Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
No advisories yet.
Sat, 01 Aug 2026 11:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Wordpress
Wordpress wordpress Wpvividplugins Wpvividplugins wpvivid — Backup, Migration & Staging |
|
| Vendors & Products |
Wordpress
Wordpress wordpress Wpvividplugins Wpvividplugins wpvivid — Backup, Migration & Staging |
Sat, 01 Aug 2026 09:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | The WPvivid Backup & Migration plugin for WordPress is vulnerable to SQL Injection via the export_data parameter in versions up to, and including, 0.9.131. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The values are received in prepare_export_post(), passed through sanitize_text_field() and stripslashes(), JSON-decoded, and the attacker-controlled JSON object keys are collected as $posts_ids without integer casting. They are stored in the export task options and later joined with commas and interpolated directly into a `WHERE ID IN (...)` clause inside a $wpdb->get_results() call in export_post_to_xml() (unquoted, numeric context), with no $wpdb->prepare() or esc_sql(). This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. | |
| Title | WPvivid <= 0.9.131 - Authenticated (Administrator+) SQL Injection via 'export_data' Parameter | |
| Weaknesses | CWE-89 | |
| References |
|
|
| Metrics |
cvssV3_1
|
Status: PUBLISHED
Assigner: Wordfence
Published:
Updated: 2026-08-01T08:32:27.889Z
Reserved: 2026-07-27T12:52:12.175Z
Link: CVE-2026-17555
No data.
No data.
No data.
OpenCVE Enrichment
Updated: 2026-08-01T11:00:04Z
-
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')