Vulnerabilities > CVE-2020-14933 - Deserialization of Untrusted Data vulnerability in Squirrelmail 1.4.22

047910
CVSS 8.8 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
LOW
Confidentiality impact
HIGH
Integrity impact
HIGH
Availability impact
HIGH
network
low complexity
squirrelmail
CWE-502

Summary

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).

Vulnerable Configurations

Part Description Count
Application
Squirrelmail
1

Common Weakness Enumeration (CWE)