Rapid7 Vulnerability & Exploit Database

Drupal Views Module Users Enumeration

Back to Search

Drupal Views Module Users Enumeration

Disclosed
07/02/2010
Created
05/30/2018

Description

This module exploits an information disclosure vulnerability in the 'Views' module of Drupal, brute-forcing the first 10 usernames from 'a' to 'z'. Drupal 6 with 'Views' module <= 6.x-2.11 are vulnerable. Drupal does not consider disclosure of usernames as a weakness.

Author(s)

  • Justin Klein Keane
  • Robin Francois <rof@navixia.com>
  • Brandon McCann "zeknox" <bmccann@accuvant.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/scanner/http/drupal_views_user_enum
msf auxiliary(drupal_views_user_enum) > show actions
    ...actions...
msf auxiliary(drupal_views_user_enum) > set ACTION < action-name >
msf auxiliary(drupal_views_user_enum) > show options
    ...show and set options...
msf auxiliary(drupal_views_user_enum) > 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

;