| Risk Level | Number of Alerts |
|---|---|
|
High
|
1
|
|
Medium
|
5
|
|
Low
|
7
|
|
Informational
|
6
|
|
False Positives:
|
0
|
| Level | Reason | Site | Description | Statistic |
|---|---|---|---|---|
|
Low
|
Warning
|
ZAP errors logged - see the zap.log file for details
|
1
|
|
|
Low
|
Warning
|
ZAP warnings logged - see the zap.log file for details
|
2
|
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of responses with status code 2xx
|
100 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of endpoints with content type image/png
|
62 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of endpoints with content type image/x-icon
|
6 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of endpoints with content type text/css
|
6 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of endpoints with content type text/html
|
12 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of endpoints with content type text/javascript
|
6 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of endpoints with content type text/plain
|
6 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Percentage of endpoints with method GET
|
100 %
|
|
Info
|
Informational
|
http://101.99.37.34:9000
|
Count of total endpoints
|
16
|
For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).
| Name | Risk Level | Number of Instances |
|---|---|---|
| Vulnerable JS Library | High | 1 |
| CSP: Failure to Define Directive with No Fallback | Medium | 2 |
| CSP: Wildcard Directive | Medium | 2 |
| CSP: script-src unsafe-eval | Medium | 2 |
| CSP: script-src unsafe-inline | Medium | 2 |
| CSP: style-src unsafe-inline | Medium | 2 |
| Cross-Origin-Embedder-Policy Header Missing or Invalid | Low | 3 |
| Cross-Origin-Opener-Policy Header Missing or Invalid | Low | 3 |
| Cross-Origin-Resource-Policy Header Missing or Invalid | Low | Systemic |
| Dangerous JS Functions | Low | 1 |
| Permissions Policy Header Not Set | Low | 4 |
| Private IP Disclosure | Low | 1 |
| Timestamp Disclosure - Unix | Low | 1 |
| CSP: X-Content-Security-Policy | Informational | 2 |
| CSP: X-WebKit-CSP | Informational | 2 |
| Modern Web Application | Informational | 3 |
| Non-Storable Content | Informational | 3 |
| Obsolete Content Security Policy (CSP) Header Found | Informational | 3 |
| Storable and Cacheable Content | Informational | Systemic |
|
High |
Vulnerable JS Library |
|---|---|
| Description |
The identified library appears to be vulnerable.
|
| URL | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Node Name | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | ="4.17.21",e=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",n="Expected a function",i="Invalid `variable` option passed into `_.template`",a="__lodash_hash_undefined__ |
| Other Info |
The identified library lodash, version 4.17.21 is vulnerable.
CVE-2021-23337
CVE-2026-2950
CVE-2025-13465
CVE-2026-4800
https://github.com/lodash/lodash/commit/edadd452146f7e4bad4ea684e955708931d84d81
https://cna.openjsf.org/security-advisories.html
https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c
https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg
https://github.com/lodash/lodash/security/advisories/GHSA-r5fr-rjxr-66jc
https://github.com/lodash/lodash/security/advisories/GHSA-f23m-r3pf-42rh
|
| Instances | 1 |
| Solution |
Upgrade to the latest version of the affected library.
|
| Reference | https://owasp.org/Top10/2021/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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The directive(s): frame-ancestors, form-action is/are among the directives that do not fallback to default-src.
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The directive(s): frame-ancestors, form-action 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://web.dev/articles/csp#resource-options |
| 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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined:
img-src, connect-src
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined:
img-src, connect-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://web.dev/articles/csp#resource-options |
| 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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
script-src includes unsafe-eval.
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
script-src includes unsafe-eval.
|
| 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://web.dev/articles/csp#resource-options |
| 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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
script-src includes unsafe-inline.
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| 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://web.dev/articles/csp#resource-options |
| 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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
style-src includes unsafe-inline.
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| 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://web.dev/articles/csp#resource-options |
| CWE Id | 693 |
| WASC Id | 15 |
| Plugin Id | 10055 |
|
Low |
Cross-Origin-Embedder-Policy Header Missing or Invalid |
|---|---|
| Description |
Cross-Origin-Embedder-Policy header is a response header that prevents a document from loading any cross-origin resources that don't explicitly grant the document permission (using CORP or CORS).
|
| URL | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | Cross-Origin-Embedder-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/ |
| Node Name | http://101.99.37.34:9000/ |
| Method | GET |
| Parameter | Cross-Origin-Embedder-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | Cross-Origin-Embedder-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | 3 |
| Solution |
Ensure that the application/web server sets the Cross-Origin-Embedder-Policy header appropriately, and that it sets the Cross-Origin-Embedder-Policy header to 'require-corp' for documents.
If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Embedder-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-embedder-policy).
|
| Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy |
| CWE Id | 693 |
| WASC Id | 14 |
| Plugin Id | 90004 |
|
Low |
Cross-Origin-Opener-Policy Header Missing or Invalid |
|---|---|
| Description |
Cross-Origin-Opener-Policy header is a response header that allows a site to control if others included documents share the same browsing context. Sharing the same browsing context with untrusted documents might lead to data leak.
|
| URL | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | Cross-Origin-Opener-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/ |
| Node Name | http://101.99.37.34:9000/ |
| Method | GET |
| Parameter | Cross-Origin-Opener-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | Cross-Origin-Opener-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | 3 |
| Solution |
Ensure that the application/web server sets the Cross-Origin-Opener-Policy header appropriately, and that it sets the Cross-Origin-Opener-Policy header to 'same-origin' for documents.
'same-origin-allow-popups' is considered as less secured and should be avoided.
If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Opener-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-opener-policy).
|
| Reference | https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Opener-Policy |
| CWE Id | 693 |
| WASC Id | 14 |
| Plugin Id | 90004 |
|
Low |
Cross-Origin-Resource-Policy Header Missing or Invalid |
|---|---|
| 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 | http://101.99.37.34:9000/ |
| Node Name | http://101.99.37.34:9000/ |
| Method | GET |
| Parameter | Cross-Origin-Resource-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/apple-touch-icon-60x60.png |
| Node Name | http://101.99.37.34:9000/apple-touch-icon-60x60.png |
| Method | GET |
| Parameter | Cross-Origin-Resource-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/apple-touch-icon-72x72.png |
| Node Name | http://101.99.37.34:9000/apple-touch-icon-72x72.png |
| Method | GET |
| Parameter | Cross-Origin-Resource-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/apple-touch-icon.png |
| Node Name | http://101.99.37.34:9000/apple-touch-icon.png |
| Method | GET |
| Parameter | Cross-Origin-Resource-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/robots.txt |
| Node Name | http://101.99.37.34:9000/robots.txt |
| Method | GET |
| Parameter | Cross-Origin-Resource-Policy |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | Systemic |
| 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/Reference/Headers/Cross-Origin-Embedder-Policy |
| CWE Id | 693 |
| WASC Id | 14 |
| Plugin Id | 90004 |
|
Low |
Dangerous JS Functions |
|---|---|
| Description |
A dangerous JS function seems to be in use that would leave the site vulnerable.
|
| URL | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Node Name | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | eval( |
| Other Info | |
| Instances | 1 |
| Solution |
See the references for security advice on the use of these functions.
|
| Reference | https://v17.angular.io/guide/security |
| CWE Id | 749 |
| WASC Id | |
| Plugin Id | 10110 |
|
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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/ |
| Node Name | http://101.99.37.34:9000/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Node Name | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | 4 |
| 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/Reference/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 |
Private IP Disclosure |
|---|---|
| Description |
A private IP (such as 10.x.x.x, 172.x.x.x, 192.168.x.x) or an Amazon EC2 private hostname (for example, ip-10-0-56-78) has been found in the HTTP response body. This information might be helpful for further attacks targeting internal systems.
|
| URL | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Node Name | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 10.77.01.05 |
| Other Info |
10.77.01.05
|
| Instances | 1 |
| Solution |
Remove the private IP address from the HTTP response body. For comments, use JSP/ASP/PHP comment instead of HTML/JavaScript comment which can be seen by client browsers.
|
| Reference | https://datatracker.ietf.org/doc/html/rfc1918 |
| CWE Id | 497 |
| WASC Id | 13 |
| Plugin Id | 2 |
|
Low |
Timestamp Disclosure - Unix |
|---|---|
| Description |
A timestamp was disclosed by the application/web server. - Unix
|
| URL | http://101.99.37.34:9000/js/outKPYOYS72.js |
| Node Name | http://101.99.37.34:9000/js/outKPYOYS72.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 |
|
Informational |
CSP: X-Content-Security-Policy |
|---|---|
| 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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | X-Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The header X-Content-Security-Policy was found on this response. While it is a good sign that CSP is implemented to some degree the policy specified in this header has not been analyzed by ZAP. To ensure full support by modern browsers ensure that the Content-Security-Policy header is defined and attached to responses.
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | X-Content-Security-Policy |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The header X-Content-Security-Policy was found on this response. While it is a good sign that CSP is implemented to some degree the policy specified in this header has not been analyzed by ZAP. To ensure full support by modern browsers ensure that the Content-Security-Policy header is defined and attached to responses.
|
| 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://web.dev/articles/csp#resource-options |
| CWE Id | 693 |
| WASC Id | 15 |
| Plugin Id | 10055 |
|
Informational |
CSP: X-WebKit-CSP |
|---|---|
| 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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | X-WebKit-CSP |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The header X-WebKit-CSP was found on this response. While it is a good sign that CSP is implemented to some degree the policy specified in this header has not been analyzed by ZAP. To ensure full support by modern browsers ensure that the Content-Security-Policy header is defined and attached to responses.
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | X-WebKit-CSP |
| Attack | |
| Evidence | default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; img-src * data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; worker-src 'none' |
| Other Info |
The header X-WebKit-CSP was found on this response. While it is a good sign that CSP is implemented to some degree the policy specified in this header has not been analyzed by ZAP. To ensure full support by modern browsers ensure that the Content-Security-Policy header is defined and attached to responses.
|
| 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://web.dev/articles/csp#resource-options |
| CWE Id | 693 |
| WASC Id | 15 |
| Plugin Id | 10055 |
|
Informational |
Modern Web Application |
|---|---|
| Description |
The application appears to be a modern web application. If you need to explore it automatically then the Client Spider may well be more effective than the standard one.
|
| URL | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <script> window.baseUrl = ''; window.serverStatus = 'UP'; window.instance = 'SonarQube'; window.official = true; </script> |
| Other Info |
No links have been found while there are scripts, which is an indication that this is a modern web application.
|
| URL | http://101.99.37.34:9000/ |
| Node Name | http://101.99.37.34:9000/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <script> window.baseUrl = ''; window.serverStatus = 'UP'; window.instance = 'SonarQube'; window.official = true; </script> |
| Other Info |
No links have been found while there are scripts, which is an indication that this is a modern web application.
|
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <script> window.baseUrl = ''; window.serverStatus = 'UP'; window.instance = 'SonarQube'; window.official = true; </script> |
| Other Info |
No links have been found while there are scripts, which is an indication that this is a modern web application.
|
| Instances | 3 |
| 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 | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | no-store |
| Other Info | |
| URL | http://101.99.37.34:9000/ |
| Node Name | http://101.99.37.34:9000/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | no-store |
| Other Info | |
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | no-store |
| Other Info | |
| Instances | 3 |
| 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 |
Obsolete Content Security Policy (CSP) Header Found |
|---|---|
| Description |
The "X-Content-Security-Policy" and "X-WebKit-CSP" headers are no longer recommended.
|
| URL | http://101.99.37.34:9000 |
| Node Name | http://101.99.37.34:9000 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/ |
| Node Name | http://101.99.37.34:9000/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | http://101.99.37.34:9000/sitemap.xml |
| Node Name | http://101.99.37.34:9000/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | 3 |
| 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/HTTP/Guides/CSP
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 |
|
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 | http://101.99.37.34:9000/apple-touch-icon-57x57.png |
| Node Name | http://101.99.37.34:9000/apple-touch-icon-57x57.png |
| 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 | http://101.99.37.34:9000/apple-touch-icon-60x60.png |
| Node Name | http://101.99.37.34:9000/apple-touch-icon-60x60.png |
| 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 | http://101.99.37.34:9000/apple-touch-icon-72x72.png |
| Node Name | http://101.99.37.34:9000/apple-touch-icon-72x72.png |
| 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 | http://101.99.37.34:9000/apple-touch-icon.png |
| Node Name | http://101.99.37.34:9000/apple-touch-icon.png |
| 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 | http://101.99.37.34:9000/robots.txt |
| Node Name | http://101.99.37.34:9000/robots.txt |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info |
In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234.
|
| Instances | Systemic |
| 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 |