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).
References
Link | Resource |
---|---|
https://www.openwall.com/lists/oss-security/2020/06/20/1 | Mailing List Third Party Advisory |
https://www.openwall.com/lists/oss-security/2020/06/20/1 | Mailing List Third Party Advisory |
Configurations
History
21 Nov 2024, 05:04
Type | Values Removed | Values Added |
---|---|---|
References | () https://www.openwall.com/lists/oss-security/2020/06/20/1 - Mailing List, Third Party Advisory |
07 Nov 2023, 03:17
Type | Values Removed | Values Added |
---|---|---|
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). |
Information
Published : 2020-06-20 13:15
Updated : 2024-11-21 05:04
NVD link : CVE-2020-14933
Mitre link : CVE-2020-14933
CVE.ORG link : CVE-2020-14933
JSON object : View
Products Affected
squirrelmail
- squirrelmail
CWE
CWE-502
Deserialization of Untrusted Data