ZAP Scanning Report

Site: https://pad.incubateur.net

Generated on Sun, 20 Apr 2025 04:55:43

ZAP Version: 2.16.1

ZAP by Checkmarx

Summary of Alerts

Risk Level Number of Alerts
High
1
Medium
7
Low
6
Informational
11
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
Vulnerable JS Library High 2
CSP: Failure to Define Directive with No Fallback Medium 3
CSP: Wildcard Directive Medium 3
CSP: script-src unsafe-eval Medium 3
CSP: style-src unsafe-inline Medium 3
Missing Anti-clickjacking Header Medium 7
Sub Resource Integrity Attribute Missing Medium 1
Vulnerable JS Library Medium 1
Dangerous JS Functions Low 3
Insufficient Site Isolation Against Spectre Vulnerability Low 9
Permissions Policy Header Not Set Low 11
Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) Low 11
Timestamp Disclosure - Unix Low 12
X-Content-Type-Options Header Missing Low 11
Base64 Disclosure Informational 12
Information Disclosure - Suspicious Comments Informational 7
Modern Web Application Informational 7
Non-Storable Content Informational 6
Re-examine Cache-control Directives Informational 9
Sec-Fetch-Dest Header is Missing Informational 5
Sec-Fetch-Mode Header is Missing Informational 5
Sec-Fetch-Site Header is Missing Informational 5
Sec-Fetch-User Header is Missing Informational 5
Session Management Response Identified Informational 9
Storable and Cacheable Content Informational 5

Alert Detail

