Description
The All-in-One WP Migration and Backup WordPress plugin before 7.106 does not properly sanitise a user-supplied value before using it to build a file path, allowing unauthenticated attackers to create or append a log file in arbitrary locations outside its intended storage directory.
Published: 2026-07-20
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A path‑traversal flaw in the All‑In‑One WP Migration and Backup plugin before 7.106 allows an attacker who is not logged in to supply a crafted file path. The plugin fails to sanitise the input used to build a log file name, permitting the creation or modification of files outside the intended logging directory. This can result in the placement of malicious code or alteration of critical configuration files.

Affected Systems

Any WordPress installation that has the All‑In‑One WP Migration and Backup plugin installed with a version earlier than 7.106 is affected. No additional restrictions are described; the vulnerability is confined to the plugin’s logging mechanism.

Risk and Exploitability

The EPSS score is below 1 % and the vulnerability is not listed in the CISA KEV catalog, indicating that widespread exploitation is unlikely. Nonetheless, the impact is serious because unauthenticated attackers can write arbitrary files, potentially installing backdoors, modifying configuration, or disrupting site operations. The attack is likely to be carried out via an unauthenticated HTTP request to the plugin's log‑creation endpoint carrying a path‑traversal payload. Successful exploitation could give the attacker persistent access or enable pivoting to other services.

Generated by OpenCVE AI on August 5, 2026 at 02:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the All‑In‑One WP Migration and Backup plugin to version 7.106 or later, which eliminates the path‑traversal vulnerability.
  • Configure the web server or an application firewall to reject or block request payloads that contain directory‑traversal sequences (e.g., "../") when targeting the plugin’s logging endpoint.
  • Apply restrictive file‑system permissions to the plugin’s log directories so that only the user under which the web server runs can write, minimizing the damage that attacker could cause if the flaw is exploited.

Generated by OpenCVE AI on August 5, 2026 at 02:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Yaniiliev
Yaniiliev all In One Wp Migration And Backup
Vendors & Products Wordpress
Wordpress wordpress
Yaniiliev
Yaniiliev all In One Wp Migration And Backup

Wed, 05 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-22
CWE-732

Tue, 04 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-22

Wed, 29 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-22

Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22

Wed, 22 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22

Mon, 20 Jul 2026 07:15:00 +0000

Type Values Removed Values Added
Description The All-in-One WP Migration and Backup WordPress plugin before 7.106 does not properly sanitise a user-supplied value before using it to build a file path, allowing unauthenticated attackers to create or append a log file in arbitrary locations outside its intended storage directory.
Title All-in-One WP Migration and Backup < 7.106 - Unauthenticated Arbitrary-Location Log File Write via Path Traversal
References

Subscriptions

Wordpress Wordpress
Yaniiliev All In One Wp Migration And Backup
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-20T15:04:20.034Z

Reserved: 2026-06-22T13:40:42.315Z

Link: CVE-2026-12898

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T10:00:03Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-732

    Incorrect Permission Assignment for Critical Resource