Pro Clan Manager 0.4.2 - Session Fixation

2008.12.18
Credit: hackattack
Risk: High
Local: No
Remote: Yes


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

[HACKATTACK Advisory 20081203]Pro Clan Manager 0.4.2 - Session Fixation Details ************************ Product: Pro Clan Manager CMS Security-Risk: moderated Remote-Exploit: yes Vendor-URL: http://www.proclanmanager.com/ Vendor-Status: informed Advisory-Status: not yet published Credits ************************ Discovered by: David Vieira-Kurz http://www.HACKATTACK.at || http://www.HACKATTACK.eu Affected Products: ---------------------------- Pro Clan Manager 0.4.2 and prior Original Advisory: ************************ http://www.HACKATTACK.at || http://www.HACKATTACK.eu Introduction ************************ Pro Clan Manager is a PHP-based Content Management System. More Details ************************ 1. Cookie_Manipulation: --------------------- The cookie variable "PHPSESSID" parameter can be set to a malicious and arbitrary value. 1.1 Description: In a session fixation attack, the attacker fixes the user's session ID before the user even logs into the target server. After a user's session ID has been fixed, the attacker will wait for them to login. Once the user does so, the attacker uses the predefined session ID value to assume their online identity. Workaround: ************************ 1. Do not accept session identifiers from GET / POST variables. 2.Regenerate SID on each request. 3. Accept only server generated SID: One way to improve security is to not accept session identifiers not generated by server. if ( ! isset( $_SESSION['SERVER_GENERATED_SID'] ) ) { session_destroy(); // destroy all data in session } session_regenerate_id(); // generate a new session identifier $_SESSION['SERVER_GENERATED_SID'] = true; About HACKATTACK ================ HACKATTACK IT SECURITY GmbH is a Penetrationtest and security Auditinf company located in Austria and Germany. Hotline Germany +49 (0)800 20 60 900 Hotline Austria +43 (0)06223 20 6210 More Information about HACKATTACK at http://www.HACKATTACK.at || http://www.HACKATTACK.eu

References:

http://www.securityfocus.com/bid/32606
http://www.securityfocus.com/archive/1/archive/1/498864/100/0/threaded


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top