Low (Medium) | Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) |
Description | The web/application server is leaking information via one or more "X-Powered-By" HTTP response headers. Access to such information may facilitate attackers identifying other frameworks/components your web application is reliant upon and the vulnerabilities such components may be subject to. |
|
URL | https://common.lolagrove.com/robots.txt |
Method | GET |
Evidence | X-Powered-By: ASP.NET |
URL | https://common.lolagrove.com/favicon.ico |
Method | GET |
Evidence | X-Powered-By: ASP.NET |
URL | https://common.lolagrove.com/Enablement.QueryList.Lolagrove/v1/api/QueryList/e3796ae838835da0b6f6ea37bcf8bcb7?data=3598a49f1b2f975cf11eb8de442f7a40&apiKey=FQDgHuOrLRLUfjWdur%2FxZoM1Or74cOW0N4S8D8SuO9c%3D |
Method | GET |
Evidence | X-Powered-By: ASP.NET |
URL | https://common.lolagrove.com/sitemap.xml |
Method | GET |
Evidence | X-Powered-By: ASP.NET |
Instances | 4 |
Solution | Ensure that your web server, application server, load balancer, etc. is configured to suppress "X-Powered-By" headers. |
Reference | http://blogs.msdn.com/b/varunm/archive/2013/04/23/remove-unwanted-http-response-headers.aspx http://www.troyhunt.com/2012/02/shhh-dont-let-your-response-headers.html |
CWE Id | 200 |
WASC Id | 13 |
Source ID | 3 |
Low (Medium) | X-Content-Type-Options Header Missing |
Description | The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing. |
|
URL | https://common.lolagrove.com/Enablement.QueryList.Lolagrove/v1/api/QueryList/e3796ae838835da0b6f6ea37bcf8bcb7?data=3598a49f1b2f975cf11eb8de442f7a40&apiKey=FQDgHuOrLRLUfjWdur%2FxZoM1Or74cOW0N4S8D8SuO9c%3D |
Method | GET |
Parameter | X-Content-Type-Options |
Instances | 1 |
Solution | Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages. If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing. |
Other information | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
|
Reference | http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx https://owasp.org/www-community/Security_Headers |
CWE Id | 16 |
WASC Id | 15 |
Source ID | 3 |