PHPList Remote File Inclusion Vulnerability

Source: Internet
Author: User

Affected Versions:
PHPlist 2.6.2

Vulnerability description:

PHPlist is a newsletters application written by PHP.
Because PHPlist does not fully filter user-submitted requests, remote attackers can exploit this vulnerability to include malicious PHP files on the remote server for WEB execution.

<* Reference
Michiel Dethmers (secfoc@kipu.co.uk)
Http://marc.theaimsgroup.com /? L = bugtraq & m = 106883977911662 & w = 2
*>


SEBUG Security suggestions:


Temporary solution:
If you cannot install or upgrade the patch immediately, we recommend that you take the following measures to reduce the threat:
* If Apache is used, use the. htaccess file to restrict "admin" Directory Access:
<FilesMatch ". (php | inc) $">
Order allow, deny
Deny from all
</FilesMatch>
<FilesMatch "index. php $">
Order allow, deny
Allow from all
</FilesMatch>

Vendor patch:
Tincan ltd
----------
The vendor has released a patch to fix this security issue. Please download PHPlist versions 2.6.3 or 2.6.4 from the vendor's homepage:
Http://www.phplist.com/

// Sebug.net [2009-09-05]

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.