ZAP Scanning Report

Site: https://jafer.beta.gouv.fr

Generated on Sun, 1 Jun 2025 12:33:27

ZAP Version: 2.16.1

ZAP by Checkmarx

Summary of Alerts

Risk Level Number of Alerts
High
0
Medium
7
Low
10
Informational
12
False Positives:
0

Summary of Sequences

For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).

Alerts

Name Risk Level Number of Instances
CSP: Failure to Define Directive with No Fallback Medium 3
CSP: Wildcard Directive Medium 3
CSP: script-src unsafe-inline Medium 3
CSP: style-src unsafe-inline Medium 3
Content Security Policy (CSP) Header Not Set Medium 1
Cross-Domain Misconfiguration Medium 12
Sub Resource Integrity Attribute Missing Medium 12
Cookie No HttpOnly Flag Low 8
Cookie without SameSite Attribute Low 9
Cross-Domain JavaScript Source File Inclusion Low 14
Dangerous JS Functions Low 6
Insufficient Site Isolation Against Spectre Vulnerability Low 13
Permissions Policy Header Not Set Low 12
Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) Low 11
Strict-Transport-Security Header Not Set Low 12
Timestamp Disclosure - Unix Low 26
X-Content-Type-Options Header Missing Low 12
Base64 Disclosure Informational 12
Information Disclosure - Suspicious Comments Informational 12
Modern Web Application Informational 7
Non-Storable Content Informational 6
Re-examine Cache-control Directives Informational 7
Retrieved from Cache Informational 5
Sec-Fetch-Dest Header is Missing Informational 3
Sec-Fetch-Mode Header is Missing Informational 3
Sec-Fetch-Site Header is Missing Informational 3
Sec-Fetch-User Header is Missing Informational 3
Session Management Response Identified Informational 9
Storable and Cacheable Content Informational 6

