Name | Risk Level | Number of Instances |
CSP: script-src unsafe-inline | Medium | 10 |
CSP: style-src unsafe-inline | Medium | 10 |
CSP: Wildcard Directive | Medium | 10 |
X-Frame-Options Header Not Set | Medium | 8 |
Absence of Anti-CSRF Tokens | Low | 8 |
Cookie No HttpOnly Flag | Low | 4 |
Cookie Without SameSite Attribute | Low | 5 |
Cookie Without Secure Flag | Low | 2 |
Cross-Domain JavaScript Source File Inclusion | Low | 14 |
Incomplete or No Cache-control and Pragma HTTP Header Set | Low | 9 |
Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) | Low | 21 |
Information Disclosure - Suspicious Comments | Informational | 7 |
Timestamp Disclosure - Unix | Informational | 4 |
Medium (Medium) | CSP: script-src unsafe-inline |
Description | script-src includes unsafe-inline. |
|
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/ |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/sitemap.xml |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
Instances | 10 |
Solution | Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header. |
Reference | http://www.w3.org/TR/CSP2/ http://www.w3.org/TR/CSP/ http://caniuse.com/#search=content+security+policy http://content-security-policy.com/ https://github.com/shapesecurity/salvation https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 16 |
WASC Id | 15 |
Source ID | 3 |
Medium (Medium) | CSP: style-src unsafe-inline |
Description | style-src includes unsafe-inline. |
|
URL | https://v3.lolagrove.com/sitemap.xml |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/ |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
Instances | 10 |
Solution | Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header. |
Reference | http://www.w3.org/TR/CSP2/ http://www.w3.org/TR/CSP/ http://caniuse.com/#search=content+security+policy http://content-security-policy.com/ https://github.com/shapesecurity/salvation https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 16 |
WASC Id | 15 |
Source ID | 3 |
Medium (Medium) | CSP: Wildcard Directive |
Description | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: frame-ancestors, form-action The directive(s): frame-ancestors, form-action are among the directives that do not fallback to default-src, missing/excluding them is the same as allowing anything. |
|
URL | https://v3.lolagrove.com/sitemap.xml |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/ |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | Content-Security-Policy |
Evidence | default-src https: 'unsafe-inline' 'unsafe-eval';img-src 'self' https: data:; |
Instances | 10 |
Solution | Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header. |
Reference | http://www.w3.org/TR/CSP2/ http://www.w3.org/TR/CSP/ http://caniuse.com/#search=content+security+policy http://content-security-policy.com/ https://github.com/shapesecurity/salvation https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 16 |
WASC Id | 15 |
Source ID | 3 |
Medium (Medium) | X-Frame-Options Header Not Set |
Description | X-Frame-Options header is not included in the HTTP response to protect against 'ClickJacking' attacks. |
|
URL | https://v3.lolagrove.com/ |
Method | GET |
Parameter | X-Frame-Options |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | X-Frame-Options |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Parameter | X-Frame-Options |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Parameter | X-Frame-Options |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Parameter | X-Frame-Options |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Parameter | X-Frame-Options |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Parameter | X-Frame-Options |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Parameter | X-Frame-Options |
Instances | 8 |
Solution | Most modern Web browsers support the X-Frame-Options HTTP header. Ensure it's set on all web pages returned by your site (if you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive. |
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options |
CWE Id | 16 |
WASC Id | 15 |
Source ID | 3 |
Low (Medium) | Absence of Anti-CSRF Tokens |
Description | No Anti-CSRF tokens were found in a HTML submission form. A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf. CSRF attacks are effective in a number of situations, including: * The victim has an active session on the target site. * The victim is authenticated via HTTP auth on the target site. * The victim is on the same local network as the target site. CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy. |
|
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Evidence | <form method="post" action="/Admin/Login.aspx?AspxAutoDetectCookieSupport=1" onsubmit="javascript:return WebForm_OnSubmit();" id="form1"> |
URL | https://v3.lolagrove.com/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZHnKxI2GgYc8rbE2MWhdtlomWVmki4urey0lGVRAWWKPaLqgDw2&t=637321989357241717 |
Method | GET |
Evidence | <form method="post"> |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Evidence | <form method="post" action="./forgotpassword.aspx" id="form1" class="login-form main-form bg-white shadow-fx-dark needs-validation" novalidate=""> |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Evidence | <form method="post" action="./ForgotPassword.aspx" id="form1" class="login-form main-form bg-white shadow-fx-dark needs-validation" novalidate=""> |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Evidence | <form method="post" action="./Login.aspx?AspxAutoDetectCookieSupport=1" onsubmit="javascript:return WebForm_OnSubmit();" id="form1"> |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Evidence | <form method="post" action="./ForgotPassword.aspx" id="form1" class="login-form main-form bg-white shadow-fx-dark needs-validation" novalidate=""> |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Evidence | <form method="post" action="./forgotpassword.aspx" id="form1" class="login-form main-form bg-white shadow-fx-dark needs-validation" novalidate=""> |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Evidence | <form method="post" action="./Login.aspx?AspxAutoDetectCookieSupport=1" onsubmit="javascript:return WebForm_OnSubmit();" id="form1"> |
Instances | 8 |
Solution | Phase: Architecture and Design Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid. For example, use anti-CSRF packages such as the OWASP CSRFGuard. Phase: Implementation Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script. Phase: Architecture and Design Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330). Note that this can be bypassed using XSS. Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation. Note that this can be bypassed using XSS. Use the ESAPI Session Management control. This control includes a component for CSRF. Do not use the GET method for any request that triggers a state change. Phase: Implementation Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons. |
Other information | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF] was found in the following HTML form: [Form 1: "__EVENTTARGET" "__EVENTARGUMENT" "__VIEWSTATE" "__VIEWSTATEGENERATOR" "txtInput" "txtPassword" "lnkBtnLogin" ]. |
|
Reference | http://projects.webappsec.org/Cross-Site-Request-Forgery http://cwe.mitre.org/data/definitions/352.html |
CWE Id | 352 |
WASC Id | 9 |
Source ID | 3 |
Low (Medium) | Cookie No HttpOnly Flag |
Description | A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible. |
|
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | ApplicationGatewayAffinity |
Evidence | Set-Cookie: ApplicationGatewayAffinity |
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | ApplicationGatewayAffinityCORS |
Evidence | Set-Cookie: ApplicationGatewayAffinityCORS |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | ApplicationGatewayAffinityCORS |
Evidence | Set-Cookie: ApplicationGatewayAffinityCORS |
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | ApplicationGatewayAffinity |
Evidence | Set-Cookie: ApplicationGatewayAffinity |
Instances | 4 |
Solution | Ensure that the HttpOnly flag is set for all cookies. |
Reference | https://owasp.org/www-community/HttpOnly |
CWE Id | 16 |
WASC Id | 13 |
Source ID | 3 |
Low (Medium) | Cookie Without SameSite Attribute |
Description | A cookie has been set without the SameSite attribute, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks. |
|
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | AspxAutoDetectCookieSupport |
Evidence | Set-Cookie: AspxAutoDetectCookieSupport |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | ApplicationGatewayAffinityCORS |
Evidence | Set-Cookie: ApplicationGatewayAffinityCORS |
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | ApplicationGatewayAffinityCORS |
Evidence | Set-Cookie: ApplicationGatewayAffinityCORS |
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | ApplicationGatewayAffinity |
Evidence | Set-Cookie: ApplicationGatewayAffinity |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | ApplicationGatewayAffinity |
Evidence | Set-Cookie: ApplicationGatewayAffinity |
Instances | 5 |
Solution | Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies. |
Reference | https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site |
CWE Id | 16 |
WASC Id | 13 |
Source ID | 3 |
Low (Medium) | Cookie Without Secure Flag |
Description | A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections. |
|
URL | https://v3.lolagrove.com/robots.txt |
Method | GET |
Parameter | ApplicationGatewayAffinity |
Evidence | Set-Cookie: ApplicationGatewayAffinity |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | ApplicationGatewayAffinity |
Evidence | Set-Cookie: ApplicationGatewayAffinity |
Instances | 2 |
Solution | Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information. |
Reference | https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/06-Session_Management_Testing/02-Testing_for_Cookies_Attributes.html |
CWE Id | 614 |
WASC Id | 13 |
Source ID | 3 |
Low (Medium) | Cross-Domain JavaScript Source File Inclusion |
Description | The page includes one or more script files from a third-party domain. |
|
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Parameter | https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js |
Evidence | <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Parameter | https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js |
Evidence | <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Parameter | https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js |
Evidence | <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Parameter | https://code.jquery.com/jquery-3.1.0.js |
Evidence | <script src="https://code.jquery.com/jquery-3.1.0.js"></script> |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | https://code.jquery.com/jquery-3.1.0.js |
Evidence | <script src="https://code.jquery.com/jquery-3.1.0.js"></script> |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Parameter | https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js |
Evidence | <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Parameter | https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js |
Evidence | <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Parameter | https://code.jquery.com/jquery-3.1.0.js |
Evidence | <script src="https://code.jquery.com/jquery-3.1.0.js"></script> |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Parameter | https://code.jquery.com/jquery-3.1.0.js |
Evidence | <script src="https://code.jquery.com/jquery-3.1.0.js"></script> |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Parameter | https://code.jquery.com/jquery-3.1.0.js |
Evidence | <script src="https://code.jquery.com/jquery-3.1.0.js"></script> |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Parameter | https://code.jquery.com/jquery-3.1.0.js |
Evidence | <script src="https://code.jquery.com/jquery-3.1.0.js"></script> |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js |
Evidence | <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Parameter | https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js |
Evidence | <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Parameter | https://code.jquery.com/jquery-3.1.0.js |
Evidence | <script src="https://code.jquery.com/jquery-3.1.0.js"></script> |
Instances | 14 |
Solution | Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application. |
Reference | |
CWE Id | 829 |
WASC Id | 15 |
Source ID | 3 |
Low (Medium) | Incomplete or No Cache-control and Pragma HTTP Header Set |
Description | The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content. |
|
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Parameter | Cache-Control |
Evidence | private |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Parameter | Cache-Control |
Evidence | private |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Parameter | Cache-Control |
Evidence | private |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Parameter | Cache-Control |
Evidence | private |
URL | https://v3.lolagrove.com/assets/lolacreate/css/main.css |
Method | GET |
Parameter | Cache-Control |
Evidence | max-age=864000 |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Parameter | Cache-Control |
Evidence | private |
URL | https://v3.lolagrove.com/ |
Method | GET |
Parameter | Cache-Control |
Evidence | max-age=864000 |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Parameter | Cache-Control |
Evidence | private |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Parameter | Cache-Control |
Evidence | private |
Instances | 9 |
Solution | Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache. |
Reference | https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching |
CWE Id | 525 |
WASC Id | 13 |
Source ID | 3 |
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://v3.lolagrove.com/Styles/lolacreate/lolagrove-logo.png |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/JS/particles/particles.js |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/assets/lolacreate/images/lolagrove-logo-white.png |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/WebResource.axd?d=x2nkrMJGXkMELz33nwnakAashmRX4T8091K7_Uy8KdIu2boKVd_94fkijTBfClcrZpYtk1HiosAbuxpRTmLF67d6rCo1&t=637321989357241717 |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/assets/lolacreate/css/main.css |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Admin/ForgotPassword.aspx |
Method | POST |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/assets/lolacreate/js/main.js |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/ |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZHnKxI2GgYc8rbE2MWhdtlomWVmki4urey0lGVRAWWKPaLqgDw2&t=637321989357241717 |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/JS/lolagrove.passwordstrength.js |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/JS/particles/main.js |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Styles/lolacreate/images/lolagrove-logo-white.png |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/assets/lolacreate/js/particles.js |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/sitemap.xml |
Method | GET |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
URL | https://v3.lolagrove.com/Admin/forgotpassword.aspx |
Method | POST |
Evidence | X-Powered-By: LOLAGROVE(3.4.6976.22064) |
Instances | 21 |
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 |
Informational (Low) | Information Disclosure - Suspicious Comments |
Description | The response appears to contain suspicious comments which may help an attacker. Note: Matches made within script blocks or files are against the entire content not only comments. |
|
URL | https://v3.lolagrove.com/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZHnKxI2GgYc8rbE2MWhdtlomWVmki4urey0lGVRAWWKPaLqgDw2&t=637321989357241717 |
Method | GET |
Evidence | query |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Evidence | Administrator |
URL | https://v3.lolagrove.com/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZHnKxI2GgYc8rbE2MWhdtlomWVmki4urey0lGVRAWWKPaLqgDw2&t=637321989357241717 |
Method | GET |
Evidence | select |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Evidence | Administrator |
URL | https://v3.lolagrove.com/ |
Method | GET |
Evidence | Admin |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Evidence | Administrator |
URL | https://v3.lolagrove.com/WebResource.axd?d=x2nkrMJGXkMELz33nwnakAashmRX4T8091K7_Uy8KdIu2boKVd_94fkijTBfClcrZpYtk1HiosAbuxpRTmLF67d6rCo1&t=637321989357241717 |
Method | GET |
Evidence | SELECT |
Instances | 7 |
Solution | Remove all comments that return information that may help an attacker and fix any underlying problems they refer to. |
Other information | The following pattern was used: \bQUERY\b and was detected 3 times, the first in the element starting with: " var query = "";
", see evidence field for the suspicious comment/snippet. |
|
Reference | |
CWE Id | 200 |
WASC Id | 13 |
Source ID | 3 |
Informational (Low) | Timestamp Disclosure - Unix |
Description | A timestamp was disclosed by the application/web server - Unix |
|
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | POST |
Evidence | 82312306 |
URL | https://v3.lolagrove.com/Admin/Login.aspx |
Method | GET |
Evidence | 82312306 |
URL | https://v3.lolagrove.com/Admin/Login.aspx?AspxAutoDetectCookieSupport=1 |
Method | GET |
Evidence | 82312306 |
URL | https://v3.lolagrove.com/Styles/lolacreate/lolagrove-logo.png |
Method | GET |
Evidence | 23921171 |
Instances | 4 |
Solution | Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns. |
Other information | 82312306, which evaluates to: 1972-08-10 17:31:46 |
|
Reference | http://projects.webappsec.org/w/page/13246936/Information%20Leakage |
CWE Id | 200 |
WASC Id | 13 |
Source ID | 3 |