CVE-2026-17555
Last modified
CVE-2026-17555 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wpvividplugins | WPvivid — Backup, Migration & Staging | <= 0.9.131 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-17555?
How severe is CVE-2026-17555?
How do I fix CVE-2026-17555?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-17542The File Manager WordPress plugin before 6.9.1 does not perf…7.5
- CVE-2026-17543Improper escaping of backslashes in attacker-provided parame…9.8
- CVE-2026-17544Attacker-provided inputs to bccomp() could lead to an out-of…9.8
- CVE-2026-1755The Menu Icons by ThemeIsle plugin for WordPress is vulnerab…6.4
- CVE-2026-17550A maliciously crafted DWG or DXF file, when parsed through A…5.5
- CVE-2026-17552Plack::App::Prerender versions before 0.3.0 for Perl can pro…9.1
- CVE-2026-17556A path traversal vulnerability was identified in GitHub Ente…8.8
- CVE-2026-1756The WP FOFT Loader plugin for WordPress is vulnerable to arb…8.8
- CVE-2026-17561Improper Control of Generation of Code ('Code Injection') vu…9.8
- CVE-2026-17566pgAdmin 4's Import/Export Data tool builds a psql \copy (...…9.9
- CVE-2026-17567The Fluent Forms – Customizable Contact Forms, Survey, Quiz,…5.3
- CVE-2026-17568Improper access control in the role membership management en…8.8
Are you affected by CVE-2026-17555?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
