An issue was discovered in Pimcore before 5.7.1. An attacker with classes permission can send a POST request to /admin/class/bulk-commit, which will make it possible to exploit the unserialize function when passing untrusted values in the data parameter to bundles/AdminBundle/Controller/Admin/DataObject/ClassController.php.
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Link | Tags |
---|---|
https://snyk.io/vuln/SNYK-PHP-PIMCOREPIMCORE-173998 | third party advisory exploit |
https://github.com/pimcore/pimcore/commit/38a29e2f4f5f060a73974626952501cee05fda73 | third party advisory patch |
http://packetstormsecurity.com/files/152667/Pimcore-Unserialize-Remote-Code-Execution.html | third party advisory vdb entry exploit |
http://www.rapid7.com/db/modules/exploit/multi/http/pimcore_unserialize_rce | third party advisory |
https://www.exploit-db.com/exploits/46783/ | third party advisory vdb entry exploit |
https://blog.certimetergroup.com/it/articolo/security/polyglot_phar_deserialization_to_rce |