Skip to main content

Import Export Users EUVDEUVD-2025-210597

| CVE-2025-15673 MEDIUM
Path Traversal (CWE-22)
2026-08-03 WPScan GHSA-fghx-qv4v-3qf3
4.9
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
4.9 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
4.9 MEDIUM

Network access with high privileges (admin credentials) required; read-only path traversal yields high confidentiality impact with no integrity or availability effect.

3.1 AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

5
Analysis Generated
Aug 04, 2026 - 18:25 vuln.today
CVSS changed
Aug 04, 2026 - 18:22 NVD
4.9 (MEDIUM)
Patch available
Aug 03, 2026 - 07:01 EUVD
CVE Published
Aug 03, 2026 - 06:00 cve.org
MEDIUM 4.9
CVE Published
Aug 03, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

The Import and export users and customers WordPress plugin before 2.4.3 does not restrict the path of a file it reads and displays during a CSV import, allowing high-privileged users to read arbitrary files on the server.

AnalysisAI

Path traversal in the 'Import and export users and customers' WordPress plugin (versions before 2.4.3) enables high-privileged WordPress users to read arbitrary files on the underlying server by supplying a crafted file path during the CSV import workflow. Confidentiality impact is rated High by NVD (CVSS:3.1 C:H), exposing sensitive server files such as wp-config.php, /etc/passwd, or application secrets. A publicly available proof-of-concept exists via WPScan, though EPSS sits at a low 0.16% (6th percentile), indicating that mass exploitation has not materialized despite POC disclosure - likely because high-privilege access is a prerequisite.

Technical ContextAI

The affected component is a PHP-based WordPress plugin that processes CSV files during user/customer import operations. CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal) is the root cause: the plugin reads and displays file contents referenced by a user-supplied path without sanitizing or constraining that path to a safe directory. An attacker-controlled path such as '../../../wp-config.php' or absolute paths like '/etc/passwd' can therefore be resolved and returned by the server. The CPE string (cpe:2.3:a:unknown:import_and_export_users_and_customers:*:*:*:*:*:wordpress:*:*) confirms this is a WordPress-ecosystem plugin operating in the web server's PHP process context, giving it access to any file readable by the web server user (typically www-data). Because the scope is Unchanged (S:U), access is limited to the single WordPress instance rather than crossing into adjacent systems.

RemediationAI

Update the 'Import and export users and customers' plugin to version 2.4.3 or later, which is the vendor-released patch resolving this path traversal. The WPScan advisory (https://wpscan.com/vulnerability/b1cf540a-1249-4f51-b9a3-804c77ebfd24/) and NVD entry (https://nvd.nist.gov/vuln/detail/CVE-2025-15673) both confirm version 2.4.3 as the fix. If an immediate update is not possible, restrict administrative access to the WordPress dashboard - including the plugin's import functionality - to trusted IP ranges using the web server or WAF layer; this does not fix the underlying flaw but raises the bar for exploitation by shrinking the attacker surface to privileged network segments. Enforcing multi-factor authentication on all WordPress admin accounts is a high-value compensating control given that PR:H is the primary exploitation prerequisite. Disabling the plugin entirely until patching is feasible is also an option if the import feature is not actively needed.

Share

EUVD-2025-210597 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy