← back to popular plugins
wordfence / plugin · wp-all-export
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel
wp-all-export
total installs
100,000
total vulns
1
critical
0
high
0
medium
0
low
1
latest vuln
—
patched
1
unpatched
0
avg time to patch
—
vulnerabilities
(1)
WP All Export <= 1.4.14 - Unauthenticated Sensitive Information Exposure via PHP Type Juggling
low
✓ patched
cve id
CVE-2026-1582 ↗
cvss score
3.7
cwe
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
published
Feb 17, 2026
The WP All Export plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.4.14 via the export download endpoint. This is due to a PHP type juggling vulnerability in the security token comparison which uses loose comparison (==) instead of strict comparison (===). This makes it possible for unauthenticated attackers to bypass authentication using "magic hash" values when the expected MD5 hash prefix happens to be numeric-looking (matching pattern ^0e\d+$), allowing download of sensitive export files containing PII, business data, or database information.