Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Export All URLs WordPress plugin before 5.1 generates CSV filenames containing posts URLS (including private posts) in a predictable pattern using a random 6-digit number. These files are stored in the publicly accessible wp-content/uploads/ directory. As a result, any unauthenticated user can brute-force the filenames to gain access to sensitive data contained within the exported files.
AnalysisAI
Export All URLs WordPress plugin before version 5.1 exposes private post URLs and sensitive data through predictably named CSV export files stored in the publicly accessible wp-content/uploads/ directory, allowing unauthenticated attackers to enumerate and retrieve these files via brute-force attacks against a simple 6-digit filename pattern.
Technical ContextAI
The Export All URLs plugin implements a CSV export function that generates output files with predictable names based on a 6-digit random number appended to a standard filename pattern. The vulnerability stems from insufficient filename randomization and improper access controls. While no CWE is explicitly provided in the input data, this pattern aligns with CWE-330 (Use of Insufficiently Random Values) and CWE-434 (Unrestricted Upload of File with Dangerous Type). The files are stored in wp-content/uploads/, which is conventionally configured as a publicly accessible web directory in WordPress installations. The plugin fails to implement adequate directory-level access restrictions (such as .htaccess rules or web server configuration) that would prevent direct URL enumeration, allowing attackers to construct predictable file paths and retrieve exported data containing private post information that should not be publicly accessible.
RemediationAI
Update the Export All URLs WordPress plugin to version 5.1 or later immediately via the WordPress admin dashboard (Plugins > Updates) or by downloading the patched version from wpscan.com. Administrators unable to update immediately should restrict direct access to the wp-content/uploads/ directory using web server configuration (Apache .htaccess or Nginx location blocks) to require authentication, or move exported CSV files to a non-publicly-accessible directory once generated. Review server logs and the wp-content/uploads/ directory to identify any previously exported files containing sensitive data and remove them. As a precaution, regenerate any private post URLs if exported files are suspected to have been accessed by unauthorized parties.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17816
GHSA-j528-c652-pjv3