High
Vulnerable JS Library
Description
The identified library appears to be vulnerable.
URL https://pad.incubateur.net/build/cover-pack.a9f950f41d76c45e8553.js
Method GET
Parameter
Attack
Evidence //! moment.js //! version : 2.29.1
Other Info The identified library moment.js, version 2.29.1 is vulnerable. CVE-2022-31129 CVE-2022-24785 https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g https://security.snyk.io/vuln/SNYK-JS-MOMENT-2944238 https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence //! moment.js //! version : 2.29.1
Other Info The identified library moment.js, version 2.29.1 is vulnerable. CVE-2022-31129 CVE-2022-24785 https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g https://security.snyk.io/vuln/SNYK-JS-MOMENT-2944238 https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
Instances 2
Solution
Upgrade to the latest version of the affected library.
Reference https://owasp.org/Top10/A06_2021-Vulnerable_and_Outdated_Components/
CWE Id 1395
WASC Id
Plugin Id 10003
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://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-72fd53a7-e986-4b80-84ee-e7eb6f0a86a4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info The directive(s): frame-ancestors, form-action is/are among the directives that do not fallback to default-src.
URL https://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-bff3c3c1-0ada-4d90-8858-51ee77a427a8' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info The directive(s): frame-ancestors, form-action is/are among the directives that do not fallback to default-src.
URL https://pad.incubateur.net/
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-932a1f65-8d0e-4da7-a16c-a9dec3caa5f4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info The directive(s): frame-ancestors, 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://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-72fd53a7-e986-4b80-84ee-e7eb6f0a86a4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: img-src, connect-src, frame-src, media-src, object-src, worker-src
URL https://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-bff3c3c1-0ada-4d90-8858-51ee77a427a8' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: img-src, connect-src, frame-src, media-src, object-src, worker-src
URL https://pad.incubateur.net/
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-932a1f65-8d0e-4da7-a16c-a9dec3caa5f4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined: img-src, connect-src, frame-src, media-src, object-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-eval
Description
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
URL https://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-72fd53a7-e986-4b80-84ee-e7eb6f0a86a4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info script-src includes unsafe-eval.
URL https://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-bff3c3c1-0ada-4d90-8858-51ee77a427a8' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info script-src includes unsafe-eval.
URL https://pad.incubateur.net/
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-932a1f65-8d0e-4da7-a16c-a9dec3caa5f4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info script-src includes unsafe-eval.
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://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-72fd53a7-e986-4b80-84ee-e7eb6f0a86a4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info style-src includes unsafe-inline.
URL https://pad.incubateur.net
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-bff3c3c1-0ada-4d90-8858-51ee77a427a8' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
Other Info style-src includes unsafe-inline.
URL https://pad.incubateur.net/
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self';script-src 'self' vimeo.com https://gist.github.com www.slideshare.net 'unsafe-eval' https://disqus.com https://*.disqus.com https://*.disquscdn.com https://www.google-analytics.com 'nonce-932a1f65-8d0e-4da7-a16c-a9dec3caa5f4' 'sha256-81acLZNZISnyGYZrSuoYhpzwDTTxi7vC1YM4uNxqWaM=';img-src *;style-src 'self' 'unsafe-inline' https://github.githubassets.com https://*.disquscdn.com;font-src 'self' data: https://public.slidesharecdn.com https://*.disquscdn.com;object-src *;media-src *;child-src *;connect-src *
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
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://pad.incubateur.net
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://pad.incubateur.net/features
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://pad.incubateur.net/s/release-notes
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://pad.incubateur.net/s/terms-of-use
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://pad.incubateur.net/slide-example
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://pad.incubateur.net/yaml-metadata
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
Instances 7
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://pad.incubateur.net/build/MathJax/config/Safe.js
Method GET
Parameter
Attack
Evidence <script * src="http://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS_HTML,Safe"> * </script>
Other Info
Instances 1
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
Medium
Vulnerable JS Library
Description
The identified library appears to be vulnerable.
URL https://pad.incubateur.net/build/index-pack.97dac0ffaf7a668b2a3e.js
Method GET
Parameter
Attack
Evidence /*! jQuery UI - v1.11.4
Other Info The identified library jquery-ui, version 1.11.4 is vulnerable. CVE-2021-41184 CVE-2021-41183 CVE-2021-41182 CVE-2022-31160 https://github.com/advisories/GHSA-h6gj-6jjq-h8g9 https://bugs.jqueryui.com/ticket/15284 https://github.com/jquery/jquery-ui/commit/8cc5bae1caa1fcf96bf5862c5646c787020ba3f9 https://nvd.nist.gov/vuln/detail/CVE-2022-31160 https://github.com/jquery/jquery-ui/security/advisories/GHSA-gpqq-952q-5327 https://nvd.nist.gov/vuln/detail/CVE-2021-41184 https://nvd.nist.gov/vuln/detail/CVE-2021-41183 https://github.com/jquery/jquery-ui/security/advisories/GHSA-9gj3-hwp5-pmwc https://nvd.nist.gov/vuln/detail/CVE-2021-41182 https://github.com/jquery/jquery-ui/issues/2101
Instances 1
Solution
Upgrade to the latest version of the affected library.
Reference https://owasp.org/Top10/A06_2021-Vulnerable_and_Outdated_Components/
CWE Id 1395
WASC Id
Plugin Id 10003
Low
Dangerous JS Functions
Description
A dangerous JS function seems to be in use that would leave the site vulnerable.
URL https://pad.incubateur.net/build/cover-pack.a9f950f41d76c45e8553.js
Method GET
Parameter
Attack
Evidence eval(
Other Info
URL https://pad.incubateur.net/build/index-pack.97dac0ffaf7a668b2a3e.js
Method GET
Parameter
Attack
Evidence eval(
Other Info
URL https://pad.incubateur.net/build/MathJax/MathJax.js
Method GET
Parameter
Attack
Evidence EVAL(
Other Info
Instances 3
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://pad.incubateur.net
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net/icons/apple-touch-icon.png
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net/icons/favicon-32x32.png
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net/icons/site.webmanifest
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence
Other Info
Instances 9
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://pad.incubateur.net
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/build/common.9a80e4667cfe74cd3793.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/build/MathJax/config/TeX-AMS-MML_HTMLorMML.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/config
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/features
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/js/mathjax-config-extra.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/s/release-notes
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/s/terms-of-use
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/slide-example
Method GET
Parameter
Attack
Evidence
Other Info
URL https://pad.incubateur.net/yaml-metadata
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://pad.incubateur.net
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/auth/oauth2
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/icons/apple-touch-icon.png
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/icons/favicon-32x32.png
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/logout
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/me/delete/
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/me/export
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/new
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/robots.txt
Method GET
Parameter
Attack
Evidence X-Powered-By: Express
Other Info
URL https://pad.incubateur.net/sitemap.xml
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
Timestamp Disclosure - Unix
Description
A timestamp was disclosed by the application/web server. - Unix
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1431655768
Other Info 1431655768, which evaluates to: 2015-05-15 02:09:28.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1481765933
Other Info 1481765933, which evaluates to: 2016-12-15 01:38:53.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1668509029
Other Info 1668509029, which evaluates to: 2022-11-15 10:43:49.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1685025377
Other Info 1685025377, which evaluates to: 2023-05-25 14:36:17.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1794895138
Other Info 1794895138, which evaluates to: 2026-11-17 05:58:58.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1819895653
Other Info 1819895653, which evaluates to: 2027-09-02 14:34:13.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1852075885
Other Info 1852075885, which evaluates to: 2028-09-09 01:31:25.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1852142177
Other Info 1852142177, which evaluates to: 2028-09-09 19:56:17.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1886610805
Other Info 1886610805, which evaluates to: 2029-10-13 18:33:25.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1936682341
Other Info 1936682341, which evaluates to: 2031-05-16 07:19:01.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 1952801890
Other Info 1952801890, which evaluates to: 2031-11-18 20:58:10.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence 2037671283
Other Info 2037671283, which evaluates to: 2034-07-28 03:48:03.
Instances 12
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://pad.incubateur.net
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://pad.incubateur.net/
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://pad.incubateur.net/build/cover.9d2bc807d9062ac0ef97.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://pad.incubateur.net/build/font-pack.7f8ad7b6ec95ff6949ef.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://pad.incubateur.net/icons/apple-touch-icon.png
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://pad.incubateur.net/icons/favicon-16x16.png
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://pad.incubateur.net/icons/favicon-32x32.png
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://pad.incubateur.net/icons/favicon.ico
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://pad.incubateur.net/icons/safari-pinned-tab.svg
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://pad.incubateur.net/icons/site.webmanifest
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://pad.incubateur.net/s/terms-of-use
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
Instances 11
Solution
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
Reference https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
https://owasp.org/www-community/Security_Headers
CWE Id 693
WASC Id 15
Plugin Id 10021
Informational
Base64 Disclosure
Description
Base64 encoded data was disclosed by the application/web server. Note: in the interests of performance not all base64 strings in the response were analyzed individually, the entire response should be looked at by the analyst/security team/developer(s).
URL https://pad.incubateur.net
Method GET
Parameter
Attack
Evidence 3A9YB7inFTqjCCe5o7_X5U1te9m3s-HnOB
Other Info �X��:�'�����Mm{ٷ���8
URL https://pad.incubateur.net
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/auth/oauth2
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/config
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/logout
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/me/delete/
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/me/export
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/new
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/robots.txt
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/s/terms-of-use
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
URL https://pad.incubateur.net/sitemap.xml
Method GET
Parameter
Attack
Evidence 3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj
Other Info ��Pᅯ��5��#�]!(~`�� ӎ
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://pad.incubateur.net/build/common.9a80e4667cfe74cd3793.js
Method GET
Parameter
Attack
Evidence username
Other Info The following pattern was used: \bUSERNAME\b and was detected in likely comment: "//,hn={},Ki={},pn="*/".concat("*"),Gi=V.createElement("a");Gi.href=Ei.href;function gn(e){return function(t,i){typeof t!="string", see evidence field for the suspicious comment/snippet.
URL https://pad.incubateur.net/build/cover-pack.a9f950f41d76c45e8553.js
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "//momentjs.com/guides/#/warnings/define-locale/ for more info."),_=Be[i]._config;else if(c.parentLocale!=null)if(Be[c.parentLoca", see evidence field for the suspicious comment/snippet.
URL https://pad.incubateur.net/build/index-pack.97dac0ffaf7a668b2a3e.js
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "//momentjs.com/guides/#/warnings/define-locale/ for more info."),$e=gr[J]._config;else if(Ee.parentLocale!=null)if(gr[Ee.parentL", see evidence field for the suspicious comment/snippet.
URL https://pad.incubateur.net/build/MathJax/MathJax.js
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "// Get author configuration from MathJax variable, if any", see evidence field for the suspicious comment/snippet.
URL https://pad.incubateur.net/build/pretty-pack.611842abfbc0c87adec1.js
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "//momentjs.com/guides/#/warnings/define-locale/ for more info."),je=fn[W]._config;else if(ge.parentLocale!=null)if(fn[ge.parentL", see evidence field for the suspicious comment/snippet.
URL https://pad.incubateur.net
Method GET
Parameter
Attack
Evidence user
Other Info The following pattern was used: \bUSER\b and was detected in likely comment: "<!-- delete user modal -->", see evidence field for the suspicious comment/snippet.
URL https://pad.incubateur.net/
Method GET
Parameter
Attack
Evidence user
Other Info The following pattern was used: \bUSER\b and was detected in likely comment: "<!-- delete user modal -->", see evidence field for the suspicious comment/snippet.
Instances 7
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://pad.incubateur.net
Method GET
Parameter
Attack
Evidence <a href="#">Intro</a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://pad.incubateur.net/
Method GET
Parameter
Attack
Evidence <a href="#">Intro</a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://pad.incubateur.net/features
Method GET
Parameter
Attack
Evidence <a class="ui-short-status" data-toggle="dropdown"><span class="label label-danger"><i class="fa fa-plug"></i> </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://pad.incubateur.net/s/release-notes
Method GET
Parameter
Attack
Evidence <a href="#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://pad.incubateur.net/s/terms-of-use
Method GET
Parameter
Attack
Evidence <a href="#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://pad.incubateur.net/slide-example
Method GET
Parameter
Attack
Evidence <a class="ui-short-status" data-toggle="dropdown"><span class="label label-danger"><i class="fa fa-plug"></i> </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
URL https://pad.incubateur.net/yaml-metadata
Method GET
Parameter
Attack
Evidence <a class="ui-short-status" data-toggle="dropdown"><span class="label label-danger"><i class="fa fa-plug"></i> </span> </a>
Other Info Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.
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://pad.incubateur.net/auth/oauth2
Method GET
Parameter
Attack
Evidence 302
Other Info
URL https://pad.incubateur.net/logout
Method GET
Parameter
Attack
Evidence 302
Other Info
URL https://pad.incubateur.net/me/export
Method GET
Parameter
Attack
Evidence 302
Other Info
URL https://pad.incubateur.net/new
Method GET
Parameter
Attack
Evidence 302
Other Info
URL https://pad.incubateur.net/robots.txt
Method GET
Parameter
Attack
Evidence 302
Other Info
URL https://pad.incubateur.net/sitemap.xml
Method GET
Parameter
Attack
Evidence 302
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://pad.incubateur.net
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter cache-control
Attack
Evidence
Other Info
URL https://pad.incubateur.net/features
Method GET
Parameter cache-control
Attack
Evidence private
Other Info
URL https://pad.incubateur.net/icons/browserconfig.xml
Method GET
Parameter cache-control
Attack
Evidence public, max-age=86400
Other Info
URL https://pad.incubateur.net/icons/site.webmanifest
Method GET
Parameter cache-control
Attack
Evidence public, max-age=86400
Other Info
URL https://pad.incubateur.net/s/release-notes
Method GET
Parameter cache-control
Attack
Evidence private
Other Info
URL https://pad.incubateur.net/s/terms-of-use
Method GET
Parameter cache-control
Attack
Evidence private
Other Info
URL https://pad.incubateur.net/slide-example
Method GET
Parameter cache-control
Attack
Evidence private
Other Info
URL https://pad.incubateur.net/yaml-metadata
Method GET
Parameter cache-control
Attack
Evidence private
Other Info
Instances 9
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://pad.incubateur.net
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://pad.incubateur.net/new
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://pad.incubateur.net/robots.txt
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://pad.incubateur.net/sitemap.xml
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
Instances 5
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://pad.incubateur.net
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://pad.incubateur.net/new
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://pad.incubateur.net/robots.txt
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://pad.incubateur.net/sitemap.xml
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
Instances 5
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://pad.incubateur.net
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://pad.incubateur.net/new
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://pad.incubateur.net/robots.txt
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://pad.incubateur.net/sitemap.xml
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
Instances 5
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://pad.incubateur.net
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://pad.incubateur.net/
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://pad.incubateur.net/new
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://pad.incubateur.net/robots.txt
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://pad.incubateur.net/sitemap.xml
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
Instances 5
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://pad.incubateur.net
Method GET
Parameter connect.sid
Attack
Evidence s%3A9YB7inFTqjCCe5o7_X5U1te9m3s-HnOB.tTHYekNYK3xZxnFyf9spQjC%2BlmEAMEJue%2BGMHAj67dI
Other Info cookie:connect.sid
URL https://pad.incubateur.net
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
URL https://pad.incubateur.net/auth/oauth2
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
URL https://pad.incubateur.net/features
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
URL https://pad.incubateur.net/logout
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
URL https://pad.incubateur.net/me/delete/
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
URL https://pad.incubateur.net/me/export
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
URL https://pad.incubateur.net/new
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
URL https://pad.incubateur.net/s/terms-of-use
Method GET
Parameter connect.sid
Attack
Evidence s%3A_ZUOGFr-39NbL2I-ldISh-YJ7iAwnTjj.UyQZfdQErQDoV7RqSNaoeF9gt5l32yBuzIVY4T3AdSQ
Other Info cookie:connect.sid
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://pad.incubateur.net
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.
URL https://pad.incubateur.net/
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.
URL https://pad.incubateur.net/icons/apple-touch-icon.png
Method GET
Parameter
Attack
Evidence max-age=86400
Other Info
URL https://pad.incubateur.net/icons/favicon-32x32.png
Method GET
Parameter
Attack
Evidence max-age=86400
Other Info
URL https://pad.incubateur.net/me/delete/
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 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://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.