LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2442: Migration, Backup, Staging – WPvivid <= 0.9.74 - Authenticated (Admin+) PHAR Deserialization

The Migration, Backup, Staging – WPvivid plugin for WordPress is vulnerable to deserialization of untrusted input via the 'path' parameter in versions up to, and including 0.9.74. This makes it possible for authenticated attackers with administrative privileges to call files using a PHAR wrapper that will deserialize and call arbitrary PHP Objects that can be used to perform a variety of malicious actions granted a POP chain is also present. It also requires that the attacker is successful in uploading a file with the serialized payload.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw affects WPvivid Backup, Migration & Staging through version 0.9.74. An attacker already holding administrator access could abuse a path handling issue to trigger unsafe PHP object deserialization, but only if they can also upload a crafted file and a usable object chain exists.

Executive priority

Treat as high priority on any WordPress site using WPvivid, especially business-critical sites. The attacker needs admin access, but successful abuse could affect site confidentiality, integrity, and availability. Remediate during the next urgent maintenance window rather than waiting for routine patching.

Technical view

CVE-2022-2442 is CWE-502 deserialization of untrusted input in WPvivid via the path parameter. The advisory describes PHAR wrapper abuse leading to arbitrary PHP object deserialization. Impact is high for confidentiality, integrity, and availability, but prerequisites include authenticated Admin+ access, successful payload upload, and a present POP chain.

Likely exposure

Exposure is limited to WordPress installations running WPvivid Backup, Migration & Staging versions up to and including 0.9.74. Sites without this plugin, or running a fixed later release, are not indicated as affected by the provided sources.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked KEV. Practical exploitation requires administrator privileges plus additional environmental conditions, so this is more likely post-compromise escalation than broad unauthenticated internet exploitation.

Researcher notes

Key constraints matter: Admin+ authentication, file upload success, and a usable POP chain are required. The public record points to PHAR deserialization through the path parameter and a WordPress plugin Trac changeset, but the bundle does not include confirmed exploit-in-the-wild evidence.

Mitigation direction

  • Upgrade WPvivid Backup, Migration & Staging to a vendor-supported version later than 0.9.74.
  • Restrict WordPress administrator access and remove unnecessary admin accounts.
  • Review recent plugin uploads, staging actions, and unexpected filesystem changes.
  • Check vendor, Wordfence, and WordPress plugin guidance for additional hardening.
  • Prioritize sites where admin accounts are shared, weakly protected, or externally managed.

Validation and detection

  • Inventory WordPress sites for the WPvivid plugin and recorded plugin version.
  • Flag any WPvivid version up to and including 0.9.74.
  • Review administrator account activity near backup, migration, and staging workflows.
  • Confirm whether suspicious uploads or file changes occurred before remediation.
  • Verify the plugin remains functional after updating.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-2442 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2022-2442Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wpvividpluginsWPvivid — Backup, Migration & Staging0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.