Fading Coder

One Final Commit for the Last Sprint

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

Implementing Active State Styling in DedeCMS Channel Navigation

When implementing navigation menus in DedeCMS where the currently selected category requires distinct styling, the channelartlist tag can be utilized with specific modifications. {dede:channelartlist typeid='6' row='3' currentstyle='active'} <li class='{dede:field.currentstyle/}'> <a href='...