AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-1582

LOW · CVSS 3.7 EPSS 0.29%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-02-18 · Last synced 2026-08-04

CyberRota Analysis

This is a low severity vulnerability with a CVSS score of 3.7. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-1582
Severity
LOW
CVSS
3.7
EPSS
0.29%
WordPress

Original NVD Description

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.