lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: Fri, 14 Nov 2003 14:50:22 +0000
From: Michiel Dethmers <secfoc@...u.co.uk>
To: bugtraq@...urityfocus.com
Subject: PHPlist, file injection vulnerability



PHPlist, http://www.phplist.com is a popular open source newsletter 
application written in PHP.

Recently a file injection vulnerability has been discovered allowing 
remote attackers to issue arbitrary commands on the hosted machine, as 
the webserver user.
The issue has been resolved in the latest release, version 2.6.4 
available at http://www.phplist.com/files

Versions affected: any version up to 2.6.2

If Apache is used, the following .htacces file in the "admin" directory 
will patch the problem for any affected version, provided the server 
permissions allow overriding the relevant directives

<FilesMatch "\.(php|inc)$">
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch "index.php$">
Order allow,deny
allow from all
</FilesMatch>

Michiel Dethmers



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