Risk Level | Number of Alerts |
---|---|
High
|
0
|
Medium
|
5
|
Low
|
6
|
Informational
|
12
|
False Positives:
|
0
|
For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).
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://espace-membre.incubateur.net |
Method | GET |
Parameter | |
Attack | |
Evidence | <form id="login_form" style="padding:4rem;background-color:var(--background-alt-blue-france)" method="POST"> |
Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "input-:R2mpuujrlkq:" ]. |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | |
Attack | |
Evidence | <form id="login_form" style="padding:4rem;background-color:var(--background-alt-blue-france)" method="POST"> |
Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "input-:R2mpuujrlkq:" ]. |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | |
Attack | |
Evidence | <form id="login_form" style="padding:4rem;background-color:var(--background-alt-blue-france)" method="POST"> |
Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "input-:R2mpuujrlkq:" ]. |
URL | https://espace-membre.incubateur.net/login |
Method | POST |
Parameter | |
Attack | |
Evidence | <form id="login_form" style="padding:4rem;background-color:var(--background-alt-blue-france)" method="POST"> |
Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "input-:R2mpuujrlkq:" ]. |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | POST |
Parameter | |
Attack | |
Evidence | <form id="login_form" style="padding:4rem;background-color:var(--background-alt-blue-france)" method="POST"> |
Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "input-:R2mpuujrlkq:" ]. |
Instances | 5 |
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.
|
Reference |
https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html
https://cwe.mitre.org/data/definitions/352.html |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 10202 |
Medium |
CSP: Wildcard Directive |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: img-src |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: img-src |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: img-src |
URL | https://espace-membre.incubateur.net/sitemap.xml |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: img-src |
Instances | 4 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Medium |
CSP: script-src unsafe-eval |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-eval. |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-eval. |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-eval. |
URL | https://espace-membre.incubateur.net/sitemap.xml |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-eval. |
Instances | 4 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Medium |
CSP: script-src unsafe-inline |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-inline. |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-inline. |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-inline. |
URL | https://espace-membre.incubateur.net/sitemap.xml |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | script-src includes unsafe-inline. |
Instances | 4 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Medium |
CSP: style-src unsafe-inline |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | style-src includes unsafe-inline. |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | style-src includes unsafe-inline. |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | style-src includes unsafe-inline. |
URL | https://espace-membre.incubateur.net/sitemap.xml |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self'; connect-src 'self' api.maptiler.com espace-membre.cellar-c2.services.clever-cloud.com espace-membre-staging.cellar-c2.services.clever-cloud.com *.gouv.fr sentry.incubateur.net https://client.crisp.chat https://storage.crisp.chat wss://client.relay.crisp.chat wss://stream.relay.crisp.chat https://nominatim.openstreetmap.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: *.gouv.fr sentry.incubateur.net unpkg.com https://client.crisp.chat https://settings.crisp.chat; style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com unpkg.com https://client.crisp.chat; img-src * data: blob: https://client.crisp.chat https://image.crisp.chat https://storage.crisp.chat; font-src 'self' data: cdnjs.cloudflare.com https://client.crisp.chat; frame-src 'self' metabase.incubateur.net https://game.crisp.chat; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests; |
Other Info | style-src includes unsafe-inline. |
Instances | 4 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Low |
Dangerous JS Functions |
---|---|
Description |
A dangerous JS function seems to be in use that would leave the site vulnerable.
|
URL | https://espace-membre.incubateur.net/_next/static/chunks/353-099f6c4dafb73e5d.js |
Method | GET |
Parameter | |
Attack | |
Evidence | eval( |
Other Info | |
Instances | 1 |
Solution |
See the references for security advice on the use of these functions.
|
Reference | https://angular.io/guide/security |
CWE Id | 749 |
WASC Id | |
Plugin Id | 10110 |
Low |
Insufficient Site Isolation Against Spectre Vulnerability |
---|---|
Description |
Cross-Origin-Resource-Policy header is an opt-in header designed to counter side-channels attacks like Spectre. Resource should be specifically set as shareable amongst different origins.
|
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/main-app-e003cadad1340d25.js |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/webpack-27b076e155758bc1.js |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/css/1b1d10445b60e5f7.css |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/media/apple-touch-icon.1db30588.png |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/media/favicon.8c087985.ico |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/media/favicon.f453a8cf.svg |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/favicon.ico |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/robots.txt |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
Instances | 14 |
Solution |
Ensure that the application/web server sets the Cross-Origin-Resource-Policy header appropriately, and that it sets the Cross-Origin-Resource-Policy header to 'same-origin' for all web pages.
'same-site' is considered as less secured and should be avoided.
If resources must be shared, set the header to 'cross-origin'.
If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Resource-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-resource-policy).
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Cross-Origin_Resource_Policy |
CWE Id | 693 |
WASC Id | 14 |
Plugin Id | 90004 |
Low |
Permissions Policy Header Not Set |
---|---|
Description |
Permissions Policy Header is an added layer of security that helps to restrict from unauthorized access or usage of browser/client features by web resources. This policy ensures the user privacy by limiting or specifying the features of the browsers can be used by the web resources. Permissions Policy provides a set of standard HTTP headers that allow website owners to limit which features of browsers can be used by the page such as camera, microphone, location, full screen etc.
|
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/1692-742638789efbafae.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/2957-859d976321bc6d09.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/2972-28af246b4666a8ec.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/7008-5f20b2ccf47f0660.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/fd9d1056-e4570b75c96d8197.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/main-app-e003cadad1340d25.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/_next/static/chunks/webpack-27b076e155758bc1.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/accessibilite |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://espace-membre.incubateur.net/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
Instances | 12 |
Solution |
Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.
|
Reference |
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy
https://developer.chrome.com/blog/feature-policy/ https://scotthelme.co.uk/a-new-security-header-feature-policy/ https://w3c.github.io/webappsec-feature-policy/ https://www.smashingmagazine.com/2018/12/feature-policy/ |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10063 |
Low |
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://espace-membre.incubateur.net |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://espace-membre.incubateur.net/accessibilite |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://espace-membre.incubateur.net/keskispasse |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://espace-membre.incubateur.net/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://espace-membre.incubateur.net/login |
Method | POST |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | POST |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
Instances | 8 |
Solution |
Ensure that your web server, application server, load balancer, etc. is configured to suppress "X-Powered-By" headers.
|
Reference |
https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/01-Information_Gathering/08-Fingerprint_Web_Application_Framework
https://www.troyhunt.com/2012/02/shhh-dont-let-your-response-headers.html |
CWE Id | 497 |
WASC Id | 13 |
Plugin Id | 10037 |
Low |
Timestamp Disclosure - Unix |
---|---|
Description |
A timestamp was disclosed by the application/web server. - Unix
|
URL | https://espace-membre.incubateur.net/_next/static/chunks/2356-51bd3b4d72359a50.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1540483477 |
Other Info | 1540483477, which evaluates to: 2018-10-25 16:04:37. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/9408-74991023d612add7.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1540483477 |
Other Info | 1540483477, which evaluates to: 2018-10-25 16:04:37. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1432725776 |
Other Info | 1432725776, which evaluates to: 2015-05-27 11:22:56. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1467031594 |
Other Info | 1467031594, which evaluates to: 2016-06-27 12:46:34. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1495990901 |
Other Info | 1495990901, which evaluates to: 2017-05-28 17:01:41. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1501505948 |
Other Info | 1501505948, which evaluates to: 2017-07-31 12:59:08. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1508970993 |
Other Info | 1508970993, which evaluates to: 2017-10-25 22:36:33. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1518500249 |
Other Info | 1518500249, which evaluates to: 2018-02-13 05:37:29. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1522805485 |
Other Info | 1522805485, which evaluates to: 2018-04-04 01:31:25. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1537002063 |
Other Info | 1537002063, which evaluates to: 2018-09-15 09:01:03. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1541459225 |
Other Info | 1541459225, which evaluates to: 2018-11-05 23:07:05. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1546045734 |
Other Info | 1546045734, which evaluates to: 2018-12-29 01:08:54. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1548603684 |
Other Info | 1548603684, which evaluates to: 2019-01-27 15:41:24. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1555081692 |
Other Info | 1555081692, which evaluates to: 2019-04-12 15:08:12. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1575990012 |
Other Info | 1575990012, which evaluates to: 2019-12-10 15:00:12. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1595750129 |
Other Info | 1595750129, which evaluates to: 2020-07-26 07:55:29. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1607167915 |
Other Info | 1607167915, which evaluates to: 2020-12-05 11:31:55. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1654270250 |
Other Info | 1654270250, which evaluates to: 2022-06-03 15:30:50. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1694076839 |
Other Info | 1694076839, which evaluates to: 2023-09-07 08:53:59. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1695183700 |
Other Info | 1695183700, which evaluates to: 2023-09-20 04:21:40. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1700485571 |
Other Info | 1700485571, which evaluates to: 2023-11-20 13:06:11. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1731405415 |
Other Info | 1731405415, which evaluates to: 2024-11-12 09:56:55. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1732584193 |
Other Info | 1732584193, which evaluates to: 2024-11-26 01:23:13. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1735328473 |
Other Info | 1735328473, which evaluates to: 2024-12-27 19:41:13. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1747873779 |
Other Info | 1747873779, which evaluates to: 2025-05-22 00:29:39. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1750603025 |
Other Info | 1750603025, which evaluates to: 2025-06-22 14:37:05. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1770035416 |
Other Info | 1770035416, which evaluates to: 2026-02-02 12:30:16. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1779033703 |
Other Info | 1779033703, which evaluates to: 2026-05-17 16:01:43. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1804603682 |
Other Info | 1804603682, which evaluates to: 2027-03-09 14:48:02. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1816402316 |
Other Info | 1816402316, which evaluates to: 2027-07-24 04:11:56. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1836072691 |
Other Info | 1836072691, which evaluates to: 2028-03-07 20:11:31. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1839030562 |
Other Info | 1839030562, which evaluates to: 2028-04-11 01:49:22. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1856431235 |
Other Info | 1856431235, which evaluates to: 2028-10-29 11:20:35. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1859775393 |
Other Info | 1859775393, which evaluates to: 2028-12-07 04:16:33. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1873313359 |
Other Info | 1873313359, which evaluates to: 2029-05-12 20:49:19. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1894007588 |
Other Info | 1894007588, which evaluates to: 2030-01-07 09:13:08. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1899447441 |
Other Info | 1899447441, which evaluates to: 2030-03-11 08:17:21. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1914138554 |
Other Info | 1914138554, which evaluates to: 2030-08-28 09:09:14. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1925078388 |
Other Info | 1925078388, which evaluates to: 2031-01-01 23:59:48. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1955562222 |
Other Info | 1955562222, which evaluates to: 2031-12-20 19:43:42. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1986661051 |
Other Info | 1986661051, which evaluates to: 2032-12-14 18:17:31. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1996064986 |
Other Info | 1996064986, which evaluates to: 2033-04-02 14:29:46. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 2003034995 |
Other Info | 2003034995, which evaluates to: 2033-06-22 06:36:35. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 2007800933 |
Other Info | 2007800933, which evaluates to: 2033-08-16 10:28:53. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 2024104815 |
Other Info | 2024104815, which evaluates to: 2034-02-21 03:20:15. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/aaea2bcf-0f8d31f91bb94ccb.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 2053994217 |
Other Info | 2053994217, which evaluates to: 2035-02-02 01:56:57. |
Instances | 46 |
Solution |
Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.
|
Reference | https://cwe.mitre.org/data/definitions/200.html |
CWE Id | 497 |
WASC Id | 13 |
Plugin Id | 10096 |
Low |
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://espace-membre.incubateur.net |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/main-app-e003cadad1340d25.js |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/_next/static/chunks/webpack-27b076e155758bc1.js |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/_next/static/css/1b1d10445b60e5f7.css |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/_next/static/media/apple-touch-icon.1db30588.png |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/_next/static/media/favicon.8c087985.ico |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/_next/static/media/favicon.f453a8cf.svg |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/accessibilite |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/favicon.ico |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/login |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/login?next=/$ |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
URL | https://espace-membre.incubateur.net/robots.txt |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | 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. |
Instances | 12 |
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.
|
Reference |
https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
https://owasp.org/www-community/Security_Headers |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10021 |
Informational |
Base64 Disclosure |
---|---|
Description |
Base64 encoded data was disclosed by the application/web server. Note: in the interests of performance not all base64 strings in the response were analyzed individually, the entire response should be looked at by the analyst/security team/developer(s).
|
URL | https://espace-membre.incubateur.net |
Method | GET |
Parameter | |
Attack | |
Evidence | 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 |
Other Info | �PNG IHDR � �x#K �PLTEGpL��������������������������������������������������������������������������������������������� �jj����{{��������������������������������������������������������������������w�� tRNS 0� �`�@���p�P��`�@��0�� p�P�]V� UIDATx����v۶�aS$ER�yH�0QW<dt�����aG�eY�%j 6��>Z���|!�M<8 )°��&�aq`��g� ���ʡ�صM7���<sm��D4+H�g�nm�q�40צw�|4,wB�֦��&3ئ�|4��� �nm&M��ڠaQ�pE�0�� ��Wg� vt�Aú5�u�D5�S.���18�vk�%�G�}��h���0�6�vm�j5�@[4Ώcom�8�5� �8#�8#�3�%qF4�c��h��ќ-�3�9#ZgDsF�(Έfh�����pF4u@Y� ��EeڏW���I��M�}:��6��6hT�[{ ��x�����k��<�}�A��#�V�@��h��}�`���6hX���FH��'�� +9��#z dNj�I���j���5:���fR_W4m|~/X_�Y�F�c� W��l�6YT&5��ε @k�9�bt4Gw���6i�7��z9����Qw}'�V&G��o��k��8V��y�h��T�ͷA�8��#z d^5�f����:#:�s�і9�z7���?�����h�0�8�¡~4��K$�ɇ��8�� ������g����a���\l���9��뤶��l�"ʭ�U�a�:��~�N���/%��)G����q��^�W�a- �Yu�9���@�xQ���ggOG7�Ö���:�G��I�<�m{��y�����;���*t� �GU�'/.���T1�Z�f�ã������:#�jg����R���mK�|�����/�N���=��{a?��I�{�W� �����F������� <��_����{5���uћ��$P>��l~�~��m/��J�y!�@��U<>��J:� ��o{Kn���X���(��Ԅf~�Sg�`Dz7ї���x�N��l���d0xG�Lg���߉ ��.fo���9���X����� <�z,��{9�48�:i�Fjp]<��Y��j�;���� ���Q�N'6�?+8ڌ08��8^�3�J�M�H��<Wcd8������y������x��7�3Al>�nC���p�[�C�����(���~yq�n�����۟����6��^��Nw��U�!o2��Ӳ}�������Oʶ"���k͔��z�@h�%|���;���%$o"����.ᛯf��P�/O��ҧ#�F��L�Vm�b*�T��t����I�j"0�2o5f�N�V5N��F^�#^u�(�������0�c=���Έ��>�b1���?��ۼqD��3�r� �7Af���-��ᴏ�Nx/��l20�X��zӾ=,�� NʀkJ,3eҷ�� �{-2�kψ�#��}�٨`M��J�!}Â�ּ��I�:^N�1\��6S��[v𤍉��ďl�XDl�e_�ъ ��z�Xo�"�R�u�K�E"�<~��e�;��",�b�$Pp�ǺCV��H��Vf~$P�q7?(�����$Pn�e��C�^�1�E?Fa��.<�%�Ԝ��L�H��ʃ� d�VS�3!f�A���ϥjۡ���1�v�?H� J�C9�~� �(?�1�2R����c)���ɉX�?"m9�C����n-D��Nߥ��O!g�ng�ܘ!=�4P�=�c�� ����<�}:H�����,����h� l���x�� ��-���1*��1�� &u)�@t��3��T��/D�|��R��yT��M��� �(��@+�!����:�`����ƺ�� Z� ���M�n�-��� )��Q������˗� �$S�h��'�߿��������� � �o��_���@���l�-0�����p������=���a�����B���S����5�)&f��idSLƟ+������R}{��z��O�����E�?�\}���ȱ� nʧ��,i��h>��"D���2�`%��/��#��wYs�$$�!�l�!pzB���>��(��ARF� �G���L��z������������a&~���{#L��|�5�����O��q\@�t��9y���G��c0����������קj(�e`�?��9�ϥ_X�f��R����o6����ԍk��W��ӉN �C6�t�?�<ό��������GCb�I���u��pEb��n�'�w� ss�I����I ��,�o>�v����̚�1I�x��9����L�N��!Ξ��I�FV�����Ǎk?�J�9����'}�w����ީ[� R�:���=�n|����Of��f �%���n� ����߆��Ub�������h�����_�I��(����ޯ���u?�c�Qk�Q������^��������� ���Z? ��(�Kr�Q\��$0����%�?�D -�)߄O -�U� u���������}=Or���&���Ȓ����G����Y��OM #����}t뾞'���Z��bU Su�gï��c˳_=�t�� ڮ�}C��B��Y�8� I4�2�mR�!P�vv��Q\� ��`���������>�u��Q}%t���Q\����( ���������9�o�B��>Z�!( ���~7[nNpY��8h����na ��G`�φ�����G��� :�� 2Ks�"D2�=HƜ��) �h+��uI0���.� Ft�eR�t't3�>�uI0���.� ft�eT�wL ]�]@HGq]���� E �(�K"�1�u@:� �Q\�� �u@:� �Q\$���� $�::�ċgV��� �e�� ��A ��-��o]����@c�_%��x@ dnQ }�o)d⎃6(�2 �e] �`:�eTD �.���D\�Q�� zt�e��{B�(�K4�=:��2����8肘S�.I>� �$-��˧��.s���'t�e�� 5= &����Q\�1����0� Z�X`@Gq]�x�T�,DdC�6P���������%�;�[�K���<�}L��hM �-����;���m%���"%��6>ir*%���O�~m����,۲d�(�`�_M3_��� �7���<&`����5�w���.:�c�yd"��N�ut.� �G"` S�. �#P���Q�Xc��p���8u$ц�@�#`�#`��!��p��i����� 4�@1�=f�O F�����`��Y���?)s0��Z?p��e���8 ��(E�E��B�E�?P�ڽ�R\*�sp��o݈�"�L ����}�FD�5@� �1(D�tH�N�c"P��Ő�Y � �(D�ِ�"�����G�e�� {��f�2L���Ő��n�(C�B#`'@��!�L#�,m��~��l�(B���щ�������4E�� �/������U3�@VZ�/C\��I��(A�Z��eH���f��̄�q ���$%X�~7$�EH�f&(A��D�D����0C�D� KeD)\@_If�l�, ���G� gf2�Ą:PÊ�#���sC�T�@��/`k* �s���N0m��tfތs��S��P�����Ą9P�E�NQ����nF9P&�f����T�@���wB4�r�S*�q�����;!��]�b�� t���2����8J�6 ��;ӧ@��#� �� <&�`20Q�D`xuܫ#F o�������V��@���d�� T�U��@�f*�n�z�:*�@�0U*�m���:*�@��:E� :��#����:����#����i� �� ��WX���i��k����{�� ������a ؿ���O��#ybv��,#0(�*}�:{�>�G�ғ�c�vHP4�{|7�S�2{0|� I�!�z��$��q���R�_@a����;� 8hR���"�Qv4�I (*K��I ()m�ߙ�p�hH@AXXXA@8(���@v��`�H4(��,���> |