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
Lifecycle Timeline
8DescriptionCVE.org
The Magic Export & Import WordPress plugin before 1.2.0 stores exported CSV files at a publicly accessible location, making it possible for any visitors to leak sensitive user information.
AnalysisAI
Magic Export & Import WordPress plugin before version 1.2.0 stores exported CSV files in a publicly accessible web directory, allowing unauthenticated remote attackers to enumerate and download sensitive user data without authentication. The vulnerability affects all versions prior to 1.2.0, has publicly available proof-of-concept code, and carries moderate real-world risk due to the low attack complexity and high automatable nature of exploitation, though the actual severity is constrained by the fact that CSV export must first occur and require that files remain accessible.
Technical ContextAI
The vulnerability stems from improper output resource restriction (CWE-552), a category covering cases where application-generated files are stored without proper access controls. The Magic Export & Import plugin implements CSV export functionality for WordPress user data but fails to restrict web-accessible directory permissions or implement authentication checks on exported file locations. This allows directory traversal or direct enumeration of predictable file paths to retrieve sensitive exported data. The plugin likely stores exports in a subdirectory of wp-content or similar web-accessible location without .htaccess rules or PHP-level access checks. CPE indicates the affected product is the Magic Export & Import plugin for WordPress, version 0 through 1.2.0.
RemediationAI
Vendor-released patch: upgrade Magic Export & Import to version 1.2.0 or later. This patch should restrict CSV file access via proper directory permissions, .htaccess rules preventing web access to exported files, or relocation of exports to a non-web-accessible directory. As an interim workaround pending upgrade, administrators should manually delete all previously exported CSV files from the web-accessible directory, restrict read permissions on the export directory via .htaccess with 'deny from all' rules, or disable the export functionality entirely via plugin settings until patched. Administrators should also audit access logs to determine if exported files were accessed by unauthorized parties. See WPScan advisory ed6f00de-bbae-4e89-9d0e-ded0d70e781c for detailed patch notes.
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26906