Has anyone done any in-depth security analysis of SolarWinds? I notice it's vulnerable to XSS (search for an interface/node and enter: <script>alert( 'boo')</script>).
Also, is there anyway of restricting views, as well as nodes/interfaces, etc. We want to expose pages to customers via a portal. We can prevent them seeing each others detailed node/interface pages, but we also want to stop them seeing who the other customers are, unfortunately, if we want a map per customer, any customer visiting solarwinds/.../AllMaps.aspx will be able to get a nice list of all our customers
. Our solution may involve creating a list of accepted URL's per customer and let the juniper in front of the SW box apply filters based on customers, but this is a bit of a pain!
-
Grant.