Rapid7 Vulnerability & Exploit Database

WordPress Traversal Directory DoS

Back to Search

WordPress Traversal Directory DoS

Created
05/30/2018

Description

Cross-site request forgery (CSRF) vulnerability in the wp_ajax_update_plugin function in wp-admin/includes/ajax-actions.php in WordPress before 4.6 allows remote attackers to hijack the authentication of subscribers for /dev/random read operations by leveraging a late call to the check_ajax_referer function, a related issue to CVE-2016-6896.

Author(s)

  • Yorick Koster
  • CryptisStudents

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/dos/http/wordpress_directory_traversal_dos
msf auxiliary(wordpress_directory_traversal_dos) > show actions
    ...actions...
msf auxiliary(wordpress_directory_traversal_dos) > set ACTION < action-name >
msf auxiliary(wordpress_directory_traversal_dos) > show options
    ...show and set options...
msf auxiliary(wordpress_directory_traversal_dos) > 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

;