|
|||||||||||
|
[MajorSecurity Advisory #51]Virtual Hosting Control System - Session fixation Issue
From: <admin(at)majorsecurity.de>
Date: Sat Jul 21 2007 - 04:49:56 EDT
Details Product: Virtual Hosting Control System Affected version: 2.4.7.1 and prior Remote-Exploit: yes Vendor-URL: http://www.vhcs.net Vendor-Status: informed Advisory-Status: published Credits Discovered by: David Vieira-Kurz http://www.majorsecurity.de Original Advisory: http://www.majorsecurity.de/index_2.php?major_rls=major_rls51 Introduction "VHCS is a Professional Control Panel Software for shared, reseller, virtual and dedicated server management." - from vhcs.net More Details
1.1 Description:
PoC: http://localhost/vhcs2-2.4.7.1/gui/?PHPSESSID=15031988 Workaround:
2.Regenerate SID on each request.
3. Accept only server generated SID:
if ( ! isset( $_SESSION['SERVER_GENERATED_SID'] ) ) {
session_destroy(); // destroy all data in session
}
History/Timeline 18.07.2007 discovery of the vulnerability 20.07.2007 contacted the vendor 20.07.2007 hotfix sent to the vendor 21.07.2007 advisory is written 21.07.2007 advisory released MajorSecurity MajorSecurity is a non-profit German penetration testing and security research project which consists of only one person at the present time. http://www.majorsecurity.de/ Received on Sat Jul 21 12:04:56 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 28 2007 - 06:09:52 EDT |
||||||||||
|
|||||||||||