Risk Level | Number of Alerts |
---|---|
High
|
0
|
Medium
|
3
|
Low
|
9
|
Informational
|
15
|
False Positives:
|
0
|
For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).
Medium |
Content Security Policy (CSP) Header Not Set |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including 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://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/category/sejour/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/category/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
Instances | 11 |
Solution |
Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.
|
Reference |
https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html https://www.w3.org/TR/CSP/ https://w3c.github.io/webappsec-csp/ https://web.dev/articles/csp https://caniuse.com/#feat=contentsecuritypolicy https://content-security-policy.com/ |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10038 |
Medium |
Missing Anti-clickjacking Header |
---|---|
Description |
The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/category/sejour/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/category/temoignages/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
Instances | 11 |
Solution |
Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.
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 | 1021 |
WASC Id | 15 |
Plugin Id | 10020 |
Medium |
Sub Resource Integrity Attribute Missing |
---|---|
Description |
The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="profile" href="https://gmpg.org/xfn/11"> |
Other Info | |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="profile" href="https://gmpg.org/xfn/11"> |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="profile" href="https://gmpg.org/xfn/11"> |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="profile" href="https://gmpg.org/xfn/11"> |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
Instances | 12 |
Solution |
Provide a valid integrity attribute to the tag.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity |
CWE Id | 345 |
WASC Id | 15 |
Plugin Id | 90003 |
Low |
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://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | handl_ip |
Attack | |
Evidence | Set-Cookie: handl_ip |
Other Info | |
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | handl_landing_page |
Attack | |
Evidence | Set-Cookie: handl_landing_page |
Other Info | |
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | Set-Cookie: handl_url |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | handl_ip |
Attack | |
Evidence | Set-Cookie: handl_ip |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | handl_landing_page |
Attack | |
Evidence | Set-Cookie: handl_landing_page |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | Set-Cookie: handl_url |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | handl_ip |
Attack | |
Evidence | Set-Cookie: handl_ip |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | handl_landing_page |
Attack | |
Evidence | Set-Cookie: handl_landing_page |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | handl_original_ref |
Attack | |
Evidence | Set-Cookie: handl_original_ref |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | handl_ref |
Attack | |
Evidence | Set-Cookie: handl_ref |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | Set-Cookie: handl_url |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | handl_ip |
Attack | |
Evidence | Set-Cookie: handl_ip |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | handl_landing_page |
Attack | |
Evidence | Set-Cookie: handl_landing_page |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | handl_original_ref |
Attack | |
Evidence | Set-Cookie: handl_original_ref |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | handl_ref |
Attack | |
Evidence | Set-Cookie: handl_ref |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | Set-Cookie: handl_url |
Other Info | |
Instances | 16 |
Solution |
Ensure that the HttpOnly flag is set for all cookies.
|
Reference | https://owasp.org/www-community/HttpOnly |
CWE Id | 1004 |
WASC Id | 13 |
Plugin Id | 10010 |
Low |
Cross-Domain JavaScript Source File Inclusion |
---|---|
Description |
The page includes one or more script files from a third-party domain.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | https://plausible.io/js/script.js |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | https://plausible.io/js/script.js |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | https://plausible.io/js/script.js |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | https://plausible.io/js/script.js |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | https://plausible.io/js/script.js |
Attack | |
Evidence | <script defer data-domain="snu.gouv.fr" src="https://plausible.io/js/script.js"></script> |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a |
Attack | |
Evidence | <script type="text/javascript" src="https://tarteaucitron.io/load.js?domain=www.snu.gouv.fr&uuid=116fc2aaf9a8e635ee3bd10f2d6999d8b768651a"></script> |
Other Info | |
Instances | 10 |
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 |
Plugin Id | 10017 |
Low |
Dangerous JS Functions |
---|---|
Description |
A dangerous JS function seems to be in use that would leave the site vulnerable.
|
URL | https://www.snu.gouv.fr/wp-content/themes/uncode/library/js/app.min.js |
Method | GET |
Parameter | |
Attack | |
Evidence | eval( |
Other Info | |
URL | https://www.snu.gouv.fr/wp-content/themes/uncode/library/js/plugins.min.js |
Method | GET |
Parameter | |
Attack | |
Evidence | eval( |
Other Info | |
Instances | 2 |
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://www.snu.gouv.fr |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
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://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/category/sejour/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/category/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
Instances | 11 |
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 |
Secure Pages Include Mixed Content |
---|---|
Description |
The page includes mixed content, that is content accessed via HTTP instead of HTTPS.
|
URL | https://www.snu.gouv.fr/retour-en-images-sur-le-sejour-de-fevrier/ |
Method | GET |
Parameter | |
Attack | |
Evidence | http://app-7cfd0910-fa7a-4d62-a10b-255b5e51b4cc.cleverapps.io/wp-content/uploads/2022/07/SNU2022-_-le-séjour-de-cohésion.mp4?_=1 |
Other Info | tag=source src=http://app-7cfd0910-fa7a-4d62-a10b-255b5e51b4cc.cleverapps.io/wp-content/uploads/2022/07/SNU2022-_-le-séjour-de-cohésion.mp4?_=1 |
Instances | 1 |
Solution |
A page that is available over SSL/TLS must be comprised completely of content which is transmitted over SSL/TLS.
The page must not contain any content that is transmitted over unencrypted HTTP.
This includes content from third party sites.
|
Reference | https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet.html |
CWE Id | 311 |
WASC Id | 4 |
Plugin Id | 10040 |
Low |
Strict-Transport-Security Header Not Set |
---|---|
Description |
HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/wp-content/uploads/2024/06/2024_Lycees_engages_flyer_web-vdef2.pdf |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/wp-content/uploads/2024/09/Plateforme-SNU-Eleve-CLE2024-2025.pdf |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
Instances | 11 |
Solution |
Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.
|
Reference |
https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html
https://owasp.org/www-community/Security_Headers https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security https://caniuse.com/stricttransportsecurity https://datatracker.ietf.org/doc/html/rfc6797 |
CWE Id | 319 |
WASC Id | 15 |
Plugin Id | 10035 |
Low |
Timestamp Disclosure - Unix |
---|---|
Description |
A timestamp was disclosed by the application/web server. - Unix
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | 1658933009 |
Other Info | 1658933009, which evaluates to: 2022-07-27 14:43:29. |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | 1658933334 |
Other Info | 1658933334, which evaluates to: 2022-07-27 14:48:54. |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | 1745398344 |
Other Info | 1745398344, which evaluates to: 2025-04-23 08:52:24. |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | 1747528914 |
Other Info | 1747528914, which evaluates to: 2025-05-18 00:41:54. |
Instances | 4 |
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://www.snu.gouv.fr |
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://www.snu.gouv.fr/ |
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://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
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://www.snu.gouv.fr/blog/ |
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://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
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://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
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://www.snu.gouv.fr/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. |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
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://www.snu.gouv.fr/temoignages/ |
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://www.snu.gouv.fr/wp-content/uploads/2024/06/2024_Lycees_engages_flyer_web-vdef2.pdf |
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://www.snu.gouv.fr/wp-content/uploads/2024/09/Plateforme-SNU-Eleve-CLE2024-2025.pdf |
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 | 11 |
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://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/category/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+ |
Other Info | <?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="20px" viewBox="0 0 50 20" enable-background="new 0 0 50 20" xml:space="preserve"><path d="M22.6,8c0-0.1,0-0.2,0.1-0.2l0.5-0.5c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.2,0,0.2,0.1l3.7,3.7l3.7-3.7c0.1-0.1,0.1-0.1,0.2-0.1s0.2,0,0.2,0.1L32,7.8C32,7.9,32.1,8,32.1,8c0,0.1,0,0.2-0.1,0.2l-4.4,4.4c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0-0.2-0.1l-4.4-4.4C22.7,8.2,22.6,8.1,22.6,8z"/></svg> |
URL | https://www.snu.gouv.fr/wp-content/uploads/2024/06/2024_Lycees_engages_flyer_web-vdef2.pdf |
Method | GET |
Parameter | |
Attack | |
Evidence | 160/Type/FontDescriptor/XHeight |
Other Info | ?O*^�Z'�7�r�����\w�� |
Instances | 11 |
Solution |
Manually confirm that the Base64 data does not leak sensitive information, and that the data cannot be aggregated/used to exploit other vulnerabilities.
|
Reference | https://projects.webappsec.org/w/page/13246936/Information%20Leakage |
CWE Id | 319 |
WASC Id | 13 |
Plugin Id | 10094 |
Informational |
Charset Mismatch |
---|---|
Description |
This check identifies responses where the HTTP Content-Type header declares a charset different from the charset defined by the body of the HTML or XML. When there's a charset mismatch between the HTTP header and content body Web browsers can be forced into an undesirable content-sniffing mode to determine the content's correct character set.
An attacker could manipulate content on the page to be interpreted in an encoding of their choice. For example, if an attacker can control content at the beginning of the page, they could inject script using UTF-7 encoded text and manipulate some browsers into interpreting that text.
|
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Faucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fberenice-du-snu-au-terrain-une-histoire-de-depassement-et-dengagement%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fblog%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fdecouvrez-les-benefices-du-snu-pour-justine-et-laetitia%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fle-bafa-a-tarif-reduit-propose-par-lifac-sud-ouest-former-les-animateurs-citoyens-de-demain%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fle-temoignage-des-volontaires-des-parents-et-des-encadrants%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fmode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-1-sejour-cohesion%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-2-mission-interet-general%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Ftemoignages%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fvictoria-15-ans-une-jeune-volontaire-engagee-pour-les-autres%2F |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | There was a charset mismatch between the HTTP Header and the XML encoding declaration: [UTF-8] and [null] do not match. |
Instances | 12 |
Solution |
Force UTF-8 for all text content in both the HTTP header and meta tags in HTML or encoding declarations in XML.
|
Reference | https://code.google.com/p/browsersec/wiki/Part2#Character_set_handling_and_detection |
CWE Id | 436 |
WASC Id | 15 |
Plugin Id | 90011 |
Informational |
Cookie Poisoning |
---|---|
Description |
This check looks at user-supplied input in query string parameters and POST data to identify where cookie parameters might be controlled. This is called a cookie poisoning attack, and becomes exploitable when an attacker can manipulate the cookie in various ways. In some cases this will not be exploitable, however, allowing URL parameters to set cookie values is generally considered a bug.
|
URL | https://www.snu.gouv.fr/?p=147 |
Method | GET |
Parameter | p |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/?p=147 User-input was found in the following cookie: handl_url=https://www.snu.gouv.fr/?p=147; expires=Tue, 17-Jun-2025 06:29:57 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: p=147 |
URL | https://www.snu.gouv.fr/?p=161 |
Method | GET |
Parameter | p |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/?p=161 User-input was found in the following cookie: handl_url=https://www.snu.gouv.fr/?p=161; expires=Tue, 17-Jun-2025 06:30:00 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: p=161 |
URL | https://www.snu.gouv.fr/?p=169 |
Method | GET |
Parameter | p |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/?p=169 User-input was found in the following cookie: handl_url=https://www.snu.gouv.fr/?p=169; expires=Tue, 17-Jun-2025 06:29:59 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: p=169 |
URL | https://www.snu.gouv.fr/?p=2852 |
Method | GET |
Parameter | p |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/?p=2852 User-input was found in the following cookie: handl_url=https://www.snu.gouv.fr/?p=2852; expires=Tue, 17-Jun-2025 06:30:06 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: p=2852 |
URL | https://www.snu.gouv.fr/blog/?gclid=CICglpv_y-gCFQr_GwodZNEDMw&upage=2 |
Method | GET |
Parameter | gclid |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/blog/?gclid=CICglpv_y-gCFQr_GwodZNEDMw&upage=2 User-input was found in the following cookie: gclid=CICglpv_y-gCFQr_GwodZNEDMw; expires=Tue, 17-Jun-2025 06:29:57 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: gclid=CICglpv_y-gCFQr_GwodZNEDMw |
URL | https://www.snu.gouv.fr/temoignages/?gclid=CICglpv_y-gCFQr_GwodZNEDMw&upage=2 |
Method | GET |
Parameter | gclid |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/temoignages/?gclid=CICglpv_y-gCFQr_GwodZNEDMw&upage=2 User-input was found in the following cookie: gclid=CICglpv_y-gCFQr_GwodZNEDMw; expires=Tue, 17-Jun-2025 06:29:59 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: gclid=CICglpv_y-gCFQr_GwodZNEDMw |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fblog%2F |
Method | GET |
Parameter | url |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fblog%2F User-input was found in the following cookie: handl_ref=https://www.snu.gouv.fr/blog/; expires=Tue, 17-Jun-2025 06:29:59 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: url=https://www.snu.gouv.fr/blog/ |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-1-sejour-cohesion%2F |
Method | GET |
Parameter | url |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-1-sejour-cohesion%2F User-input was found in the following cookie: handl_ref=https://www.snu.gouv.fr/phase-1-sejour-cohesion/; expires=Tue, 17-Jun-2025 06:29:57 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: url=https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Ftemoignages%2F |
Method | GET |
Parameter | url |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.snu.gouv.fr%2Ftemoignages%2F User-input was found in the following cookie: handl_ref=https://www.snu.gouv.fr/temoignages/; expires=Tue, 17-Jun-2025 06:30:00 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: url=https://www.snu.gouv.fr/temoignages/ |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.snu.gouv.fr%2Fblog%2F |
Method | GET |
Parameter | url |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.snu.gouv.fr%2Fblog%2F User-input was found in the following cookie: handl_ref=https://www.snu.gouv.fr/blog/; expires=Tue, 17-Jun-2025 06:29:59 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: url=https://www.snu.gouv.fr/blog/ |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-1-sejour-cohesion%2F |
Method | GET |
Parameter | url |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-1-sejour-cohesion%2F User-input was found in the following cookie: handl_ref=https://www.snu.gouv.fr/phase-1-sejour-cohesion/; expires=Tue, 17-Jun-2025 06:29:57 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: url=https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
URL | https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.snu.gouv.fr%2Ftemoignages%2F |
Method | GET |
Parameter | url |
Attack | |
Evidence | |
Other Info | An attacker may be able to poison cookie values through URL parameters. Try injecting a semicolon to see if you can add cookie values (e.g. name=controlledValue;name=anotherValue;). This was identified at: https://www.snu.gouv.fr/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.snu.gouv.fr%2Ftemoignages%2F User-input was found in the following cookie: handl_ref=https://www.snu.gouv.fr/temoignages/; expires=Tue, 17-Jun-2025 06:30:00 GMT; Max-Age=2592000; path=/; domain=.snu.gouv.fr; secure; SameSite=Lax The user input was: url=https://www.snu.gouv.fr/temoignages/ |
Instances | 12 |
Solution |
Do not allow user input to control cookie names and values. If some query string parameters must be set in cookie values, be sure to filter out semicolon's that can serve as name/value pair delimiters.
|
Reference |
https://en.wikipedia.org/wiki/HTTP_cookie
https://cwe.mitre.org/data/definitions/565.html |
CWE Id | 565 |
WASC Id | 20 |
Plugin Id | 10029 |
Informational |
Information Disclosure - Suspicious Comments |
---|---|
Description |
The response appears to contain suspicious comments which may help an attacker.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | query |
Other Info | The following pattern was used: \bQUERY\b and was detected in likely comment: "//schema.org","@graph":[{"@type":"WebPage","@id":"https://www.snu.gouv.fr/","url":"https://www.snu.gouv.fr/","name":"Service Nat", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | query |
Other Info | The following pattern was used: \bQUERY\b and was detected in likely comment: "//schema.org","@graph":[{"@type":"WebPage","@id":"https://www.snu.gouv.fr/","url":"https://www.snu.gouv.fr/","name":"Service Nat", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | query |
Other Info | The following pattern was used: \bQUERY\b and was detected in likely comment: "//schema.org","@graph":[{"@type":"WebPage","@id":"https://www.snu.gouv.fr/blog/","url":"https://www.snu.gouv.fr/blog/","name":"L", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | query |
Other Info | The following pattern was used: \bQUERY\b and was detected in likely comment: "//schema.org","@graph":[{"@type":"WebPage","@id":"https://www.snu.gouv.fr/phase-1-sejour-cohesion/","url":"https://www.snu.gouv.", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | query |
Other Info | The following pattern was used: \bQUERY\b and was detected in likely comment: "//schema.org","@graph":[{"@type":"WebPage","@id":"https://www.snu.gouv.fr/temoignages/","url":"https://www.snu.gouv.fr/blog/","n", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | Debug |
Other Info | The following pattern was used: \bDEBUG\b and was detected in likely comment: "<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cach", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | Debug |
Other Info | The following pattern was used: \bDEBUG\b and was detected in likely comment: "<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cach", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | Debug |
Other Info | The following pattern was used: \bDEBUG\b and was detected in likely comment: "<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cach", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | Debug |
Other Info | The following pattern was used: \bDEBUG\b and was detected in likely comment: "<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cach", see evidence field for the suspicious comment/snippet. |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | Debug |
Other Info | The following pattern was used: \bDEBUG\b and was detected in likely comment: "<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cach", see evidence field for the suspicious comment/snippet. |
Instances | 10 |
Solution |
Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.
|
Reference | |
CWE Id | 615 |
WASC Id | 13 |
Plugin Id | 10027 |
Informational |
Loosely Scoped Cookie |
---|---|
Description |
Cookies can be scoped by domain or path. This check is only concerned with domain scope.The domain scope applied to a cookie determines which domains can access it. For example, a cookie can be scoped strictly to a subdomain e.g. www.nottrusted.com, or loosely scoped to a parent domain e.g. nottrusted.com. In the latter case, any subdomain of nottrusted.com can access the cookie. Loosely scoped cookies are common in mega-applications like google.com and live.com. Cookies set from a subdomain like app.foo.bar are transmitted only to that domain by the browser. However, cookies scoped to a parent-level domain may be transmitted to the parent, or any subdomain of the parent.
|
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20162.158.167.46 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Faucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/category/actualites/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20172.71.154.154 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fcategory%2Factualites%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/category/sejour/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20172.71.159.43 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fcategory%2Fsejour%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/category/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20172.69.23.126 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fcategory%2Ftemoignages%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/decouvrez-les-benefices-du-snu-pour-justine-et-laetitia/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20162.158.167.159 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fdecouvrez-les-benefices-du-snu-pour-justine-et-laetitia%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20162.158.166.233 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fle-temoignage-des-volontaires-des-parents-et-des-encadrants%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap.xml handl_ip=13.83.5.197%2C%20172.71.159.22 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-2-mission-interet-general%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=deleted handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20162.158.167.41 handl_ref=deleted handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt email=deleted username=deleted |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=deleted handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap.xml handl_ip=13.83.5.197%2C%20162.158.167.159 handl_ref=deleted handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap.xml email=deleted username=deleted |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap.xml handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap.xml handl_ip=13.83.5.197%2C%20162.158.167.220 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap.xml handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap_index.xml email=deleted username=deleted |
URL | https://www.snu.gouv.fr/victoria-15-ans-une-jeune-volontaire-engagee-pour-les-autres/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20172.71.158.252 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fvictoria-15-ans-une-jeune-volontaire-engagee-pour-les-autres%2F email=deleted username=deleted |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | The origin domain used for comparison was: www.snu.gouv.fr utm_source=deleted utm_medium=deleted utm_term=deleted utm_content=deleted utm_campaign=deleted gclid=deleted handl_original_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_landing_page=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_ip=13.83.5.197%2C%20172.69.23.93 handl_ref=https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt handl_url=https%3A%2F%2Fwww.snu.gouv.fr%2Fwp-json%2F email=deleted username=deleted |
Instances | 12 |
Solution |
Always scope cookies to a FQDN (Fully Qualified Domain Name).
|
Reference |
https://tools.ietf.org/html/rfc6265#section-4.1
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 https://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_cookies |
CWE Id | 565 |
WASC Id | 15 |
Plugin Id | 90033 |
Informational |
Modern Web Application |
---|---|
Description |
The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button" data-type="title"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="icon-espace menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23 menu-btn-container dropdown btn"><span><i class="menu-icon fa fa-circle-o"></i>Mon espace</span></div></div></div></a> |
Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button" data-type="title"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="icon-espace menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23 menu-btn-container dropdown btn"><span><i class="menu-icon fa fa-circle-o"></i>Mon espace</span></div></div></div></a> |
Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button" data-type="title"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="icon-espace menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23 menu-btn-container dropdown btn"><span><i class="menu-icon fa fa-circle-o"></i>Mon espace</span></div></div></div></a> |
Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a role="button" tabindex="-1" href="https://www.snu.gouv.fr/le-bafa-a-tarif-reduit-propose-par-lifac-sud-ouest-former-les-animateurs-citoyens-de-demain/" class="pushed" target="_self" data-lb-index="0"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-dark-bg" style="opacity: 0.01;"></div></div><img decoding="async" class="wp-image-156018" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201750%20984'%3E%3C/svg%3E" width="1750" height="984" alt="" data-lazy-src="https://www.snu.gouv.fr/wp-content/uploads/2025/05/snu_2025-uai-1750x984.png" /><noscript><img decoding="async" class="wp-image-156018" src="https://www.snu.gouv.fr/wp-content/uploads/2025/05/snu_2025-uai-1750x984.png" width="1750" height="984" alt="" /></noscript></a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://www.snu.gouv.fr/category/sejour/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button" data-type="title"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="icon-espace menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23 menu-btn-container dropdown btn"><span><i class="menu-icon fa fa-circle-o"></i>Mon espace</span></div></div></div></a> |
Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
URL | https://www.snu.gouv.fr/category/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button" data-type="title"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="icon-espace menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23 menu-btn-container dropdown btn"><span><i class="menu-icon fa fa-circle-o"></i>Mon espace</span></div></div></div></a> |
Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
URL | https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button" data-type="title"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="icon-espace menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23 menu-btn-container dropdown btn"><span><i class="menu-icon fa fa-circle-o"></i>Mon espace</span></div></div></div></a> |
Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
URL | https://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a role="button" tabindex="-1" href="https://www.snu.gouv.fr/le-bafa-a-tarif-reduit-propose-par-lifac-sud-ouest-former-les-animateurs-citoyens-de-demain/" class="pushed" target="_self" data-lb-index="0"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-dark-bg" style="opacity: 0.5;"></div></div><img decoding="async" class="wp-image-156018" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201750%20984'%3E%3C/svg%3E" width="1750" height="984" alt="" data-lazy-src="https://www.snu.gouv.fr/wp-content/uploads/2025/05/snu_2025-uai-1750x984.png" /><noscript><img decoding="async" class="wp-image-156018" src="https://www.snu.gouv.fr/wp-content/uploads/2025/05/snu_2025-uai-1750x984.png" width="1750" height="984" alt="" /></noscript></a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/" target="_self">Le témoignage des volontaires, des parents et des encadrants</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a href="#" data-toggle="dropdown" class="dropdown-toggle" role="button" data-type="title"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="icon-espace menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23 menu-btn-container dropdown btn"><span><i class="menu-icon fa fa-circle-o"></i>Mon espace</span></div></div></div></a> |
Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a role="button" tabindex="-1" href="https://www.snu.gouv.fr/victoria-15-ans-une-jeune-volontaire-engagee-pour-les-autres/" class="pushed" target="_self" data-lb-index="0"><div class="t-entry-visual-overlay"><div class="t-entry-visual-overlay-in style-dark-bg" style="opacity: 0.5;"></div></div><img decoding="async" class="wp-image-145609" src="https://www.snu.gouv.fr/wp-content/uploads/2025/04/20250408_152917-e1744721707802-uai-1912x1075.jpg" width="1912" height="1075" alt="" /></a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
Instances | 11 |
Solution |
This is an informational alert and so no changes are required.
|
Reference | |
CWE Id | |
WASC Id | |
Plugin Id | 10109 |
Informational |
Re-examine Cache-control Directives |
---|---|
Description |
The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/mode-demploi-pour-les-responsables-de-structure-comment-proposer-des-missions-dinteret-general/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=2592000 |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | max-age=0 |
Other Info | |
Instances | 11 |
Solution |
For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".
|
Reference |
https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control https://grayduck.mn/2021/09/13/cache-control-recommendations/ |
CWE Id | 525 |
WASC Id | 13 |
Plugin Id | 10015 |
Informational |
Retrieved from Cache |
---|---|
Description |
The content was retrieved from a shared cache. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.
|
URL | https://www.snu.gouv.fr/wp-content/cache/min/1/wp-content/plugins/handl-utm-grabber/js/handl-utm-grabber.js?ver=1745398344 |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 143 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-content/cache/min/1/wp-content/plugins/handl-utm-grabber/js/js.cookie.js?ver=1745398344 |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 143 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-content/themes/uncode/library/js/ai-uncode.min.js |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 144 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-content/themes/uncode/library/js/init.min.js |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 143 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-content/uploads/2023/03/cropped-SNU_LOGO_RVB_VDEF-1-1-180x180.png |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 15736 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-content/uploads/2023/03/cropped-SNU_LOGO_RVB_VDEF-1-1-32x32.png |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 108 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-content/uploads/2023/11/preview.png |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 142 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 143 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 143 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17 |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 143 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.8.1 |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 143 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
URL | https://www.snu.gouv.fr/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.8.1 |
Method | GET |
Parameter | |
Attack | |
Evidence | Age: 142 |
Other Info | The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use. |
Instances | 12 |
Solution |
Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:
Cache-Control: no-cache, no-store, must-revalidate, private
Pragma: no-cache
Expires: 0
This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.
|
Reference |
https://tools.ietf.org/html/rfc7234
https://tools.ietf.org/html/rfc7231 https://www.rfc-editor.org/rfc/rfc9110.html |
CWE Id | |
WASC Id | |
Plugin Id | 10050 |
Informational |
Sec-Fetch-Dest Header is Missing |
---|---|
Description |
Specifies how and where the data would be used. For instance, if the value is audio, then the requested resource must be audio data and not any other type of resource.
|
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | Sec-Fetch-Dest |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-Dest |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | Sec-Fetch-Dest |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-Dest header is included in request headers.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Dest |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
Sec-Fetch-Mode Header is Missing |
---|---|
Description |
Allows to differentiate between requests for navigating between HTML pages and requests for loading resources like images, audio etc.
|
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | Sec-Fetch-Mode |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-Mode |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | Sec-Fetch-Mode |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-Mode header is included in request headers.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Mode |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
Sec-Fetch-Site Header is Missing |
---|---|
Description |
Specifies the relationship between request initiator's origin and target's origin.
|
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | Sec-Fetch-Site |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-Site |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | Sec-Fetch-Site |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-Site header is included in request headers.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Site |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
Sec-Fetch-User Header is Missing |
---|---|
Description |
Specifies if a navigation request was initiated by a user.
|
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | Sec-Fetch-User |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-User |
Attack | |
Evidence | |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | Sec-Fetch-User |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-User header is included in user initiated requests.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-User |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
Session Management Response Identified |
---|---|
Description |
The given response has been identified as containing a session management token. The 'Other Info' field contains a set of header tokens that can be used in the Header Based Session Management Method. If the request is in a context which has a Session Management Method set to "Auto-Detect" then this rule will change the session management to use the tokens identified.
|
URL | https://www.snu.gouv.fr/aucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Faucun-doute-la-snu-sadresse-bien-a-tous-selon-samuel-leila-et-elisa%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/category/actualites/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fcategory%2Factualites%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/category/sejour/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fcategory%2Fsejour%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/category/temoignages/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fcategory%2Ftemoignages%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/decouvrez-les-benefices-du-snu-pour-justine-et-laetitia/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fdecouvrez-les-benefices-du-snu-pour-justine-et-laetitia%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/le-temoignage-des-volontaires-des-parents-et-des-encadrants/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fle-temoignage-des-volontaires-des-parents-et-des-encadrants%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/phase-2-mission-interet-general/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fphase-2-mission-interet-general%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Frobots.txt |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_landing_page |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap.xml |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_landing_page |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fsitemap_index.xml |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/victoria-15-ans-une-jeune-volontaire-engagee-pour-les-autres/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fvictoria-15-ans-une-jeune-volontaire-engagee-pour-les-autres%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | handl_url |
Attack | |
Evidence | https%3A%2F%2Fwww.snu.gouv.fr%2Fwp-json%2F |
Other Info | cookie:handl_url cookie:handl_ip cookie:handl_original_ref cookie:handl_landing_page cookie:handl_ref |
Instances | 12 |
Solution |
This is an informational alert rather than a vulnerability and so there is nothing to fix.
|
Reference | https://www.zaproxy.org/docs/desktop/addons/authentication-helper/session-mgmt-id |
CWE Id | |
WASC Id | |
Plugin Id | 10112 |
Informational |
Storable and Cacheable Content |
---|---|
Description |
The response contents are storable by caching components such as proxy servers, and may be retrieved directly from the cache, rather than from the origin server by the caching servers, in response to similar requests from other users. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where "shared" caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.
|
URL | https://www.snu.gouv.fr/robots.txt |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=2592000 |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=3600 |
Other Info | |
URL | https://www.snu.gouv.fr/wp-content/uploads/2024/06/2024_Lycees_engages_flyer_web-vdef2.pdf |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=31536000 |
Other Info | |
URL | https://www.snu.gouv.fr/wp-content/uploads/2024/09/Plateforme-SNU-Eleve-CLE2024-2025.pdf |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=31536000 |
Other Info | |
Instances | 4 |
Solution |
Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:
Cache-Control: no-cache, no-store, must-revalidate, private
Pragma: no-cache
Expires: 0
This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.
|
Reference |
https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231 https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html |
CWE Id | 524 |
WASC Id | 13 |
Plugin Id | 10049 |
Informational |
Storable but Non-Cacheable Content |
---|---|
Description |
The response contents are storable by caching components such as proxy servers, but will not be retrieved directly from the cache, without validating the request upstream, in response to similar requests from other users.
|
URL | https://www.snu.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/ |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/blog/ |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/phase-1-sejour-cohesion/ |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/sitemap_index.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/temoignages/ |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://www.snu.gouv.fr/wp-json/ |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
Instances | 7 |
Solution | |
Reference |
https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231 https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html |
CWE Id | 524 |
WASC Id | 13 |
Plugin Id | 10049 |