Alert Detail

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
Dangerous JS Functions
Description
A dangerous JS function seems to be in use that would leave the site vulnerable.
URL https://jafer.beta.gouv.fr/package/static_js/1883c3be77afb85bdac7afb90f66b6304cfc05fc9f8c6086181025ecc71cf190/jafer-beta-gouv/live/politique-confidentialite/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence eval(
Other Info
URL https://jafer.beta.gouv.fr/package/static_js/210e92a5735782a98d6db8102c72be8185bded94027b2379efcbdf9cc4d63d02/jafer-beta-gouv/live/qui-sommes-nous/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence eval(
Other Info
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 eval(
Other Info
URL https://jafer.beta.gouv.fr/package/static_js/55a9046122ea6306e4a4c3bb2f7c7e946630bab961aa833c942a28b7365142e3/jafer-beta-gouv/live/cgu/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence eval(
Other Info
URL https://jafer.beta.gouv.fr/package/static_js/ba12f533d317b0ea1d942e08253255c695c07c68b055864e93c9a761a3d35d52/jafer-beta-gouv/live/mentions/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence eval(
Other Info
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 eval(
Other Info
Instances 6
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://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
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://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/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/package/run_css/b78b3f42536489c08ab7244f6a328ba707e080c8b2e45266c7e838fc89fdf7e1/jafer-beta-gouv/live/404/xfalse/xfalse/run.css
Method GET
Parameter
Attack
Evidence
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
Other Info
URL https://jafer.beta.gouv.fr/robots.txt
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 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://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1444681467
Other Info 1444681467, which evaluates to: 2015-10-12 20:24:27.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1473231341
Other Info 1473231341, which evaluates to: 2016-09-07 06:55:41.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1502002290
Other Info 1502002290, which evaluates to: 2017-08-06 06:51:30.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1530992060
Other Info 1530992060, which evaluates to: 2018-07-07 19:34:20.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1560198380
Other Info 1560198380, which evaluates to: 2019-06-10 20:26:20.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1640531527
Other Info 1640531527, which evaluates to: 2021-12-26 15:12:07.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1700485571
Other Info 1700485571, which evaluates to: 2023-11-20 13:06:11.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1732584193
Other Info 1732584193, which evaluates to: 2024-11-26 01:23:13.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1732584194
Other Info 1732584194, which evaluates to: 2024-11-26 01:23:14.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1735328473
Other Info 1735328473, which evaluates to: 2024-12-27 19:41:13.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1770035416
Other Info 1770035416, which evaluates to: 2026-02-02 12:30:16.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1804603682
Other Info 1804603682, which evaluates to: 2027-03-09 14:48:02.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1839030562
Other Info 1839030562, which evaluates to: 2028-04-11 01:49:22.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1873313359
Other Info 1873313359, which evaluates to: 2029-05-12 20:49:19.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1894986606
Other Info 1894986606, which evaluates to: 2030-01-18 17:10:06.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1926607734
Other Info 1926607734, which evaluates to: 2031-01-19 16:48:54.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1958414417
Other Info 1958414417, which evaluates to: 2032-01-22 20:00:17.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 1990404162
Other Info 1990404162, which evaluates to: 2033-01-27 02:02:42.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 2022574463
Other Info 2022574463, which evaluates to: 2034-02-03 10:14:23.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence 2054922799
Other Info 2054922799, which evaluates to: 2035-02-12 19:53:19.
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 1631356967
Other Info 1631356967, which evaluates to: 2021-09-11 10:42:47.
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 1651593298
Other Info 1651593298, which evaluates to: 2022-05-03 15:54:58.
URL https://jafer.beta.gouv.fr/package/static_js/ba12f533d317b0ea1d942e08253255c695c07c68b055864e93c9a761a3d35d52/jafer-beta-gouv/live/mentions/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence 1631356967
Other Info 1631356967, which evaluates to: 2021-09-11 10:42:47.
URL https://jafer.beta.gouv.fr/package/static_js/ba12f533d317b0ea1d942e08253255c695c07c68b055864e93c9a761a3d35d52/jafer-beta-gouv/live/mentions/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence 1651593298
Other Info 1651593298, which evaluates to: 2022-05-03 15:54:58.
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 1631356967
Other Info 1631356967, which evaluates to: 2021-09-11 10:42:47.
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 1651593298
Other Info 1651593298, which evaluates to: 2022-05-03 15:54:58.
Instances 26
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://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 ��K �otq�D>m�8�� H�~v���
URL https://jafer.beta.gouv.fr/cgu
Method GET
Parameter
Attack
Evidence AIzaSyCebx8FdHHtRD5tnDgdj8UKSATDfnbR-Jk
Other Info ��K �otq�D>m�8�� H�~v���
URL https://jafer.beta.gouv.fr/mentions
Method GET
Parameter
Attack
Evidence AIzaSyCebx8FdHHtRD5tnDgdj8UKSATDfnbR-Jk
Other Info ��K �otq�D>m�8�� H�~v���
URL https://jafer.beta.gouv.fr/non_connecte
Method GET
Parameter
Attack
Evidence AIzaSyCebx8FdHHtRD5tnDgdj8UKSATDfnbR-Jk
Other Info ��K �otq�D>m�8�� H�~v���
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 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
Other Info �Q� ��0ӏA�QU�a��qן���Y�����ۯ���]�㞻�߿
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 io/f1689753010294x976748322062495200/Badge
Other Info ���ׯ=���M��{�<�m��n=�m4���
URL https://jafer.beta.gouv.fr/package/run_css/b78b3f42536489c08ab7244f6a328ba707e080c8b2e45266c7e838fc89fdf7e1/jafer-beta-gouv/live/404/xfalse/xfalse/run.css
Method GET
Parameter
Attack
Evidence PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjQxLDguNThMMTIsMTMuMTdMMTYuNTksOC41OEwxOCwxMEwxMiwxNkw2LDEwTDcuNDEsOC41OFoiIC8+Cjwvc3ZnPgo=
Other Info <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"> <path fill="#999999" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /> </svg>
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 PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjQxLDguNThMMTIsMTMuMTdMMTYuNTksOC41OEwxOCwxMEwxMiwxNkw2LDEwTDcuNDEsOC41OFoiIC8+Cjwvc3ZnPgo=
Other Info <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"> <path fill="#999999" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /> </svg>
URL https://jafer.beta.gouv.fr/package/run_css/f604502b74872acb4bc1019dd8e9c7098e17f52be9c7ca8198d378ed7fad8b37/jafer-beta-gouv/live/cgu/xfalse/xfalse/run.css
Method GET
Parameter
Attack
Evidence PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjQxLDguNThMMTIsMTMuMTdMMTYuNTksOC41OEwxOCwxMEwxMiwxNkw2LDEwTDcuNDEsOC41OFoiIC8+Cjwvc3ZnPgo=
Other Info <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"> <path fill="#999999" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /> </svg>
URL https://jafer.beta.gouv.fr/politique-confidentialite
Method GET
Parameter
Attack
Evidence AIzaSyCebx8FdHHtRD5tnDgdj8UKSATDfnbR-Jk
Other Info ��K �otq�D>m�8�� H�~v���
URL https://jafer.beta.gouv.fr/qui-sommes-nous
Method GET
Parameter
Attack
Evidence AIzaSyCebx8FdHHtRD5tnDgdj8UKSATDfnbR-Jk
Other Info ��K �otq�D>m�8�� H�~v���
URL https://jafer.beta.gouv.fr/sitemap.xml
Method GET
Parameter
Attack
Evidence AIzaSyCebx8FdHHtRD5tnDgdj8UKSATDfnbR-Jk
Other Info ��K �otq�D>m�8�� H�~v���
Instances 12
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
Information Disclosure - Suspicious Comments
Description
The response appears to contain suspicious comments which may help an attacker.
URL https://jafer.beta.gouv.fr/package/dynamic_js/2a7b8cb20360430c0fe8f36b031a364bfe7c2589a91f85cdfc97a438bb7c74a1/jafer-beta-gouv/live/mentions/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js
Method GET
Parameter
Attack
Evidence admin
Other Info The following pattern was used: \bADMIN\b and was detected in likely comment: "//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1721909523564x608209006930089300/map-pin-darkblue.svg"},"telephonecontact_text", see evidence field for the suspicious comment/snippet.
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 admin
Other Info The following pattern was used: \bADMIN\b and was detected in likely comment: "//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1721909523564x608209006930089300/map-pin-darkblue.svg"},"telephonecontact_text", see evidence field for the suspicious comment/snippet.
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 admin
Other Info The following pattern was used: \bADMIN\b and was detected in likely comment: "//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1721909523564x608209006930089300/map-pin-darkblue.svg"},"telephonecontact_text", see evidence field for the suspicious comment/snippet.
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 admin
Other Info The following pattern was used: \bADMIN\b and was detected in likely comment: "//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1721909523564x608209006930089300/map-pin-darkblue.svg"},"telephonecontact_text", see evidence field for the suspicious comment/snippet.
URL https://jafer.beta.gouv.fr/package/dynamic_js/deb7ee22fadd4730c9874f8e5a97913c766472c9864d6c9bb1039d063ee346da/jafer-beta-gouv/live/qui-sommes-nous/xnull/xfalse/xfalse/fr_fr/xfalse/xfalse/dynamic.js
Method GET
Parameter
Attack
Evidence admin
Other Info The following pattern was used: \bADMIN\b and was detected in likely comment: "//eba3cd73b26da308c33fac00f2897fc9.cdn.bubble.io/f1721909523564x608209006930089300/map-pin-darkblue.svg"},"telephonecontact_text", see evidence field for the suspicious comment/snippet.
URL https://jafer.beta.gouv.fr/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js
Method GET
Parameter
Attack
Evidence username
Other Info The following pattern was used: \bUSERNAME\b and was detected in likely comment: "//,Rt={},Mt={},It="*/".concat("*"),Wt=E.createElement("a");function Ft(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");v", see evidence field for the suspicious comment/snippet.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence bug
Other Info The following pattern was used: \bBUG\b and was detected in likely comment: "//github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__co", see evidence field for the suspicious comment/snippet.
URL https://jafer.beta.gouv.fr/package/static_js/210e92a5735782a98d6db8102c72be8185bded94027b2379efcbdf9cc4d63d02/jafer-beta-gouv/live/qui-sommes-nous/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence bug
Other Info The following pattern was used: \bBUG\b and was detected in likely comment: "//github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__co", see evidence field for the suspicious comment/snippet.
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 bug
Other Info The following pattern was used: \bBUG\b and was detected in likely comment: "//github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__co", see evidence field for the suspicious comment/snippet.
URL https://jafer.beta.gouv.fr/package/static_js/55a9046122ea6306e4a4c3bb2f7c7e946630bab961aa833c942a28b7365142e3/jafer-beta-gouv/live/cgu/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence bug
Other Info The following pattern was used: \bBUG\b and was detected in likely comment: "//github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__co", see evidence field for the suspicious comment/snippet.
URL https://jafer.beta.gouv.fr/package/static_js/ba12f533d317b0ea1d942e08253255c695c07c68b055864e93c9a761a3d35d52/jafer-beta-gouv/live/mentions/xnull/xfalse/xfalse/xfalse/static.js
Method GET
Parameter
Attack
Evidence bug
Other Info The following pattern was used: \bBUG\b and was detected in likely comment: "//github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__co", see evidence field for the suspicious comment/snippet.
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 bug
Other Info The following pattern was used: \bBUG\b and was detected in likely comment: "//github.com/zloirock/core-js/blob/v3.35.1/LICENSE",source:"https://github.com/zloirock/core-js"})}});var require_to_object=__co", see evidence field for the suspicious comment/snippet.
Instances 12
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
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://jafer.beta.gouv.fr
Method GET
Parameter
Attack
Evidence <script type="text/javascript"> window.bubble_session_uid = '1748781195827x167770107489988900'; </script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://jafer.beta.gouv.fr/cgu
Method GET
Parameter
Attack
Evidence <script type="text/javascript"> window.bubble_session_uid = '1748781196146x424511832080300100'; </script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://jafer.beta.gouv.fr/mentions
Method GET
Parameter
Attack
Evidence <script type="text/javascript"> window.bubble_session_uid = '1748781196146x424511832080300100'; </script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://jafer.beta.gouv.fr/non_connecte
Method GET
Parameter
Attack
Evidence <script type="text/javascript"> window.bubble_session_uid = '1748781196146x424511832080300100'; </script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://jafer.beta.gouv.fr/politique-confidentialite
Method GET
Parameter
Attack
Evidence <script type="text/javascript"> window.bubble_session_uid = '1748781196146x424511832080300100'; </script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://jafer.beta.gouv.fr/qui-sommes-nous
Method GET
Parameter
Attack
Evidence <script type="text/javascript"> window.bubble_session_uid = '1748781196146x424511832080300100'; </script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://jafer.beta.gouv.fr/sitemap.xml
Method GET
Parameter
Attack
Evidence <script type="text/javascript"> window.bubble_session_uid = '1748781196146x424511832080300100'; </script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
Instances 7
Solution
This is an informational alert and so no changes are required.
Reference
CWE Id
WASC Id
Plugin Id 10109
Informational
Non-Storable Content
Description
The response contents are not storable by caching components such as proxy servers. If the response does not contain sensitive, personal or user-specific information, it may benefit from being stored and cached, to improve performance.
URL https://jafer.beta.gouv.fr
Method GET
Parameter
Attack
Evidence 302
Other Info
URL https://jafer.beta.gouv.fr
Method GET
Parameter
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/mentions
Method GET
Parameter
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/non_connecte
Method GET
Parameter
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/sitemap.xml
Method GET
Parameter
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/version-test/
Method GET
Parameter
Attack
Evidence 401
Other Info
Instances 6
Solution
The content may be marked as storable by ensuring that the following conditions are satisfied:

