LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36668: JetBackup – WP Backup, Migrate & Restore <= 1.4.0 - Sensitive Information Disclosure

The JetBackup – WP Backup, Migrate & Restore plugin for WordPress is vulnerable to sensitive information disclosure in versions up to, and including, 1.4.0 due to a lack of proper capability checking on the backup_guard_get_manual_modal function called via an AJAX action. This makes it possible for subscriber-level attackers, and above, to invoke the function and obtain database table information.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw affects the JetBackup WordPress backup plugin through version 1.4.0. A logged-in low-privilege user, such as a subscriber, could obtain database table information because an AJAX function lacked proper permission checks. It is an information disclosure issue, not described as code execution or site takeover.

Executive priority

Treat this as a moderate-priority WordPress hygiene issue. It is not reported as actively exploited, but backup plugins handle sensitive operational context. Prioritize sites with public registration, many subscribers, or higher-value databases.

Technical view

CVE-2020-36668 is CWE-200 in JetBackup – WP Backup, Migrate & Restore. The backup_guard_get_manual_modal function, reachable through an AJAX action, lacked proper capability checking. The reported impact is disclosure of database table information to subscriber-level authenticated users and above. CVSS 3.1 is 4.3: AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N.

Likely exposure

Exposure is most likely on WordPress sites using JetBackup – WP Backup, Migrate & Restore version 1.4.0 or earlier, especially where untrusted users can register or hold subscriber-level accounts. Sites without this plugin, without affected versions, or without low-privilege users are less likely to be exposed.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation evidence. Exploitation requires authenticated WordPress access at subscriber level or higher. The known impact is limited confidentiality exposure of database table information, which may aid reconnaissance but is not itself full compromise.

Researcher notes

The source bundle identifies the vulnerable function and missing capability check, but does not provide enough detail to name a specific fixed version safely. The WordPress changeset reference likely contains remediation context, but this analysis avoids inferring more than the bundle states.

Mitigation direction

  • Inventory WordPress sites for the JetBackup plugin and installed version.
  • If version 1.4.0 or earlier is present, upgrade to a vendor-supported fixed release or disable the plugin.
  • Review whether public registration or untrusted subscriber accounts are enabled.
  • Check vendor and WordPress plugin guidance for the exact corrected release.
  • Remove unnecessary low-privilege WordPress accounts on affected sites.

Validation and detection

  • Confirm whether JetBackup – WP Backup, Migrate & Restore is installed.
  • Record plugin versions and flag any at 1.4.0 or earlier.
  • Review WordPress users with subscriber-level or higher access.
  • Review logs for unusual authenticated AJAX activity against backup plugin functionality.
  • After remediation, verify low-privilege users cannot access backup metadata views.
Prepared
Confidence
high
Sources
4

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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36668 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
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

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
4Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2020-36668Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
backupguardJetBackup – Backup, Restore & Migrate0unaffected
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.