Description
The WPvivid — Backup, Migration & Staging WordPress plugin before 0.9.133 does not sanitise a user supplied list of identifiers before using it in a SQL query, allowing administrators to perform SQL injection attacks.
Published: 2026-09-02
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WPvivid Backup & Migration plugin, when installed in a version older than 0.9.133, fails to properly sanitize a list of identifiers supplied by the user before inserting them into a SQL statement. This omission allows an authenticated administrator to inject arbitrary SQL code. An attacker can exploit this flaw to read or alter database contents, potentially compromising the integrity and confidentiality of the site.

Affected Systems

This issue affects the WordPress plugin WPvivid — Backup, Migration & Staging. Versions before 0.9.133 are vulnerable. No specific sub‑version details are provided beyond the threshold. The plugin is typically used on WordPress sites that require backup or migration capabilities.

Risk and Exploitability

The vulnerability is rated as a severe SQL injection flaw but no public CVSS score is available. Because the flaw requires an authenticated administrator account, the attack surface is restricted to sites with compromised or weak admin credentials. The EPSS score is not disclosed, and the vulnerability is not listed in the CISA KEV catalog, suggesting the likelihood of public exploitation is currently unknown but potentially high due to the ease of exploitation once admin access is obtained.

Generated by OpenCVE AI on September 2, 2026 at 08:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the WPvivid plugin to version 0.9.133 or later, which includes a proper input sanitization routine for the identifier list.
  • If an upgrade is not immediately possible, remove or deactivate the WPvivid plugin until a patch is released.
  • Restrict WordPress admin access to trusted personnel, enforce strong password policies, and monitor the database for anomalous query patterns.
  • Review the site's security configuration to ensure that even authenticated administrators cannot perform arbitrary SQL queries through other plugins or custom code.

Generated by OpenCVE AI on September 2, 2026 at 08:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-89

Wed, 02 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The WPvivid — Backup, Migration & Staging WordPress plugin before 0.9.133 does not sanitise a user supplied list of identifiers before using it in a SQL query, allowing administrators to perform SQL injection attacks.
Title WPvivid Backup & Migration < 0.9.133 - Admin+ SQLi via Upload Cleaner Isolation
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-02T06:00:23.929Z

Reserved: 2026-08-28T07:39:00.684Z

Link: CVE-2026-82182

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T06:17:19.890

Modified: 2026-09-02T06:17:19.890

Link: CVE-2026-82182

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:30:13Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')