Risk Level | Number of Alerts |
---|---|
High
|
1
|
Medium
|
6
|
Low
|
4
|
Informational
|
12
|
False Positives:
|
0
|
For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).
High |
PII Disclosure |
---|---|
Description |
The response contains Personally Identifiable Information, such as CC number, SSN and similar sensitive data.
|
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/exemples |
Method | GET |
Parameter | |
Attack | |
Evidence | 580846790724 |
Other Info | Credit Card Type detected: Maestro Bank Identification Number: 580846 Brand: MAESTRO Category: Issuer: |
Instances | 1 |
Solution |
Check the response for the potential presence of personally identifiable information (PII), ensure nothing sensitive is leaked by the application.
|
Reference | |
CWE Id | 359 |
WASC Id | 13 |
Plugin Id | 10062 |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | The directive(s): frame-ancestors is/are among the directives that do not fallback to default-src. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | The directive(s): frame-ancestors is/are among the directives that do not fallback to default-src. |
Instances | 2 |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: style-src, img-src, font-src |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: style-src, img-src, font-src |
Instances | 2 |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | script-src includes unsafe-inline. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | script-src includes unsafe-inline. |
Instances | 2 |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | style-src includes unsafe-inline. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | Content-Security-Policy |
Attack | |
Evidence | default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self' https: file:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline' https://stats.beta.gouv.fr/matomo.js https://stats.beta.gouv.fr/plugins/HeatmaSessionRecording/configs.php;script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests ;connect-src 'self' https://stats.beta.gouv.fr https://photon.komoot.io https://sentry.incubateur.net https://cdn.jsdelivr.net |
Other Info | style-src includes unsafe-inline. |
Instances | 2 |
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 |
Missing Anti-clickjacking Header |
---|---|
Description |
The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.
|
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/alimentation |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/boisson |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/caspratiques |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/chauffage |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/comparateur/etiquette |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/electromenager |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/fruitsetlegumes |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/habillement |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/livraison |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/mobilier |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/numerique |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/iframes/transport |
Method | GET |
Parameter | x-frame-options |
Attack | |
Evidence | |
Other Info | |
Instances | 12 |
Solution |
Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.
If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options |
CWE Id | 1021 |
WASC Id | 15 |
Plugin Id | 10020 |
Medium |
Sub Resource Integrity Attribute Missing |
---|---|
Description |
The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.
|
URL | https://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | <link rel="preload" href="https://cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous"/> |
Other Info | |
Instances | 9 |
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 |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/robots.txt |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | Cross-Origin-Resource-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | Cross-Origin-Embedder-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | Cross-Origin-Opener-Policy |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/comparateur |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/livraison |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/transport |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=Accueil |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home-banner |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/stats |
Method | GET |
Parameter | |
Attack | |
Evidence | |
Other Info | |
Instances | 11 |
Solution |
Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.
|
Reference |
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy
https://developer.chrome.com/blog/feature-policy/ https://scotthelme.co.uk/a-new-security-header-feature-policy/ https://w3c.github.io/webappsec-feature-policy/ https://www.smashingmagazine.com/2018/12/feature-policy/ |
CWE Id | 693 |
WASC Id | 15 |
Plugin Id | 10063 |
Low |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/comparateur |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/livraison |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/transport |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=Accueil |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home-banner |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/stats |
Method | GET |
Parameter | |
Attack | |
Evidence | X-Powered-By: Next.js |
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 |
Timestamp Disclosure - Unix |
---|---|
Description |
A timestamp was disclosed by the application/web server. - Unix
|
URL | https://preimpactco2.osc-fr1.scalingo.io/_next/static/chunks/3398-1a781a983d47a293.js |
Method | GET |
Parameter | |
Attack | |
Evidence | 1743339172 |
Other Info | 1743339172, which evaluates to: 2025-03-30 12:52:52. |
Instances | 1 |
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 |
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://preimpactco2.osc-fr1.scalingo.io/_next/static/css/54911c12e9277d58.css |
Method | GET |
Parameter | |
Attack | |
Evidence | CheckboxInput_container__k9QTE |
Other Info | ���1"zn��(�֢����OPL |
URL | https://preimpactco2.osc-fr1.scalingo.io/_next/static/css/eaa07e7163e52aad.css |
Method | GET |
Parameter | |
Attack | |
Evidence | TransportComparisonEquivalent_top__3AbRe |
Other Info | N����+�*&��ⲉĪ�jW���h����^ |
URL | https://preimpactco2.osc-fr1.scalingo.io/accessibilite |
Method | GET |
Parameter | |
Attack | |
Evidence | fr/institutionnel/6257-plan-annuel-de-mise-en-accessibilite-des-sites-webBlue-de-l-ademe |
Other Info | ~���b��b�yޗ��翩���jy�z_�{颱�q�,����u�>�+^��ln{�^�_�u� |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/guide-utilisation |
Method | GET |
Parameter | |
Attack | |
Evidence | Capture_decran_2025-04-15_a_13 |
Other Info | �m���u�+j��n~ӏ����� |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/comparateur |
Method | GET |
Parameter | |
Attack | |
Evidence | 2FwEaCXVzLXdlc3QtMiJGMEQCIEPW2BSJabsVrWVAbkpknggvxpz5qfbI22nf3rwOOvVhAiBxfVujuIBXUMZhRSf1UL2IbqJZSpq79wrP9 |
Other Info | �\h%�̵ݕ�дȉ��[`R%��V���)�x �s��#m�z�8�Մ���n��]C���B�!��e*j��+? |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/livraison |
Method | GET |
Parameter | |
Attack | |
Evidence | 2FwEaCXVzLXdlc3QtMiJGMEQCIEPW2BSJabsVrWVAbkpknggvxpz5qfbI22nf3rwOOvVhAiBxfVujuIBXUMZhRSf1UL2IbqJZSpq79wrP9 |
Other Info | �\h%�̵ݕ�дȉ��[`R%��V���)�x �s��#m�z�8�Մ���n��]C���B�!��e*j��+? |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/transport |
Method | GET |
Parameter | |
Attack | |
Evidence | 2FwEaCXVzLXdlc3QtMiJGMEQCIEPW2BSJabsVrWVAbkpknggvxpz5qfbI22nf3rwOOvVhAiBxfVujuIBXUMZhRSf1UL2IbqJZSpq79wrP9 |
Other Info | �\h%�̵ݕ�дȉ��[`R%��V���)�x �s��#m�z�8�Մ���n��]C���B�!��e*j��+? |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=Accueil |
Method | GET |
Parameter | |
Attack | |
Evidence | CheckboxInput_container__k9QTE |
Other Info | ���1"zn��(�֢����OPL |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | |
Attack | |
Evidence | CheckboxInput_container__k9QTE |
Other Info | ���1"zn��(�֢����OPL |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home |
Method | GET |
Parameter | |
Attack | |
Evidence | CheckboxInput_container__k9QTE |
Other Info | ���1"zn��(�֢����OPL |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home-banner |
Method | GET |
Parameter | |
Attack | |
Evidence | CheckboxInput_container__k9QTE |
Other Info | ���1"zn��(�֢����OPL |
URL | https://preimpactco2.osc-fr1.scalingo.io/suggestion?fromLabel=Accueil&simulatorName=du%20site |
Method | GET |
Parameter | |
Attack | |
Evidence | CheckboxInput_container__k9QTE |
Other Info | ���1"zn��(�֢����OPL |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//base-empreinte.ademe.fr/\"]]],[\" et \"],[\"Agribalyse\",[[\"a\",\"https://agribalyse.ademe.fr/\"]]],[\").\"]]},\"created_time", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//base-empreinte.ademe.fr/\"]]],[\" et \"],[\"Agribalyse\",[[\"a\",\"https://agribalyse.ademe.fr/\"]]],[\").\"]]},\"created_time", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/api |
Method | GET |
Parameter | |
Attack | |
Evidence | query |
Other Info | The following pattern was used: \bQUERY\b and was detected in likely comment: "//cdn.jsdelivr.net/npm/@gouvfr/dsfr@1.12.1/dist/fonts/Marianne-Regular.woff2\",{\"rel\":\"preload\",\"href\":\"https://cdn.jsdel", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/exemples |
Method | GET |
Parameter | |
Attack | |
Evidence | db |
Other Info | The following pattern was used: \bDB\b and was detected in likely comment: "//www.w3.org/2000/svg\",\"width\":\"17\",\"height\":\"16\",\"viewBox\":\"0 0 17 16\",\"fill\":\"none\",\"children\":[\"$\",\"pat", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/guide-utilisation |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//impactco2.fr/outils/transport\"],[\"b\"]]],[\" permet à votre public de mesurer l’impact carbone d’un déplacement afin de \"],", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/questions-frequentes |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//www.w3.org/2000/svg\",\"width\":\"17\",\"height\":\"16\",\"viewBox\":\"0 0 17 16\",\"fill\":\"none\",\"children\":[\"$\",\"pat", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//base-empreinte.ademe.fr/\"]]],[\" et \"],[\"Agribalyse\",[[\"a\",\"https://agribalyse.ademe.fr/\"]]],[\").\"]]},\"created_time", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/comparateur |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//base-empreinte.ademe.fr/\"]]],[\" et \"],[\"Agribalyse\",[[\"a\",\"https://agribalyse.ademe.fr/\"]]],[\").\"]]},\"created_time", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/livraison |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//base-empreinte.ademe.fr/\"]]],[\" et \"],[\"Agribalyse\",[[\"a\",\"https://agribalyse.ademe.fr/\"]]],[\").\"]]},\"created_time", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/transport |
Method | GET |
Parameter | |
Attack | |
Evidence | select |
Other Info | The following pattern was used: \bSELECT\b and was detected in likely comment: "//base-empreinte.ademe.fr/\"]]],[\" et \"],[\"Agribalyse\",[[\"a\",\"https://agribalyse.ademe.fr/\"]]],[\").\"]]},\"created_time", see evidence field for the suspicious comment/snippet. |
URL | https://preimpactco2.osc-fr1.scalingo.io/suggestion?fromLabel=Accueil&simulatorName=du%20site |
Method | GET |
Parameter | |
Attack | |
Evidence | bug |
Other Info | The following pattern was used: \bBUG\b and was detected in likely comment: "//preimpactco2.osc-fr1.scalingo.io/meta/main.png\"}],[\"$\",\"meta\",\"5\",{\"name\":\"twitter:card\",\"content\":\"summary_larg", see evidence field for the suspicious comment/snippet. |
Instances | 11 |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/questions-frequentes |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/comparateur |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/livraison |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils/transport |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=Accueil |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home-banner |
Method | GET |
Parameter | |
Attack | |
Evidence | <a class="Link_link__kqI8J Header_link__7__6t" target="_self" href="/outils"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M15.4636 19.9909H4.54545C2.04545 19.9909 0 17.9555 0 15.4475V4.54339C0 2.03544 2.03636 0 4.54545 0H15.4636C17.9636 0 20 2.03544 20 4.54339V15.4566C20 17.9555 17.9636 20 15.4636 20V19.9909ZM4.54545 1.81736C3.04545 1.81736 1.81818 3.03498 1.81818 4.54339V15.4566C1.81818 16.9559 3.03636 18.1826 4.54545 18.1826H15.4636C16.9636 18.1826 18.1818 16.965 18.1818 15.4566V4.54339C18.1818 3.04407 16.9636 1.81736 15.4636 1.81736H4.54545Z" fill="currentcolor"></path><path d="M7.27273 13.6302C7.03636 13.6302 6.80909 13.5393 6.62727 13.3667L3.9 10.6406C3.54545 10.2862 3.54545 9.71377 3.9 9.35938L6.62727 6.63335C6.98182 6.27896 7.55454 6.27896 7.90909 6.63335C8.26364 6.98773 8.26364 7.5602 7.90909 7.91458L5.82727 9.99546L7.90909 12.0763C8.26364 12.4307 8.26364 13.0032 7.90909 13.3576C7.72727 13.5393 7.5 13.6211 7.26364 13.6211L7.27273 13.6302Z" fill="currentcolor"></path><path d="M12.7273 13.6302C12.4909 13.6302 12.2636 13.5393 12.0818 13.3667C11.7273 13.0123 11.7273 12.4398 12.0818 12.0854L14.1636 10.0045L12.0818 7.92367C11.7273 7.56929 11.7273 6.99682 12.0818 6.64244C12.4364 6.28805 13.0091 6.28805 13.3636 6.64244L16.0909 9.36847C16.4455 9.72285 16.4455 10.2953 16.0909 10.6497L13.3636 13.3757C13.1818 13.5575 12.9545 13.6393 12.7182 13.6393L12.7273 13.6302Z" fill="currentcolor"></path></svg>Les outils</a> |
Other Info | Links have been found with a target of '_self' - this is often used by modern frameworks to force a full page reload. |
Instances | 11 |
Solution |
This is an informational alert and so no changes are required.
|
Reference | |
CWE Id | |
WASC Id | |
Plugin Id | 10109 |
Informational |
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://preimpactco2.osc-fr1.scalingo.io/outils/comparateur |
Method | GET |
Parameter | |
Attack | |
Evidence | no-store |
Other Info | |
Instances | 1 |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=1, stale-while-revalidate=31535999 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=1, stale-while-revalidate=31535999 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc/questions-frequentes |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=1, stale-while-revalidate=31535999 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=1, stale-while-revalidate=31535999 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=Accueil |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home-banner |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | public, max-age=0 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | cache-control |
Attack | |
Evidence | public, max-age=0 |
Other Info | |
Instances | 10 |
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 |
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://preimpactco2.osc-fr1.scalingo.io/robots.txt |
Method | GET |
Parameter | Sec-Fetch-Dest |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | Sec-Fetch-Dest |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-Dest |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-Dest header is included in request headers.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Dest |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
Sec-Fetch-Mode Header is Missing |
---|---|
Description |
Allows to differentiate between requests for navigating between HTML pages and requests for loading resources like images, audio etc.
|
URL | https://preimpactco2.osc-fr1.scalingo.io/robots.txt |
Method | GET |
Parameter | Sec-Fetch-Mode |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | Sec-Fetch-Mode |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-Mode |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-Mode header is included in request headers.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Mode |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
Sec-Fetch-Site Header is Missing |
---|---|
Description |
Specifies the relationship between request initiator's origin and target's origin.
|
URL | https://preimpactco2.osc-fr1.scalingo.io/robots.txt |
Method | GET |
Parameter | Sec-Fetch-Site |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | Sec-Fetch-Site |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-Site |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-Site header is included in request headers.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Site |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
Sec-Fetch-User Header is Missing |
---|---|
Description |
Specifies if a navigation request was initiated by a user.
|
URL | https://preimpactco2.osc-fr1.scalingo.io/robots.txt |
Method | GET |
Parameter | Sec-Fetch-User |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | Sec-Fetch-User |
Attack | |
Evidence | |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | Sec-Fetch-User |
Attack | |
Evidence | |
Other Info | |
Instances | 3 |
Solution |
Ensure that Sec-Fetch-User header is included in user initiated requests.
|
Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-User |
CWE Id | 352 |
WASC Id | 9 |
Plugin Id | 90005 |
Informational |
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://preimpactco2.osc-fr1.scalingo.io |
Method | GET |
Parameter | |
Attack | |
Evidence | s-maxage=1 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/ |
Method | GET |
Parameter | |
Attack | |
Evidence | s-maxage=1 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/doc |
Method | GET |
Parameter | |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/outils |
Method | GET |
Parameter | |
Attack | |
Evidence | s-maxage=1 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=Accueil |
Method | GET |
Parameter | |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home |
Method | GET |
Parameter | |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=home-banner |
Method | GET |
Parameter | |
Attack | |
Evidence | s-maxage=31536000 |
Other Info | |
Instances | 7 |
Solution |
Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:
Cache-Control: no-cache, no-store, must-revalidate, private
Pragma: no-cache
Expires: 0
This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.
|
Reference |
https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231 https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html |
CWE Id | 524 |
WASC Id | 13 |
Plugin Id | 10049 |
Informational |
Storable but Non-Cacheable Content |
---|---|
Description |
The response contents are storable by caching components such as proxy servers, but will not be retrieved directly from the cache, without validating the request upstream, in response to similar requests from other users.
|
URL | https://preimpactco2.osc-fr1.scalingo.io/robots.txt |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap-0.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
URL | https://preimpactco2.osc-fr1.scalingo.io/sitemap.xml |
Method | GET |
Parameter | |
Attack | |
Evidence | max-age=0 |
Other Info | |
Instances | 3 |
Solution | |
Reference |
https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231 https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html |
CWE Id | 524 |
WASC Id | 13 |
Plugin Id | 10049 |
Informational |
User Controllable HTML Element Attribute (Potential XSS) |
---|---|
Description |
This check looks at user-supplied input in query string parameters and POST data to identify where certain HTML attribute values might be controlled. This provides hot-spot detection for XSS (cross-site scripting) that will require further review by a security analyst to determine exploitability.
|
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [div] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_footerexplain__h7zng |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [div] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_header__nfzfh |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [div] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_internalcontainer__woxgq |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [div] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_logos__tj0ze |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [div] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_toplinks__jegjg |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [div] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footerbanner_banner__trhwg |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [footer] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_footer__ena9m |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [footer] tag [id] attribute The user input found was: fromLabel=footer The user-controlled value was: footer |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [h2] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_linktitle__llrf3 |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [li] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_bottomlink__oi1xo |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [ul] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_bottomlinks__zm1vi |
URL | https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer |
Method | GET |
Parameter | fromLabel |
Attack | |
Evidence | |
Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://preimpactco2.osc-fr1.scalingo.io/rendez-vous?fromLabel=footer appears to include user input in: a(n) [ul] tag [class] attribute The user input found was: fromLabel=footer The user-controlled value was: footer_linkcontainer__dfqsq |
Instances | 12 |
Solution |
Validate all input and sanitize output it before writing to any HTML attributes.
|
Reference | https://cheatsheetseries.owasp.org/cheatsheets/Input_Validation_Cheat_Sheet.html |
CWE Id | 20 |
WASC Id | 20 |
Plugin Id | 10031 |