Deserialization of untrusted data
In vBulletin through 5.3.x, there is an unauthenticated deserialization vulnerability that leads to arbitrary file deletion and, under certain circumstances, code execution, because of unsafe usage of PHP's unserialize in vBLibraryTemplate's cacheTemplates function, which is a publicly exposed AP...