Security readout for executives and security teams
Plain-English summary
WPvivid for WordPress had missing authorization checks in backup restore-related functions through version 0.9.94. An attacker with a valid backup ID could trigger those functions and learn full server file paths. This is mainly an information disclosure issue, not confirmed remote code execution.
Executive priority
Treat as a moderate WordPress plugin exposure. Prioritize patching internet-facing WordPress sites, especially where backups contain sensitive paths or operational details. It is less urgent than code execution flaws, but should not remain unresolved.
Technical view
CVE-2023-4637 is CWE-862 in WPvivid Backup, Migration & Staging. The restore() and get_restore_progress() functions lacked capability checks in affected versions. The CVE text says unauthenticated attackers may invoke them with a backup ID, while the CVSS vector lists PR:L, so privilege requirements are not fully consistent.
Likely exposure
Exposure is limited to WordPress sites running WPvivid Backup, Migration & Staging version 0.9.94 or earlier. Practical risk depends on whether attackers can reach the vulnerable actions and obtain or guess a valid backup ID.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. Available sources describe unauthorized access to restore-related functions and possible disclosure of full file paths, contingent on backup ID access.
Researcher notes
Key uncertainty is access requirement: the description mentions unauthenticated attackers with a backup ID, while CVSS lists low privileges. Validate against the referenced WordPress Trac changeset and local plugin version before declaring exploitability.
Mitigation direction
- Inventory WordPress sites using WPvivid and record installed plugin versions.
- Update affected WPvivid installations according to vendor or WordPress plugin guidance.
- Remove or protect exposed backup artifacts and backup identifiers.
- Limit WordPress admin and plugin access to trusted users only.
- Monitor vendor advisories for the fixed version and related guidance.
Validation and detection
- Confirm WPvivid is not version 0.9.94 or earlier.
- Review plugin code or changelog for added capability checks around restore functions.
- Check logs for unexpected restore or restore-progress requests.
- Verify backup IDs and backup files are not publicly exposed.
- Confirm no public route exposes sensitive backup metadata.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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 lookupCVE-2023-4637 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/bad0bd6b-9c88-4d31-90b5-92d3ceb8c0af?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/wpvivid-backuprestore/trunk/includes/class-wpvivid.php#L3943CVE reference
- https://plugins.trac.wordpress.org/changeset/3023214/wpvivid-backuprestore/trunk/includes/class-wpvivid.php?contextall=1&old=3007861&old_path=%2Fwpvivid-backuprestore%2Ftrunk%2Fincludes%2Fclass-wpvivid.phpCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
