Cyber Resilience

CVE-2022-2863

MediumPublic PoC

Published: 16 September 2022

Published
16 September 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 4.9 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.1089 93.6th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-2863 is a medium-severity Path Traversal (CWE-22) vulnerability in Wpvivid Migration\, Backup\, Staging. Its CVSS base score is 4.9 (Medium).

Operationally, ranked in the top 6.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Migration, Backup, Staging WordPress plugin before version 0.9.76 contains a path traversal flaw (CWE-22) in which a parameter is used to read file contents without prior sanitization or validation. The issue affects the plugin's file-handling routines and carries a CVSS 4.9 rating that reflects network attack vector, low complexity, and high-privilege requirements while impacting only confidentiality.

High-privilege users such as administrators can supply a crafted parameter to traverse the file system and retrieve arbitrary files stored on the web server. Publicly available proof-of-concept material demonstrates the attack against the WPvivid Backup component.

EPSS for the CVE rose from a low baseline to a peak of 0.5560 on 2025-01-22 before receding to the current value of 0.1089, indicating that exploitation interest increased well after the original disclosure. References such as WPScan and Packet Storm list detailed traversal payloads that confirm the issue is reproducible in vulnerable installations.

EU & UK References

Vulnerability details

The Migration, Backup, Staging WordPress plugin before 0.9.76 does not sanitise and validate a parameter before using it to read the content of a file, allowing high privilege users to read any file from the web server via a Traversal…

more

attack

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

wpvivid
migration\, backup\, staging
≤ 0.9.76

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References