LiveActive security incident?Get immediate response
CVE Record

CVE-2023-5504: BackWPup <= 4.0.1 - Authenticated (Administrator+) Directory Traversal

The BackWPup plugin for WordPress is vulnerable to Directory Traversal in versions up to, and including, 4.0.1 via the Log File Folder. This allows authenticated attackers to store backups in arbitrary folders on the server provided they can be written to by the server. Additionally, default settings will place an index.php and a .htaccess file into the chosen directory (unless already present) when the first backup job is run that are intended to prevent directory listing and file access. This means that an attacker could set the backup directory to the root of another site in a shared environment and thus disable that site.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

BackWPup for WordPress allowed an authenticated administrator to redirect backup output into arbitrary writable server folders. In shared hosting, that could interfere with another site by placing protective files in its root, potentially causing availability or integrity impact. This is high risk mainly where administrator accounts are compromised or not tightly controlled.

Executive priority

Prioritize remediation for WordPress estates with shared hosting, multiple sites on one server, or broad administrator access. The main concern is disruption or tampering after admin compromise rather than remote unauthenticated takeover.

Technical view

CVE-2023-5504 is a CWE-22 directory traversal issue in BackWPup through version 4.0.1 via the Log File Folder setting. The CVSS 3.1 score is 8.7 with high privileges required, no user interaction, changed scope, and high integrity and availability impact. The provided sources do not show public exploitation or KEV listing.

Likely exposure

Exposure is limited to WordPress sites running BackWPup versions up to and including 4.0.1 where an attacker has administrator-level access. Shared hosting or multi-site server environments have higher business impact because writable paths may overlap other sites.

Exploitation context

The source describes authenticated administrator abuse of the backup/log folder configuration. It does not cite active exploitation, public weaponization, or unauthenticated access. KEV is false in the supplied bundle.

Researcher notes

The vulnerability hinges on insufficient path restriction in a privileged configuration field. The source bundle includes WordPress Trac references and a changeset, but does not provide detailed patch text in the prompt. Treat exploit status as unconfirmed absent KEV or cited exploitation evidence.

Mitigation direction

  • Upgrade BackWPup beyond affected versions using vendor or WordPress plugin guidance.
  • Restrict and audit WordPress administrator accounts, especially on shared hosting.
  • Reset BackWPup backup and log paths to intended application-owned directories.
  • Review shared hosting permissions to prevent cross-site writable directory overlap.
  • Remove unintended protective files only after confirming ownership and operational impact.

Validation and detection

  • Inventory WordPress sites for BackWPup versions up to and including 4.0.1.
  • Review BackWPup Log File Folder and backup destination settings.
  • Check whether configured paths point outside expected WordPress directories.
  • Audit administrator changes and backup job history around suspicious path changes.
  • Inspect neighboring sites for unexpected index.php or .htaccess files.
Prepared
Confidence
high
Sources
5

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-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell 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-2023-5504 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
High
CVSS
8.7 (3.1)
Known Exploited
No
Published

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

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
8.7CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:H2.35.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.7High
CVSS 3.1 vector shape for CVE-2023-5504Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
wp_mediaBackWPup – WordPress Backup & Restore Plugin0unaffected
Weakness

CWE details

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

CWE-22 · source CWE mapping

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

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.