Securing DedeCMS: A Guide to Common Vulnerabilities and Patches
Arbitrary File Upload in Media Manager The file dede/media_add.php is vulnerable to arbitrary file uploads. An attacker could upload a malicious script. Patch Locate the line assigning the full filename (around line 69) and replace it with the following code: if (preg_match('/\.(php|pl|cgi|asp|aspx...