Rapid7 Vulnerability & Exploit Database

DoliWamp 'jqueryFileTree.php' Traversal Gather Credentials

Back to Search

DoliWamp 'jqueryFileTree.php' Traversal Gather Credentials

Disclosed
01/12/2014
Created
05/30/2018

Description

This module will extract user credentials from DoliWamp - a WAMP packaged installer distribution for Dolibarr ERP on Windows - versions 3.3.0 to 3.4.2 by hijacking a user's session. DoliWamp stores session tokens in filenames in the 'tmp' directory. A directory traversal vulnerability in 'jqueryFileTree.php' allows unauthenticated users to retrieve session tokens by listing the contents of this directory. Note: All tokens expire after 30 minutes of inactivity by default.

Author(s)

  • bcoles <bcoles@gmail.com>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/gather/doliwamp_traversal_creds
msf auxiliary(doliwamp_traversal_creds) > show actions
    ...actions...
msf auxiliary(doliwamp_traversal_creds) > set ACTION < action-name >
msf auxiliary(doliwamp_traversal_creds) > show options
    ...show and set options...
msf auxiliary(doliwamp_traversal_creds) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;