Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
PR:L reflects required authenticated portal account; C:H for arbitrary file read; I:N and A:N as only read access is demonstrated with no write or denial capability.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
CP Client Arbitrary File Download in Client Portal (Pro) <= 5.6.2 versions.
AnalysisAI
Arbitrary file download via path traversal in the Client Portal (Pro) WordPress plugin versions 5.6.2 and earlier exposes sensitive server-side files to authenticated low-privilege users. The CWE-22 flaw allows any registered portal user to craft a file request that escapes the intended directory boundary and retrieve arbitrary files accessible to the web server process - including wp-config.php containing database credentials. No public exploit or CISA KEV listing exists at time of analysis, but the high confidentiality impact combined with low attack complexity makes this a meaningful data exposure risk on affected WordPress installations.
Technical ContextAI
The vulnerability is a classic path traversal flaw (CWE-22) in the Client Portal (Pro) WordPress plugin developed by Client Portal Ltd. (CPE: cpe:2.3:a:client_portal_ltd.:client_portal_(pro):*:*:*:*:*:*:*:*). Path traversal vulnerabilities occur when user-supplied filename or path parameters containing sequences such as '../' are passed to file system operations without proper sanitization, canonicalization, or boundary enforcement. In WordPress plugin contexts, this commonly affects download or export endpoints that serve portal documents. Because WordPress installations typically store database credentials and configuration secrets in wp-config.php at the web root, a traversal flaw in any plugin with file-serving capability creates a high-value credential theft vector. The CVSS S:U (scope unchanged) indicates the traversal is constrained to files readable by the web server process, not an OS-level privilege escalation.
RemediationAI
Update the Client Portal (Pro) plugin to a version beyond 5.6.2 per the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/leco-client-portal/vulnerability/wordpress-client-portal-pro-plugin-5-6-2-arbitrary-file-download-vulnerability. No exact patched version number is confirmed in the available data - consult the Patchstack advisory and the WordPress plugin repository directly to identify the specific fixed release before upgrading. As a compensating control pending patching, restrict access to the plugin's file download or document retrieval endpoints using a WAF rule that blocks path traversal sequences (e.g., '../', '%2e%2e%2f') in request parameters - note this may cause false positives if legitimate filenames contain dots. Additionally, move wp-config.php one directory above the WordPress web root (a supported WordPress hardening technique) to prevent its exposure even if traversal succeeds, and enforce least-privilege filesystem permissions so the web server process user cannot read files outside the intended document store.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37593