LiveActive security incident?Get immediate response
CVE Record

CVE-2025-24651: WordPress WebToffee WP Backup and Migration plugin <= 1.5.3 - Sensitive Data Exposure vulnerability

Insertion of Sensitive Information into Log File vulnerability in WebToffee WordPress Backup & Migration wp-migration-duplicator allows Retrieve Embedded Sensitive Data.This issue affects WordPress Backup & Migration: from n/a through <= 1.5.3.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE describes sensitive information being written into log files by WebToffee WordPress Backup & Migration through version 1.5.3. If those logs can be retrieved, an unauthenticated attacker may obtain confidential data. The issue is medium severity because confidentiality impact is high, but exploitation is rated high complexity.

Executive priority

Treat this as a moderate-priority WordPress data exposure issue. Prioritize internet-facing WordPress sites, sites handling customer data, and environments where backup or migration logs may include credentials or configuration secrets. No source provided evidence of active exploitation.

Technical view

CVE-2025-24651 is a CWE-532 sensitive-data-in-log-file issue in the WordPress plugin package wp-migration-duplicator. The CVSS 3.1 vector is AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N, indicating unauthenticated network exposure with high complexity and confidentiality-only impact. Sources do not provide exploit details or a confirmed fixed version.

Likely exposure

Likely exposure is WordPress sites using WebToffee WordPress Backup & Migration through version 1.5.3, especially where plugin logs are stored or exposed in retrievable locations. The source bundle lists no CPEs, so asset matching may require plugin inventory rather than scanner-only reliance.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. Based on the CVSS vector, exploitation is remote and unauthenticated but high complexity. The attacker objective would be retrieval of sensitive data embedded in logs, not system takeover.

Researcher notes

Evidence is limited to CVE metadata and Patchstack’s vulnerability entry. The affected-version statement says through 1.5.3, but the bundle does not identify a fixed version, affected CPEs, exploit availability, or detailed log paths. Validate using local plugin inventory and access checks.

Mitigation direction

  • Check vendor and Patchstack guidance for a fixed release or official workaround.
  • Upgrade the plugin if a vendor-supported fixed version is available.
  • Restrict public access to plugin log, backup, and export locations.
  • Remove exposed logs that may contain sensitive information.
  • Rotate credentials or secrets found in exposed plugin logs.

Validation and detection

  • Inventory WordPress sites for wp-migration-duplicator and plugin versions through 1.5.3.
  • Check whether plugin log files are reachable without authentication.
  • Review plugin logs for embedded credentials, tokens, or sensitive configuration data.
  • Confirm security controls block direct web access to logs and backups.
  • Re-scan after remediation to verify the vulnerable version is no longer present.
Prepared
Confidence
medium
Sources
3

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 · low confidence lookup

CWE-532: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2025-24651 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
5.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/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
2Source 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
5.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N2.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.9Medium
CVSS 3.1 vector shape for CVE-2025-24651Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/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
WebToffeeWordPress Backup & Migrationwp-migration-duplicator, 0unaffected
Weakness

CWE details

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

CWE-532 · source CWE mapping

Insertion of Sensitive Information into Log File

Insertion of Sensitive Information into Log File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.