Risk Level | Number of Alerts |
---|---|
High
|
0
|
Medium
|
7
|
Low
|
10
|
Informational
|
12
|
False Positives:
|
0
|
For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).
Medium |
CSP: Failure to Define Directive with No Fallback |
---|---|
Description |
The Content Security Policy fails to define one of the directives that has no fallback. Missing/excluding them is the same as allowing anything.
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | The directive(s): form-action is/are among the directives that do not fallback to default-src. |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | The directive(s): form-action is/are among the directives that do not fallback to default-src. |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | The directive(s): form-action is/are among the directives that do not fallback to default-src. |
Instances | 3 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Medium |
CSP: Wildcard Directive |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: script-src, style-src, img-src, connect-src, frame-src, font-src, media-src, object-src, manifest-src, worker-src |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: script-src, style-src, img-src, connect-src, frame-src, font-src, media-src, object-src, manifest-src, worker-src |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: script-src, style-src, img-src, connect-src, frame-src, font-src, media-src, object-src, manifest-src, worker-src |
Instances | 3 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Medium |
CSP: script-src unsafe-inline |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | script-src includes unsafe-inline. |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | script-src includes unsafe-inline. |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | script-src includes unsafe-inline. |
Instances | 3 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Medium |
CSP: style-src unsafe-inline |
---|---|
Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | style-src includes unsafe-inline. |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | style-src includes unsafe-inline. |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | content-security-policy |
Attack | |
Evidence | frame-ancestors 'none'; |
Other Info | style-src includes unsafe-inline. |
Instances | 3 |
Solution |
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
|
Reference |
https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy https://content-security-policy.com/ https://github.com/HtmlUnit/htmlunit-csp https://developers.google.com/web/fundamentals/security/csp#policy_applies_to_a_wide_variety_of_resources |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10055 |
Medium |
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://jafer.beta.gouv.fr/version-test/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
Instances | 1 |
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 |
Cross-Domain Misconfiguration |
---|---|
Description |
Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server.
|
URL | https://jafer.beta.gouv.fr/package/dynamic_js/5b6cffd6d2fbe829b80ce1827811fd9e25a740f58c4cc339ccc3f06716c6dc11/jafer-beta-gouv/live/non_connecte/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/dynamic_js/6881a24e1f971e21cc49feff60053b2b8e357886c90eeb9386513f9f8fe2b5de/jafer-beta-gouv/live/cgu/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/dynamic_js/7cb7ed2e0d6b1a7008cdd746ac79d7e354818cb83b2690a3b3db6a5bc3aa1223/jafer-beta-gouv/live/404/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/early_js/05ae9fe83d6b755291132aab9d325d70918aafd336da1bd91a41a31c8b25734b/early.js |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/run_css/2c9f281f07382c7e50a54f22c3039626f0147684261bb6b6e1350b0fddf8879c/jafer-beta-gouv/live/qui-sommes-nous/xfalse/xfalse/run.css |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/run_css/4265503b38504c63e69a3dfd9a52eeeb09ff86cbf9b5097776d10bdb00979bf7/jafer-beta-gouv/live/mentions/xfalse/xfalse/run.css |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/run_css/b78b3f42536489c08ab7244f6a328ba707e080c8b2e45266c7e838fc89fdf7e1/jafer-beta-gouv/live/404/xfalse/xfalse/run.css |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/run_css/f0d8dd12e9a3379101671fe57fde2ac58d21f0c07c539b6641c167791bf8b573/jafer-beta-gouv/live/non_connecte/xfalse/xfalse/run.css |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/run_css/f604502b74872acb4bc1019dd8e9c7098e17f52be9c7ca8198d378ed7fad8b37/jafer-beta-gouv/live/cgu/xfalse/xfalse/run.css |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/static_js/2a2fabd68de9804536bb2827eb0164b34854c194ac844896f27ae16590430a2c/jafer-beta-gouv/live/404/xnull/xfalse/xfalse/xfalse/static.js |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
URL | https://jafer.beta.gouv.fr/package/static_js/bb9b7090d0cc0f9fa4cf64b9c6f53d3944bdd22281019907e6d2b1c057631e06/jafer-beta-gouv/live/non_connecte/xnull/xfalse/xfalse/xfalse/static.js |
Method | GET |
Parameter | |
Attack | |
Evidence | access-control-allow-origin: * |
Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
Instances | 12 |
Solution |
Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).
Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.
|
Reference | https://vulncat.fortify.com/en/detail?id=desc.config.dotnet.html5_overly_permissive_cors_policy |
CWE Id | 264 |
WASC Id | 14 |
Plugin Id | 10098 |
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://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="stylesheet" href="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery.toast.min.css" /> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <script id="apexcharts" src="https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.37.3/apexcharts.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery-xss.toast.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://unpkg.com/@dotlottie/player-component@1.0.0/dist/dotlottie-player.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="stylesheet" href="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery.toast.min.css" /> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | <script id="apexcharts" src="https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.37.3/apexcharts.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery-xss.toast.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://unpkg.com/@dotlottie/player-component@1.0.0/dist/dotlottie-player.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></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://jafer.beta.gouv.fr |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/cgu |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/mentions |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/politique-confidentialite |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/qui-sommes-nous |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/version-test/ |
Method | GET |
Parameter | jafer-beta-gouv_u1_testmain |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1_testmain |
Other Info | |
Instances | 8 |
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 |
Cookie without SameSite Attribute |
---|---|
Description |
A cookie has been set without the SameSite attribute, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | jafer-beta-gouv_live_u2main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_live_u2main |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | jafer-beta-gouv_live_u2main.sig |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_live_u2main.sig |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | jafer-beta-gouv_live_u2main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_live_u2main |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | jafer-beta-gouv_live_u2main.sig |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_live_u2main.sig |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | jafer-beta-gouv_u1main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1main |
Other Info | |
URL | https://jafer.beta.gouv.fr/version-test/ |
Method | GET |
Parameter | jafer-beta-gouv_test_u2main |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_test_u2main |
Other Info | |
URL | https://jafer.beta.gouv.fr/version-test/ |
Method | GET |
Parameter | jafer-beta-gouv_test_u2main.sig |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_test_u2main.sig |
Other Info | |
URL | https://jafer.beta.gouv.fr/version-test/ |
Method | GET |
Parameter | jafer-beta-gouv_u1_testmain |
Attack | |
Evidence | set-cookie: jafer-beta-gouv_u1_testmain |
Other Info | |
Instances | 9 |
Solution |
Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.
|
Reference | https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site |
CWE Id | 1275 |
WASC Id | 13 |
Plugin Id | 10054 |
Low |
Cross-Domain JavaScript Source File Inclusion |
---|---|
Description |
The page includes one or more script files from a third-party domain.
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | //eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1539208662229x803640740225091600/download.js |
Attack | |
Evidence | <script src="//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1539208662229x803640740225091600/download.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | //eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1618227041113x740068462949819800/clipboard.min.js |
Attack | |
Evidence | <script type="text/javascript" src="//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1618227041113x740068462949819800/clipboard.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.37.3/apexcharts.min.js |
Attack | |
Evidence | <script id="apexcharts" src="https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.37.3/apexcharts.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery-xss.toast.min.js |
Attack | |
Evidence | <script src="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery-xss.toast.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | https://unpkg.com/@dotlottie/player-component@1.0.0/dist/dotlottie-player.js |
Attack | |
Evidence | <script src="https://unpkg.com/@dotlottie/player-component@1.0.0/dist/dotlottie-player.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | //eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1539208662229x803640740225091600/download.js |
Attack | |
Evidence | <script src="//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1539208662229x803640740225091600/download.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | //eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1618227041113x740068462949819800/clipboard.min.js |
Attack | |
Evidence | <script type="text/javascript" src="//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1618227041113x740068462949819800/clipboard.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.37.3/apexcharts.min.js |
Attack | |
Evidence | <script id="apexcharts" src="https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.37.3/apexcharts.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery-xss.toast.min.js |
Attack | |
Evidence | <script src="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery-xss.toast.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | https://unpkg.com/@dotlottie/player-component@1.0.0/dist/dotlottie-player.js |
Attack | |
Evidence | <script src="https://unpkg.com/@dotlottie/player-component@1.0.0/dist/dotlottie-player.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js"></script> |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js |
Attack | |
Evidence | <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script> |
Other Info | |
Instances | 14 |
Solution |
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
|
Reference | |
CWE Id | 829 |
WASC Id | 15 |
Plugin Id | 10017 |
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://jafer.beta.gouv.fr |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/cgu |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/mentions |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/robots.txt |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/cgu |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/mentions |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/cgu |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/mentions |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
Instances | 13 |
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://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/cgu |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/mentions |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/dynamic_js/5b6cffd6d2fbe829b80ce1827811fd9e25a740f58c4cc339ccc3f06716c6dc11/jafer-beta-gouv/live/non_connecte/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/dynamic_js/7cb7ed2e0d6b1a7008cdd746ac79d7e354818cb83b2690a3b3db6a5bc3aa1223/jafer-beta-gouv/live/404/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/early_js/05ae9fe83d6b755291132aab9d325d70918aafd336da1bd91a41a31c8b25734b/early.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/politique-confidentialite |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/qui-sommes-nous |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://jafer.beta.gouv.fr/version-test/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
Instances | 12 |
Solution |
Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.
|
Reference |
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy
https://developer.chrome.com/blog/feature-policy/ https://scotthelme.co.uk/a-new-security-header-feature-policy/ https://w3c.github.io/webappsec-feature-policy/ https://www.smashingmagazine.com/2018/12/feature-policy/ |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10063 |
Low |
Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) |
---|---|
Description |
The web/application server is leaking information via one or more "X-Powered-By" HTTP response headers. Access to such information may facilitate attackers identifying other frameworks/components your web application is reliant upon and the vulnerabilities such components may be subject to.
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/mentions |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/non_connecte |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/dynamic_js/5b6cffd6d2fbe829b80ce1827811fd9e25a740f58c4cc339ccc3f06716c6dc11/jafer-beta-gouv/live/non_connecte/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/early_js/05ae9fe83d6b755291132aab9d325d70918aafd336da1bd91a41a31c8b25734b/early.js |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/run_css/b78b3f42536489c08ab7244f6a328ba707e080c8b2e45266c7e838fc89fdf7e1/jafer-beta-gouv/live/404/xfalse/xfalse/run.css |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/package/run_css/f0d8dd12e9a3379101671fe57fde2ac58d21f0c07c539b6641c167791bf8b573/jafer-beta-gouv/live/non_connecte/xfalse/xfalse/run.css |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/robots.txt |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
URL | https://jafer.beta.gouv.fr/version-test/ |
Method | GET |
Parameter | |
Attack | |
Evidence | x-powered-by: Express |
Other Info | |
Instances | 11 |
Solution |
Ensure that your web server, application server, load balancer, etc. is configured to suppress "X-Powered-By" headers.
|
Reference |
https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/01-Information_Gathering/08-Fingerprint_Web_Application_Framework
https://www.troyhunt.com/2012/02/shhh-dont-let-your-response-headers.html |
CWE Id | 497 |
WASC Id | 13 |
Plugin Id | 10037 |
Low |
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://jafer.beta.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://jafer.beta.gouv.fr/cgu |
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://jafer.beta.gouv.fr/mentions |
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://jafer.beta.gouv.fr/non_connecte |
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://jafer.beta.gouv.fr/package/dynamic_js/5b6cffd6d2fbe829b80ce1827811fd9e25a740f58c4cc339ccc3f06716c6dc11/jafer-beta-gouv/live/non_connecte/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
URL | https://jafer.beta.gouv.fr/package/early_js/05ae9fe83d6b755291132aab9d325d70918aafd336da1bd91a41a31c8b25734b/early.js |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
URL | https://jafer.beta.gouv.fr/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
URL | https://jafer.beta.gouv.fr/package/run_css/b78b3f42536489c08ab7244f6a328ba707e080c8b2e45266c7e838fc89fdf7e1/jafer-beta-gouv/live/404/xfalse/xfalse/run.css |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
URL | https://jafer.beta.gouv.fr/package/run_css/f0d8dd12e9a3379101671fe57fde2ac58d21f0c07c539b6641c167791bf8b573/jafer-beta-gouv/live/non_connecte/xfalse/xfalse/run.css |
Method | GET |
Parameter | x-content-type-options |
Attack | |
Evidence | |
Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
URL | https://jafer.beta.gouv.fr/politique-confidentialite |
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://jafer.beta.gouv.fr/qui-sommes-nous |
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://jafer.beta.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. |
Instances | 12 |
Solution |
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
|
Reference |
https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
https://owasp.org/www-community/Security_Headers |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10021 |
Informational |
Base64 Disclosure |
---|---|
Description |
Base64 encoded data was disclosed by the application/web server. Note: in the interests of performance not all base64 strings in the response were analyzed individually, the entire response should be looked at by the analyst/security team/developer(s).
|
URL | https://jafer.beta.gouv.fr |
Method | GET |
Parameter | |
Attack | |
Evidence | AIzaSyCebx8FdHHtRD5tnDgdj8UKSATDfnbR-Jk |
Other Info |