← Back to CVE List

CVE-2020-14933

Published: 2020-06-20T13:15Z
Last Modified: 2024-11-21T05:04Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt