SCAN Security Assessment Report
REPORT   94a4f17e-2c1d-4077-8585-31b41ba099cc
ISSUED   2026-05-01 20:45 UTC
CONFIDENTIAL
External Web & Network Assessment

Vulnerability findings for the public-facing infrastructure of scan.appmonitor.co.za

Target: https://scan.appmonitor.co.za/  ·  102.182.138.178

01   Executive overview Severity distribution across 25 findings

Critical
0
High
1
Medium
3
Low
7
Informational
14
Targethttps://scan.appmonitor.co.za/
Resolved IP102.182.138.178
Scan window2026-05-01 · 20:45:49 UTC
Toolshttpx · nmap · zap

02   Top findings Ranked by severity

Highest-impact issues identified during the assessment (non-informational), ordered by severity.

# Severity Finding Affected Instances
01 High Vulnerable JS Library scan.appmonitor.co.za 1
02 Medium CSP: Failure to Define Directive with No Fallback scan.appmonitor.co.za 2
03 Medium CSP: Wildcard Directive scan.appmonitor.co.za 2
04 Medium CSP: style-src unsafe-inline scan.appmonitor.co.za 2
05 Low CSP: Notices scan.appmonitor.co.za 2
06 Low Cross-Origin-Embedder-Policy Header Missing or Invalid scan.appmonitor.co.za 2
07 Low Cross-Origin-Opener-Policy Header Missing or Invalid scan.appmonitor.co.za 2
08 Low Cross-Origin-Resource-Policy Header Missing or Invalid scan.appmonitor.co.za 5
09 Low Permissions Policy Header Not Set scan.appmonitor.co.za 5
10 Low Strict-Transport-Security Header Not Set scan.appmonitor.co.za 5
11 Low Timestamp Disclosure - Unix scan.appmonitor.co.za 1
12 Informational Modern Web Application scan.appmonitor.co.za 2
13 Informational Non-Storable Content scan.appmonitor.co.za 2
14 Informational Re-examine Cache-control Directives scan.appmonitor.co.za 1
15 Informational Storable and Cacheable Content scan.appmonitor.co.za 5

03   Findings Detailed observations, ordered by severity

Each finding records what was observed, where it was observed, and supporting evidence from the scanning toolchain.

H-01

Vulnerable JS Library

High Moderate fix zap CWE-1395
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://scan.appmonitor.co.za/js/lodash-cIaDx9xV.js
What was found

The identified library appears to be vulnerable.

Evidence
https://scan.appmonitor.co.za/js/lodash-cIaDx9xV.js="4.17.21",kr=200,ul="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",sn="Expected a function",fl="Invalid `variable` option passed into `_.template`",jr="__lodash_hash_undefined__
Suggested remediation

Upgrade to the latest version of the affected library.

References
  • https://owasp.org/Top10/A06_2021-Vulnerable_and_Outdated_Components/
M-01

CSP: Failure to Define Directive with No Fallback

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
Parameter
Content-Security-Policy
What was found

The Content Security Policy fails to define one of the directives that has no fallback. Missing/excluding them is the same as allowing anything.

Evidence
https://scan.appmonitor.co.za/default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
https://scan.appmonitor.co.za/sitemap.xmldefault-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.

References
  • 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
M-02

CSP: Wildcard Directive

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
Parameter
Content-Security-Policy
What was found

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.

Evidence
https://scan.appmonitor.co.za/default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
https://scan.appmonitor.co.za/sitemap.xmldefault-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.

References
  • 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
M-03

CSP: style-src unsafe-inline

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
Parameter
Content-Security-Policy
What was found

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.

Evidence
https://scan.appmonitor.co.za/default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
https://scan.appmonitor.co.za/sitemap.xmldefault-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.

References
  • 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
L-01

CSP: Notices

Low Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
Parameter
Content-Security-Policy
What was found

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.

Evidence
https://scan.appmonitor.co.za/default-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
https://scan.appmonitor.co.za/sitemap.xmldefault-src 'self'; base-uri 'none'; connect-src 'self' http: https:; font-src 'self' data:; frame-src; img-src * data: blob:; object-src 'none'; script-src 'self' 'sha256-D1jaqcDDM2TM2STrzE42NNqyKR9PlptcHDe6tyaBcuM='; style-src 'self' 'unsafe-inline'; worker-src 'self'
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.

References
  • 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
L-02

Cross-Origin-Embedder-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
Parameter
Cross-Origin-Embedder-Policy
What was found

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).

Evidence
https://scan.appmonitor.co.za/Cross-Origin-Embedder-Policy
https://scan.appmonitor.co.za/sitemap.xmlCross-Origin-Embedder-Policy
Suggested remediation

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).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy
L-03

Cross-Origin-Opener-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
Parameter
Cross-Origin-Opener-Policy
What was found

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.

Evidence
https://scan.appmonitor.co.za/Cross-Origin-Opener-Policy
https://scan.appmonitor.co.za/sitemap.xmlCross-Origin-Opener-Policy
Suggested remediation

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).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Opener-Policy
L-04

Cross-Origin-Resource-Policy Header Missing or Invalid

