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!
October CMS < 1.0.431 - Cross-Site Scripting Vulnerability
Author
Risk
[
Security Risk Medium
]0day-ID
Category
Date add
CVE
Platform
# Exploit Title: October CMS Stored Code Injection # Exploit Author: Samrat Das # Contact: http://twitter.com/Samrat_Das93 # Website: https://securitywarrior9.blogspot.in/ # Vendor Homepage: *https://octobercms.com/ <https://octobercms.com/>* # Version: All versions till date from 1.0.431 # CVE : CVE- 2018-7198 # Category: WebApp CMS 1. Description The application source code is coded in a way which allows malicious crafted HTML commands to be executed without input validation 2. Proof of Concept 1. Visit the application 2. Visit the Add posts page 3. Goto edit function, add any html based payload and its gets stored and executed subsequently. Proof of Concept Steps to Reproduce: 1. Create any HTML based payload such as: Username:<input type=text> <br> Password: <input type=text> <br> <button type="button">Login</button> 2. This hosted page with form action implemented upon clicked by user will lead to exfiltration of credentials apart from performing a host of other actions such as stored xss and another similiar attacks. 3. Solution: Implement through input validation to reject unsafe html input. # 0day.today [2024-11-16] #