The request method must be understood by the cache and defined as being cacheable ("GET", "HEAD", and "POST" are currently defined as cacheable)

The response status code must be understood by the cache (one of the 1XX, 2XX, 3XX, 4XX, or 5XX response classes are generally understood)

The "no-store" cache directive must not appear in the request or response header fields

For caching by "shared" caches such as "proxy" caches, the "private" response directive must not appear in the response

For caching by "shared" caches such as "proxy" caches, the "Authorization" header field must not appear in the request, unless the response explicitly allows it (using one of the "must-revalidate", "public", or "s-maxage" Cache-Control response directives)

In addition to the conditions above, at least one of the following conditions must also be satisfied by the response:

It must contain an "Expires" header field

It must contain a "max-age" response directive

For "shared" caches such as "proxy" caches, it must contain a "s-maxage" response directive

It must contain a "Cache Control Extension" that allows it to be cached

It must have a status code that is defined as cacheable by default (200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501).
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
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://jafer.beta.gouv.fr
Method GET
Parameter cache-control
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/cgu
Method GET
Parameter cache-control
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/mentions
Method GET
Parameter cache-control
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/non_connecte
Method GET
Parameter cache-control
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/politique-confidentialite
Method GET
Parameter cache-control
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/qui-sommes-nous
Method GET
Parameter cache-control
Attack
Evidence no-store
Other Info
URL https://jafer.beta.gouv.fr/robots.txt
Method GET
Parameter cache-control
Attack
Evidence
Other Info
Instances 7
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://jafer.beta.gouv.fr/package/early_js/05ae9fe83d6b755291132aab9d325d70918aafd336da1bd91a41a31c8b25734b/early.js
Method GET
Parameter
Attack
Evidence Age: 1309985
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://jafer.beta.gouv.fr/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js
Method GET
Parameter
Attack
Evidence Age: 934908
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
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 Age: 89
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://jafer.beta.gouv.fr/package/run_js/df282bb44541a0535c0c80f4837d862f0df84a3ce5d109109039d3b478bb332d/xfalse/x29/run.js
Method GET
Parameter
Attack
Evidence Age: 165518
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://jafer.beta.gouv.fr/robots.txt
Method GET
Parameter
Attack
Evidence Age: 57
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
Instances 5
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://jafer.beta.gouv.fr
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/robots.txt
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/version-test/
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://jafer.beta.gouv.fr
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/robots.txt
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/version-test/
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://jafer.beta.gouv.fr
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/robots.txt
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/version-test/
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://jafer.beta.gouv.fr
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/robots.txt
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://jafer.beta.gouv.fr/version-test/
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://jafer.beta.gouv.fr
Method GET
Parameter jafer-beta-gouv_live_u2main.sig
Attack
Evidence 5Y-F8S99kX9pn7QyNIZQVIjOe8U
Other Info cookie:jafer-beta-gouv_live_u2main.sig cookie:jafer-beta-gouv_live_u2main cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr
Method GET
Parameter jafer-beta-gouv_live_u2main.sig
Attack
Evidence B7cPvm14w5zWmIqYs99Go4vXxHI
Other Info cookie:jafer-beta-gouv_live_u2main.sig cookie:jafer-beta-gouv_live_u2main cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr/cgu
Method GET
Parameter jafer-beta-gouv_u1main
Attack
Evidence 1748781196146x424511832080300100
Other Info cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr/mentions
Method GET
Parameter jafer-beta-gouv_u1main
Attack
Evidence 1748781196146x424511832080300100
Other Info cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr/non_connecte
Method GET
Parameter jafer-beta-gouv_u1main
Attack
Evidence 1748781196146x424511832080300100
Other Info cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr/politique-confidentialite
Method GET
Parameter jafer-beta-gouv_u1main
Attack
Evidence 1748781196146x424511832080300100
Other Info cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr/qui-sommes-nous
Method GET
Parameter jafer-beta-gouv_u1main
Attack
Evidence 1748781196146x424511832080300100
Other Info cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr/sitemap.xml
Method GET
Parameter jafer-beta-gouv_live_u2main.sig
Attack
Evidence zV7tOTxfnPvD6_YQx0sqy8R2hd4
Other Info cookie:jafer-beta-gouv_live_u2main.sig cookie:jafer-beta-gouv_live_u2main cookie:jafer-beta-gouv_u1main
URL https://jafer.beta.gouv.fr/version-test/
Method GET
Parameter jafer-beta-gouv_test_u2main
Attack
Evidence bus|1748781196202x176890791443207600|1748781196249x984367337378113700
Other Info cookie:jafer-beta-gouv_test_u2main cookie:jafer-beta-gouv_test_u2main.sig cookie:jafer-beta-gouv_u1_testmain
Instances 9
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://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 max-age=31536000
Other Info
URL https://jafer.beta.gouv.fr/package/early_js/05ae9fe83d6b755291132aab9d325d70918aafd336da1bd91a41a31c8b25734b/early.js
Method GET
Parameter
Attack
Evidence max-age=31536000
Other Info
URL https://jafer.beta.gouv.fr/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js
Method GET
Parameter
Attack
Evidence max-age=31536000
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 max-age=31536000
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 max-age=31536000
Other Info
URL https://jafer.beta.gouv.fr/robots.txt
Method GET
Parameter
Attack
Evidence
Other Info In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234.
Instances 6
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

Sequence Details

With the associated active scan results.