Low Easy fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
Parameter
Cross-Origin-Resource-Policy
What was found

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.

Evidence
https://scan.appmonitor.co.za/Cross-Origin-Resource-Policy
https://scan.appmonitor.co.za/apple-touch-icon.pngCross-Origin-Resource-Policy
https://scan.appmonitor.co.za/favicon.icoCross-Origin-Resource-Policy
https://scan.appmonitor.co.za/robots.txtCross-Origin-Resource-Policy
https://scan.appmonitor.co.za/sitemap.xmlCross-Origin-Resource-Policy
Suggested remediation

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).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy
L-05

Permissions Policy Header Not Set

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
What was found

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.

Evidence
https://scan.appmonitor.co.za/
https://scan.appmonitor.co.za/js/datefns-GSH1D4xx.js
https://scan.appmonitor.co.za/js/highlightjs-CFvgWmRf.js
https://scan.appmonitor.co.za/js/lodash-cIaDx9xV.js
https://scan.appmonitor.co.za/sitemap.xml
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.

References
  • 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/
L-06

Strict-Transport-Security Header Not Set

Low Moderate fix zap CWE-319
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
What was found

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.

Evidence
https://scan.appmonitor.co.za/
https://scan.appmonitor.co.za/apple-touch-icon.png
https://scan.appmonitor.co.za/favicon.ico
https://scan.appmonitor.co.za/robots.txt
https://scan.appmonitor.co.za/sitemap.xml
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.

References
  • 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
L-07

Timestamp Disclosure - Unix

Low Moderate fix zap CWE-497
CONFIDENCE   Low
INSTANCES   1
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/js/echoes-caUA-t7y.js
What was found

A timestamp was disclosed by the application/web server. - Unix

Evidence
https://scan.appmonitor.co.za/js/echoes-caUA-t7y.js1540483477
Suggested remediation

Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.

References
  • https://cwe.mitre.org/data/definitions/200.html
X-01

Modern Web Application

Informational Moderate fix zap CWE--1
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
What was found

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.

Evidence
https://scan.appmonitor.co.za/<script type="module" crossorigin src="/js/polyfills-D70OMJoz.js"></script>
https://scan.appmonitor.co.za/sitemap.xml<script type="module" crossorigin src="/js/polyfills-D70OMJoz.js"></script>
Suggested remediation

This is an informational alert and so no changes are required.

X-02

Non-Storable Content

Informational Moderate fix zap CWE-524
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/
What was found

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.

Evidence
https://scan.appmonitor.co.za/no-store
https://scan.appmonitor.co.za/sitemap.xmlno-store
Suggested remediation

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).

References
  • https://datatracker.ietf.org/doc/html/rfc7234
  • https://datatracker.ietf.org/doc/html/rfc7231
  • https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
X-03

Re-examine Cache-control Directives

Informational Moderate fix zap CWE-525
CONFIDENCE   Low
INSTANCES   1
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/robots.txt
Parameter
cache-control
What was found

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.

Evidence
https://scan.appmonitor.co.za/robots.txtcache-control
Suggested remediation

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".

References
  • https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
  • https://grayduck.mn/2021/09/13/cache-control-recommendations/
X-04

Storable and Cacheable Content

Informational Moderate fix zap CWE-524
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://scan.appmonitor.co.za/apple-touch-icon.png
What was found

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.

Evidence
https://scan.appmonitor.co.za/apple-touch-icon.png
https://scan.appmonitor.co.za/favicon.ico
https://scan.appmonitor.co.za/js/highlightjs-CFvgWmRf.jsmax-age=31536000
https://scan.appmonitor.co.za/js/lodash-cIaDx9xV.jsmax-age=31536000
https://scan.appmonitor.co.za/robots.txt
Suggested remediation

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.

References
  • https://datatracker.ietf.org/doc/html/rfc7234
  • https://datatracker.ietf.org/doc/html/rfc7231
  • https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html

04   Network & transport 10 observations

#EndpointServiceDetailSeverity
N-01 102.182.138.178:25 smtp Service smtp on 102.182.138.178:25/tcp Info
N-02 102.182.138.178:443 https Service https on 102.182.138.178:443/tcp Info
N-03 102.182.138.178:53 domain Service domain on 102.182.138.178:53/tcp Info
N-04 102.182.138.178:554 rtsp Service rtsp on 102.182.138.178:554/tcp Info
N-05 102.182.138.178:587 submission Service submission on 102.182.138.178:587/tcp Info
N-06 102.182.138.178:631 ipp Service ipp on 102.182.138.178:631/tcp Info
N-07 102.182.138.178:80 http Service http on 102.182.138.178:80/tcp Info
N-08 102.182.138.178:8080 http-proxy Service http-proxy on 102.182.138.178:8080/tcp Info
N-09 102.182.138.178:995 pop3s Service pop3s on 102.182.138.178:995/tcp Info
N-10 https://scan.appmonitor.co.za/ Status 200 Apache HTTP Server, Java, SonarQube, SonarQubes Info

05   Additional informational findings 0 items

#FindingAffectedInstances