LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6583: Import and export users and customers <= 1.24.2 - Authenticated(Administrator+) Directory Traversal via Recurring Import Functionality

The Import and export users and customers plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 1.24.2 via the Recurring Import functionality. This makes it possible for authenticated attackers, with administrator access and above, to read and delete the contents of arbitrary files on the server including wp-config.php, which can contain sensitive information.

MediumCVSS 6.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw lets a logged-in administrator abuse recurring import handling to reach files outside the intended directory. Sources say arbitrary server files could be read or deleted, including wp-config.php, which may contain database credentials and other secrets.

Executive priority

Treat as a priority hardening item for affected WordPress sites, not a broad emergency. The main business risk is secret exposure or file deletion after administrator account compromise.

Technical view

CVE-2023-6583 is a directory traversal issue in Import and export users and customers for WordPress through version 1.24.2. The vulnerable surface is Recurring Import functionality. CVSS 3.1 is 6.6 with high privileges and high attack complexity, but high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is mainly WordPress sites running the plugin at version 1.24.2 or earlier, especially where administrator accounts are shared, weakly protected, or potentially compromised.

Exploitation context

The source bundle does not show KEV listing or active exploitation. The attacker must already have administrator-level WordPress access, which reduces broad internet risk but makes post-compromise impact significant.

Researcher notes

Evidence supports directory traversal through recurring import with arbitrary file read/delete impact. The bundle does not provide exploit details, observed exploitation, or a named fixed version. Validate against vendor references before declaring remediation complete.

Mitigation direction

  • Check vendor or WordPress plugin guidance for the exact fixed release.
  • Upgrade the plugin beyond 1.24.2 if a supported update is available.
  • Disable or remove the plugin if it is not business-critical.
  • Restrict administrator access to trusted users with MFA enabled.
  • Review and remove unnecessary recurring import configurations.

Validation and detection

  • Inventory WordPress sites using this plugin and record installed versions.
  • Confirm whether any site runs version 1.24.2 or earlier.
  • Review administrator accounts for unexpected users or excessive access.
  • Check recurring import settings for unexpected paths or jobs.
  • Assess sensitive file integrity and backups where exposure is suspected.
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 · low confidence lookup

CWE-98: 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
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-6583 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
6.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/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
3Source 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
6.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H0.75.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2023-6583Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/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
carazoImport and export users and customers0unaffected
Weakness

CWE details

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

CWE-98 · source CWE mapping

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.