ZAP Scanning Report

Site: https://cartobio.agencebio.org

Generated on Sun, 6 Jul 2025 02:49:15

ZAP Version: 2.16.1

ZAP by Checkmarx

Summary of Alerts

Risk Level Number of Alerts
High
0
Medium
2
Low
5
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
Content Security Policy (CSP) Header Not Set Medium 5
Missing Anti-clickjacking Header Medium 5
Insufficient Site Isolation Against Spectre Vulnerability Low 9
Permissions Policy Header Not Set Low 11
Strict-Transport-Security Header Not Set Low 12
Timestamp Disclosure - Unix Low 1
X-Content-Type-Options Header Missing Low 11
Base64 Disclosure Informational 12
Information Disclosure - Suspicious Comments Informational 4
Modern Web Application Informational 5
Re-examine Cache-control Directives Informational 5
Retrieved from Cache Informational 9
Sec-Fetch-Dest Header is Missing Informational 3
Sec-Fetch-Mode Header is Missing Informational 3
Sec-Fetch-Site Header is Missing Informational 3
Sec-Fetch-User Header is Missing Informational 3
Storable and Cacheable Content Informational 8
Storable but Non-Cacheable Content Informational 4

Alert Detail

Medium
Content Security Policy (CSP) Header Not Set
Description
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
URL https://cartobio.agencebio.org
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/api
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter
Attack
Evidence
Other Info
Instances 5
Solution
Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.
Reference https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
https://www.w3.org/TR/CSP/
https://w3c.github.io/webappsec-csp/
https://web.dev/articles/csp
https://caniuse.com/#feat=contentsecuritypolicy
https://content-security-policy.com/
CWE Id 693
WASC Id 15
Plugin Id 10038
Medium
Missing Anti-clickjacking Header
Description
The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.
URL https://cartobio.agencebio.org
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/api
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter x-frame-options
Attack
Evidence
Other Info
Instances 5
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
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://cartobio.agencebio.org
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/logo-agence-bio-Cdaw3v-R.png
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/polyfills-Dmvj34Jb.js
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter Cross-Origin-Resource-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
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://cartobio.agencebio.org
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/api
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/framework-uX1Z8G4f.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/index-CCSPlQBr.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/maplibre-gl-B9CXKHce.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/polyfills-Dmvj34Jb.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/sentry-bUTMi_WK.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/registerSW.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/sitemap.xml
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
Strict-Transport-Security Header Not Set
Description
HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.
URL https://cartobio.agencebio.org
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/api
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/framework-uX1Z8G4f.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/index-CCSPlQBr.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/logo-agence-bio-Cdaw3v-R.png
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/polyfills-Dmvj34Jb.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/sentry-bUTMi_WK.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/registerSW.js
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter
Attack
Evidence
Other Info
Instances 12
Solution
Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.
Reference https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html
https://owasp.org/www-community/Security_Headers
https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
https://caniuse.com/stricttransportsecurity
https://datatracker.ietf.org/doc/html/rfc6797
CWE Id 319
WASC Id 15
Plugin Id 10035
Low
Timestamp Disclosure - Unix
Description
A timestamp was disclosed by the application/web server. - Unix
URL https://cartobio.agencebio.org/assets/maplibre-gl-B9CXKHce.js
Method GET
Parameter
Attack
Evidence 1540483477
Other Info 1540483477, which evaluates to: 2018-10-25 16:04:37.
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
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://cartobio.agencebio.org
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://cartobio.agencebio.org/api
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://cartobio.agencebio.org/assets/favicon-DDh1SYw1.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://cartobio.agencebio.org/assets/framework-uX1Z8G4f.js
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://cartobio.agencebio.org/assets/index-CCSPlQBr.js
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://cartobio.agencebio.org/assets/logo-agence-bio-Cdaw3v-R.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://cartobio.agencebio.org/assets/polyfills-Dmvj34Jb.js
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://cartobio.agencebio.org/assets/sentry-bUTMi_WK.js
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://cartobio.agencebio.org/registerSW.js
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter x-content-type-options
Attack
Evidence
Other Info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses.
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://cartobio.agencebio.org
Method GET
Parameter
Attack
Evidence JReh68QKZS6m8cA2x14WdFrkTCmFvBHeNM9Cut2LWKQz7ZNjIXkpTB4ksT
Other Info %��� e.���6�^tZ�L)���4�B�݋X�3�c!y)L$�
URL https://cartobio.agencebio.org
Method GET
Parameter
Attack
Evidence /assets/logo-agence-bio-Cdaw3v-R
Other Info ��,z�?��(���Ǿn*> ְ���
URL https://cartobio.agencebio.org/
Method GET
Parameter
Attack
Evidence 2Fp6I81vgqmFnrEnpYN1NkaC9wumjGclQn0x5Tp6apcbEzoCpf8
Other Info �Zz#�o�����'��u6F�� ��g%B}1�:zj�:��
URL https://cartobio.agencebio.org/api
Method GET
Parameter
Attack
Evidence 2FNrZD3WT7iI3IqkGziqYnpFXp2ZkaNr
Other Info �Skd=�O��܊�8�bzE^����k
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter
Attack
Evidence dlZ9PQNjaO4CQsquVQCVUJdd0epHNZJjLUDuVydV50BQJYPgeV9g2dWE
Other Info vV}=ch�BʮU�P�]��G5�c-@�W'U�@P%��y_`�Մ
URL https://cartobio.agencebio.org/assets/framework-uX1Z8G4f.js
Method GET
Parameter
Attack
Evidence sNAzBI3lMAhbeupcGo7tYMceF2NgV4aEsaKKyCyzRamedh
Other Info ��3��0[z�\��`�c`W������,�E��v
URL https://cartobio.agencebio.org/assets/index-CCSPlQBr.js
Method GET
Parameter
Attack
Evidence 2FdPbWRFgHtWILti4yAJqVELjc2F8SMcNR1HuHJY
Other Info �WOmdE�{V �b� �Q �ͅ�#5G�rX
URL https://cartobio.agencebio.org/assets/logo-agence-bio-Cdaw3v-R.png
Method GET
Parameter
Attack
Evidence pEYH2BTBqJvGcUHQBa1sV1dZ3ic3ZR3XG19I1K
Other Info �F�����qA��lWWY�'7e�_H�
URL https://cartobio.agencebio.org/assets/polyfills-Dmvj34Jb.js
Method GET
Parameter
Attack
Evidence 2BSkdetY8cAnNVPWiy80YIlMNWdSQaa
Other Info ��u�X��'5S֋/4`�L5gRA�
URL https://cartobio.agencebio.org/registerSW.js
Method GET
Parameter
Attack
Evidence 2F9xtw8OVF9R86gt86wy1yJeB4CMdupZsmLKWYVm6PMPeps0SiMcm5rV93W
Other Info �_q�T_Q�-�2�"^��v�Y�b�Y�f��z�4J#����u
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter
Attack
Evidence x8p4ZMCPTd3aBwccD3zkbnlu5QdmOxIvKeqG3wXozTdmZwxirkeCpTdu
Other Info ��xd��M��|�nyn�f;/)����7fg b�G��7n
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter
Attack
Evidence YC8BlDgYYY1cDJGw8QlDqL3cjAVipCbW44XbBZwG
Other Info `/�8a�\ ��� C��܌b�&����
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://cartobio.agencebio.org/assets/framework-uX1Z8G4f.js
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "//vuejs.org/error-reference/#runtime-${n}`;for(;o;){const u=o.ec;if(u){for(let a=0;a<u.length;a++)if(u[a](e,i,l)===!1)return}o=o", see evidence field for the suspicious comment/snippet.
URL https://cartobio.agencebio.org/assets/index-CCSPlQBr.js
Method GET
Parameter
Attack
Evidence query
Other Info The following pattern was used: \bQUERY\b and was detected in likely comment: "//www.w3.org/2000/svg'%3e%3cg%20transform='translate(.22%20.35)'%20fill-rule='nonzero'%20fill='none'%3e%3cpath%20fill='%23ADC90E", see evidence field for the suspicious comment/snippet.
URL https://cartobio.agencebio.org/assets/maplibre-gl-B9CXKHce.js
Method GET
Parameter
Attack
Evidence from
Other Info The following pattern was used: \bFROM\b and was detected in likely comment: "//"))]}const hr="global-dispatcher";class Oi extends Error{constructor(e,r,s,o){super(`AJAXError: ${r} (${e}): ${s}`),this.statu", see evidence field for the suspicious comment/snippet.
URL https://cartobio.agencebio.org/assets/sentry-bUTMi_WK.js
Method GET
Parameter
Attack
Evidence debug
Other Info The following pattern was used: \bDEBUG\b and was detected in likely comment: "//www.example.com"),new Response,!0}catch{return!1}}function en(t){return t&&/^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.", see evidence field for the suspicious comment/snippet.
Instances 4
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://cartobio.agencebio.org
Method GET
Parameter
Attack
Evidence <script type="module" crossorigin src="/assets/polyfills-Dmvj34Jb.js"></script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://cartobio.agencebio.org/
Method GET
Parameter
Attack
Evidence <script type="module" crossorigin src="/assets/polyfills-Dmvj34Jb.js"></script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://cartobio.agencebio.org/api
Method GET
Parameter
Attack
Evidence <script type="module" crossorigin src="/assets/polyfills-Dmvj34Jb.js"></script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter
Attack
Evidence <script type="module" crossorigin src="/assets/polyfills-Dmvj34Jb.js"></script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter
Attack
Evidence <script type="module" crossorigin src="/assets/polyfills-Dmvj34Jb.js"></script>
Other Info No links have been found while there are scripts, which is an indication that this is a modern web application.
Instances 5
Solution
This is an informational alert and so no changes are required.
Reference
CWE Id
WASC Id
Plugin Id 10109
Informational
Re-examine Cache-control Directives
Description
The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.
URL https://cartobio.agencebio.org
Method GET
Parameter cache-control
Attack
Evidence no-cache
Other Info
URL https://cartobio.agencebio.org/
Method GET
Parameter cache-control
Attack
Evidence no-cache
Other Info
URL https://cartobio.agencebio.org/api
Method GET
Parameter cache-control
Attack
Evidence no-cache
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter cache-control
Attack
Evidence max-age=16070400
Other Info
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter cache-control
Attack
Evidence no-cache
Other Info
Instances 5
Solution
For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".
Reference https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
https://grayduck.mn/2021/09/13/cache-control-recommendations/
CWE Id 525
WASC Id 13
Plugin Id 10015
Informational
Retrieved from Cache
Description
The content was retrieved from a shared cache. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter
Attack
Evidence Age: 126359
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/assets/framework-uX1Z8G4f.js
Method GET
Parameter
Attack
Evidence Age: 109797
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/assets/index-CCSPlQBr.js
Method GET
Parameter
Attack
Evidence Age: 109794
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/assets/index-kFtjGRKF.css
Method GET
Parameter
Attack
Evidence Age: 109791
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/assets/logo-agence-bio-Cdaw3v-R.png
Method GET
Parameter
Attack
Evidence Age: 126356
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/assets/maplibre-gl-B9CXKHce.js
Method GET
Parameter
Attack
Evidence Age: 109790
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/assets/polyfills-Dmvj34Jb.js
Method GET
Parameter
Attack
Evidence Age: 109787
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/assets/sentry-bUTMi_WK.js
Method GET
Parameter
Attack
Evidence Age: 109785
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://cartobio.agencebio.org/registerSW.js
Method GET
Parameter
Attack
Evidence Age: 109781
Other Info The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
Instances 9
Solution
Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:

Cache-Control: no-cache, no-store, must-revalidate, private

Pragma: no-cache

Expires: 0

This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.
Reference https://tools.ietf.org/html/rfc7234
https://tools.ietf.org/html/rfc7231
https://www.rfc-editor.org/rfc/rfc9110.html
CWE Id
WASC Id
Plugin Id 10050
Informational
Sec-Fetch-Dest Header is Missing
Description
Specifies how and where the data would be used. For instance, if the value is audio, then the requested resource must be audio data and not any other type of resource.
URL https://cartobio.agencebio.org
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
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://cartobio.agencebio.org
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
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://cartobio.agencebio.org
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
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://cartobio.agencebio.org
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://cartobio.agencebio.org/robots.txt
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://cartobio.agencebio.org/assets/favicon-DDh1SYw1.ico
Method GET
Parameter
Attack
Evidence max-age=16070400
Other Info
URL https://cartobio.agencebio.org/assets/framework-uX1Z8G4f.js
Method GET
Parameter
Attack
Evidence max-age=31536000
Other Info
URL https://cartobio.agencebio.org/assets/index-CCSPlQBr.js
Method GET
Parameter
Attack
Evidence max-age=31536000
Other Info
URL https://cartobio.agencebio.org/assets/logo-agence-bio-Cdaw3v-R.png
Method GET
Parameter
Attack
Evidence max-age=31536000
Other Info
URL https://cartobio.agencebio.org/assets/polyfills-Dmvj34Jb.js
Method GET
Parameter
Attack
Evidence max-age=31536000
Other Info
URL https://cartobio.agencebio.org/assets/sentry-bUTMi_WK.js
Method GET
Parameter
Attack
Evidence max-age=31536000
Other Info
URL https://cartobio.agencebio.org/registerSW.js
Method GET
Parameter
Attack
Evidence max-age=31536000
Other Info
URL https://cartobio.agencebio.org/robots.txt
Method GET
Parameter
Attack
Evidence max-age=16070400
Other Info
Instances 8
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://cartobio.agencebio.org
Method GET
Parameter
Attack
Evidence no-cache
Other Info
URL https://cartobio.agencebio.org/
Method GET
Parameter
Attack
Evidence no-cache
Other Info
URL https://cartobio.agencebio.org/api
Method GET
Parameter
Attack
Evidence no-cache
Other Info
URL https://cartobio.agencebio.org/sitemap.xml
Method GET
Parameter
Attack
Evidence no-cache
Other Info
Instances 4
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

Sequence Details

With the associated active scan results.