AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2020-14933

HIGH · CVSS 8.8 EPSS 1.42%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2020-06-20 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

CVE
CVE-2020-14933
Severity
HIGH
CVSS
8.8
EPSS
1.42%

Original NVD Description

compose.php in SquirrelMail 1.4.22 calls unserialize for the $attachments value, which originates from an HTTP POST request. NOTE: the vendor disputes this because these two conditions for PHP object injection are not satisfied: existence of a PHP magic method (such as __wakeup or __destruct), and any attack-relevant classes must be declared before unserialize is called (or must be autoloaded).