SILICON OVERDRIVE Security Assessment Report
REPORT   774f60be-23d3-4d5f-89d0-ee93e2f38b0d
ISSUED   2026-06-07 20:18 UTC
CONFIDENTIAL
External Web & Network Assessment

Vulnerability findings for the public-facing infrastructure of dms.overdrive.co.za

Target: https://dms.overdrive.co.za/  ·  41.203.18.62

01   Executive overview Severity distribution across 34 findings

Critical
0
High
0
Medium
3
Low
9
Informational
22
Targethttps://dms.overdrive.co.za/
Resolved IP41.203.18.62
Scan window2026-06-07 · 20:18:53 UTC
Toolshttpx · nmap · subfinder · zap

02   Top findings Ranked by severity

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

# Severity Finding Affected Instances
01 Medium Content Security Policy (CSP) Header Not Set dms.overdrive.co.za 2
02 Medium Missing Anti-clickjacking Header dms.overdrive.co.za 2
03 Medium Source Code Disclosure - Java dms.overdrive.co.za 4
04 Low Big Redirect Detected (Potential Sensitive Information Leak) dms.overdrive.co.za 2
05 Low Cookie Without Secure Flag dms.overdrive.co.za 2
06 Low Cross-Origin-Embedder-Policy Header Missing or Invalid dms.overdrive.co.za 1
07 Low Cross-Origin-Opener-Policy Header Missing or Invalid dms.overdrive.co.za 1
08 Low Cross-Origin-Resource-Policy Header Missing or Invalid dms.overdrive.co.za 5
09 Low Permissions Policy Header Not Set dms.overdrive.co.za 4
10 Low Strict-Transport-Security Header Not Set dms.overdrive.co.za 5
11 Low Timestamp Disclosure - Unix dms.overdrive.co.za 4
12 Low X-Content-Type-Options Header Missing dms.overdrive.co.za 5
13 Informational Authentication Request Identified dms.overdrive.co.za 1
14 Informational Information Disclosure - Suspicious Comments dms.overdrive.co.za 1
15 Informational Modern Web Application dms.overdrive.co.za 2
16 Informational Non-Storable Content dms.overdrive.co.za 2
17 Informational Re-examine Cache-control Directives dms.overdrive.co.za 1
18 Informational Session Management Response Identified dms.overdrive.co.za 1
19 Informational Storable and Cacheable Content dms.overdrive.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.

M-01

Content Security Policy (CSP) Header Not Set

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/
What was found

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.

Evidence
https://dms.overdrive.co.za/
https://dms.overdrive.co.za/index.php
Suggested remediation

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

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

Missing Anti-clickjacking Header

Medium Easy fix zap CWE-1021
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/
Parameter
x-frame-options
What was found

The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.

Evidence
https://dms.overdrive.co.za/x-frame-options
https://dms.overdrive.co.za/index.phpx-frame-options
Suggested remediation

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.

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options
M-03

Source Code Disclosure - Java

Medium Moderate fix zap CWE-540
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/
What was found

Application Source Code was disclosed by the web server. - Java

Evidence
https://dms.overdrive.co.za/class n{static#e=new Set;static toggleSearchBox(t,e){let s=t.querySelector(".kint-search"),i=t.parentNode;if(s)if(s.classList.toggle("kint-show",e)){if(s.focus(),s.select(),!n.#e.has(s)){let r=i.querySelectorAll("dl").length,o=200;r>1e4&&(o=700),s.addEventListener("keyup",I(n.#t.bind(null,s),o)),n.#e.add(s)}n.#t(s)}else i.classList.remove("kint-search-root")}static#t(t){let e=t.closest(".kint-parent")?.parentNode;if(e)if(t.classList.contains("kint-show")&&t.value.length){let s=e.dataset.lastSearch;if(e.classList.add("kint-search-root"),s!==t.value){e.dataset.lastSearch=t.value,e.classList.remove("kint-search-match");for(let i of e.querySelectorAll(".kint-search-match"))i.classList.remove("kint-search-match");n.#s(e,t.value.toUpperCase())}}else e.classList.remove("kint-search-root")}static#s(t,e){let s=t.cloneNode(!0);for(let c of s.querySelectorAll(".access-path"))c.remove();if(!s.textContent.toUpperCase().includes(e))return;t.classList.add("kint-search-match");let i=t.firstElementChild;for(;i&&i.tagName!=="DT";)i=i.nextElementSibling;if(!i)return;let r=a.getChildContainer(i);if(!r)return;let o,l;for(let c of r.children)c.tagName==="DL"?n.#s(c,e):c.tagName==="UL"&&(c.classList.contains("kint-tabs")?o=c.children:c.classList.contains("kint-tab-contents")&&(l=c.children));if(!(!o||o.length!==l?.length))for(let c=o.length;c--;){let k=!1,F=!1;o[c].textContent.toUpperCase().includes(e)&&(k=!0);let O=l[c].cloneNode(!0);for(let v of O.querySelectorAll(".access-path"))v.remove();if(O.textContent.toUpperCase().includes(e)&&(k=!0,F=!0),k&&o[c].classList.add("kint-search-match"),F)for(let v of l[c].children)v.tagName==="DL"&&n.#s(v,e)}}};var g=class{static sort(t,e){let s=t.dataset.kintTableSort,i=parseInt(s)===e?-1:1,r=t.tBodies[0];[...r.rows].sort(function(o,l){o=o.cells[e].textContent.trim().toLocaleLowerCase(),l=l.cells[e].textContent.trim().toLocaleLowerCase();let c=0;return!isNaN(o)&&!isNaN(l)?(o=parseFloat(o),l=parseFloat(l),c=o-l):isNaN(o)&&!isNaN(l)?c=1:isNaN(l)&&!isNa
https://dms.overdrive.co.za/index.phpclass n{static#e=new Set;static toggleSearchBox(t,e){let s=t.querySelector(".kint-search"),i=t.parentNode;if(s)if(s.classList.toggle("kint-show",e)){if(s.focus(),s.select(),!n.#e.has(s)){let r=i.querySelectorAll("dl").length,o=200;r>1e4&&(o=700),s.addEventListener("keyup",I(n.#t.bind(null,s),o)),n.#e.add(s)}n.#t(s)}else i.classList.remove("kint-search-root")}static#t(t){let e=t.closest(".kint-parent")?.parentNode;if(e)if(t.classList.contains("kint-show")&&t.value.length){let s=e.dataset.lastSearch;if(e.classList.add("kint-search-root"),s!==t.value){e.dataset.lastSearch=t.value,e.classList.remove("kint-search-match");for(let i of e.querySelectorAll(".kint-search-match"))i.classList.remove("kint-search-match");n.#s(e,t.value.toUpperCase())}}else e.classList.remove("kint-search-root")}static#s(t,e){let s=t.cloneNode(!0);for(let c of s.querySelectorAll(".access-path"))c.remove();if(!s.textContent.toUpperCase().includes(e))return;t.classList.add("kint-search-match");let i=t.firstElementChild;for(;i&&i.tagName!=="DT";)i=i.nextElementSibling;if(!i)return;let r=a.getChildContainer(i);if(!r)return;let o,l;for(let c of r.children)c.tagName==="DL"?n.#s(c,e):c.tagName==="UL"&&(c.classList.contains("kint-tabs")?o=c.children:c.classList.contains("kint-tab-contents")&&(l=c.children));if(!(!o||o.length!==l?.length))for(let c=o.length;c--;){let k=!1,F=!1;o[c].textContent.toUpperCase().includes(e)&&(k=!0);let O=l[c].cloneNode(!0);for(let v of O.querySelectorAll(".access-path"))v.remove();if(O.textContent.toUpperCase().includes(e)&&(k=!0,F=!0),k&&o[c].classList.add("kint-search-match"),F)for(let v of l[c].children)v.tagName==="DL"&&n.#s(v,e)}}};var g=class{static sort(t,e){let s=t.dataset.kintTableSort,i=parseInt(s)===e?-1:1,r=t.tBodies[0];[...r.rows].sort(function(o,l){o=o.cells[e].textContent.trim().toLocaleLowerCase(),l=l.cells[e].textContent.trim().toLocaleLowerCase();let c=0;return!isNaN(o)&&!isNaN(l)?(o=parseFloat(o),l=parseFloat(l),c=o-l):isNaN(o)&&!isNaN(l)?c=1:isNaN(l)&&!isNa
https://dms.overdrive.co.za/GetLoginclass n{static#e=new Set;static toggleSearchBox(t,e){let s=t.querySelector(".kint-search"),i=t.parentNode;if(s)if(s.classList.toggle("kint-show",e)){if(s.focus(),s.select(),!n.#e.has(s)){let r=i.querySelectorAll("dl").length,o=200;r>1e4&&(o=700),s.addEventListener("keyup",I(n.#t.bind(null,s),o)),n.#e.add(s)}n.#t(s)}else i.classList.remove("kint-search-root")}static#t(t){let e=t.closest(".kint-parent")?.parentNode;if(e)if(t.classList.contains("kint-show")&&t.value.length){let s=e.dataset.lastSearch;if(e.classList.add("kint-search-root"),s!==t.value){e.dataset.lastSearch=t.value,e.classList.remove("kint-search-match");for(let i of e.querySelectorAll(".kint-search-match"))i.classList.remove("kint-search-match");n.#s(e,t.value.toUpperCase())}}else e.classList.remove("kint-search-root")}static#s(t,e){let s=t.cloneNode(!0);for(let c of s.querySelectorAll(".access-path"))c.remove();if(!s.textContent.toUpperCase().includes(e))return;t.classList.add("kint-search-match");let i=t.firstElementChild;for(;i&&i.tagName!=="DT";)i=i.nextElementSibling;if(!i)return;let r=a.getChildContainer(i);if(!r)return;let o,l;for(let c of r.children)c.tagName==="DL"?n.#s(c,e):c.tagName==="UL"&&(c.classList.contains("kint-tabs")?o=c.children:c.classList.contains("kint-tab-contents")&&(l=c.children));if(!(!o||o.length!==l?.length))for(let c=o.length;c--;){let k=!1,F=!1;o[c].textContent.toUpperCase().includes(e)&&(k=!0);let O=l[c].cloneNode(!0);for(let v of O.querySelectorAll(".access-path"))v.remove();if(O.textContent.toUpperCase().includes(e)&&(k=!0,F=!0),k&&o[c].classList.add("kint-search-match"),F)for(let v of l[c].children)v.tagName==="DL"&&n.#s(v,e)}}};var g=class{static sort(t,e){let s=t.dataset.kintTableSort,i=parseInt(s)===e?-1:1,r=t.tBodies[0];[...r.rows].sort(function(o,l){o=o.cells[e].textContent.trim().toLocaleLowerCase(),l=l.cells[e].textContent.trim().toLocaleLowerCase();let c=0;return!isNaN(o)&&!isNaN(l)?(o=parseFloat(o),l=parseFloat(l),c=o-l):isNaN(o)&&!isNaN(l)?c=1:isNaN(l)&&!isNa
https://dms.overdrive.co.za/sendResetPasswordLinkclass n{static#e=new Set;static toggleSearchBox(t,e){let s=t.querySelector(".kint-search"),i=t.parentNode;if(s)if(s.classList.toggle("kint-show",e)){if(s.focus(),s.select(),!n.#e.has(s)){let r=i.querySelectorAll("dl").length,o=200;r>1e4&&(o=700),s.addEventListener("keyup",I(n.#t.bind(null,s),o)),n.#e.add(s)}n.#t(s)}else i.classList.remove("kint-search-root")}static#t(t){let e=t.closest(".kint-parent")?.parentNode;if(e)if(t.classList.contains("kint-show")&&t.value.length){let s=e.dataset.lastSearch;if(e.classList.add("kint-search-root"),s!==t.value){e.dataset.lastSearch=t.value,e.classList.remove("kint-search-match");for(let i of e.querySelectorAll(".kint-search-match"))i.classList.remove("kint-search-match");n.#s(e,t.value.toUpperCase())}}else e.classList.remove("kint-search-root")}static#s(t,e){let s=t.cloneNode(!0);for(let c of s.querySelectorAll(".access-path"))c.remove();if(!s.textContent.toUpperCase().includes(e))return;t.classList.add("kint-search-match");let i=t.firstElementChild;for(;i&&i.tagName!=="DT";)i=i.nextElementSibling;if(!i)return;let r=a.getChildContainer(i);if(!r)return;let o,l;for(let c of r.children)c.tagName==="DL"?n.#s(c,e):c.tagName==="UL"&&(c.classList.contains("kint-tabs")?o=c.children:c.classList.contains("kint-tab-contents")&&(l=c.children));if(!(!o||o.length!==l?.length))for(let c=o.length;c--;){let k=!1,F=!1;o[c].textContent.toUpperCase().includes(e)&&(k=!0);let O=l[c].cloneNode(!0);for(let v of O.querySelectorAll(".access-path"))v.remove();if(O.textContent.toUpperCase().includes(e)&&(k=!0,F=!0),k&&o[c].classList.add("kint-search-match"),F)for(let v of l[c].children)v.tagName==="DL"&&n.#s(v,e)}}};var g=class{static sort(t,e){let s=t.dataset.kintTableSort,i=parseInt(s)===e?-1:1,r=t.tBodies[0];[...r.rows].sort(function(o,l){o=o.cells[e].textContent.trim().toLocaleLowerCase(),l=l.cells[e].textContent.trim().toLocaleLowerCase();let c=0;return!isNaN(o)&&!isNaN(l)?(o=parseFloat(o),l=parseFloat(l),c=o-l):isNaN(o)&&!isNaN(l)?c=1:isNaN(l)&&!isNa
Suggested remediation

Ensure that application Source Code is not available with alternative extensions, and ensure that source code is not present within other files or data deployed to the web server, or served by the web server.

References
  • https://nhimg.org/twitter-breach
L-01

Big Redirect Detected (Potential Sensitive Information Leak)

Low Moderate fix zap CWE-201
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/GetLogin
What was found

The server has responded with a redirect that seems to provide a large response. This may indicate that although the server sent a redirect it also responded with body content (which may include sensitive details, PII, etc.).

Evidence
https://dms.overdrive.co.za/GetLogin
https://dms.overdrive.co.za/sendResetPasswordLink
Suggested remediation

Ensure that no sensitive information is leaked via redirect responses. Redirect responses should have almost no content.

L-02

Cookie Without Secure Flag

Low Moderate fix zap CWE-614
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/
Parameter
ci_session
What was found

A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.

Evidence
https://dms.overdrive.co.za/Set-Cookie: ci_session
https://dms.overdrive.co.za/Set-Cookie: csrf_cookie_name
Suggested remediation

Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.

References
  • https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/06-Session_Management_Testing/02-Testing_for_Cookies_Attributes.html
L-03

Cross-Origin-Embedder-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://dms.overdrive.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://dms.overdrive.co.za/Cross-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-04

Cross-Origin-Opener-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://dms.overdrive.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://dms.overdrive.co.za/Cross-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-05

Cross-Origin-Resource-Policy Header Missing or Invalid

Low Easy fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://dms.overdrive.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://dms.overdrive.co.za/Cross-Origin-Resource-Policy
https://dms.overdrive.co.za/assets/img/adminOverdrive.png?v=1780706282Cross-Origin-Resource-Policy
https://dms.overdrive.co.za/assets/landing/interactions.js?v=1780706282Cross-Origin-Resource-Policy
https://dms.overdrive.co.za/assets/landing/styles.css?v=1780706282Cross-Origin-Resource-Policy
https://dms.overdrive.co.za/robots.txtCross-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-06

Permissions Policy Header Not Set

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://dms.overdrive.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://dms.overdrive.co.za/
https://dms.overdrive.co.za/assets/landing/interactions.js?v=1780706282
https://dms.overdrive.co.za/index.php
https://dms.overdrive.co.za/index.php?debugbar
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-07

Strict-Transport-Security Header Not Set

Low Moderate fix zap CWE-319
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://dms.overdrive.co.za/assets/img/adminOverdrive.png?v=1780706282
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://dms.overdrive.co.za/assets/img/adminOverdrive.png?v=1780706282
https://dms.overdrive.co.za/assets/landing/interactions.js?v=1780706282
https://dms.overdrive.co.za/assets/landing/styles.css?v=1780706282
https://dms.overdrive.co.za/robots.txt
https://dms.overdrive.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-08

Timestamp Disclosure - Unix

Low Moderate fix zap CWE-497
CONFIDENCE   Low
INSTANCES   4
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/
What was found

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

Evidence
https://dms.overdrive.co.za/1780706282
https://dms.overdrive.co.za/1780862873
https://dms.overdrive.co.za/1780862874
https://dms.overdrive.co.za/sitemap.xml1780862874
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
L-09

X-Content-Type-Options Header Missing

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://dms.overdrive.co.za/assets/img/adminOverdrive.png?v=1780706282
Parameter
x-content-type-options
What was found

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.

Evidence
https://dms.overdrive.co.za/assets/img/adminOverdrive.png?v=1780706282x-content-type-options
https://dms.overdrive.co.za/assets/landing/interactions.js?v=1780706282x-content-type-options
https://dms.overdrive.co.za/assets/landing/overdriveai-logo.pngx-content-type-options
https://dms.overdrive.co.za/assets/landing/styles.css?v=1780706282x-content-type-options
https://dms.overdrive.co.za/robots.txtx-content-type-options
Suggested remediation

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.

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

Authentication Request Identified

Informational Moderate fix zap CWE--1
CONFIDENCE   High
INSTANCES   1
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/GetLogin
Parameter
inputEmail
What was found

The given request has been identified as an authentication request. The 'Other Info' field contains a set of key=value lines which identify any relevant fields. If the request is in a context which has an Authentication Method set to "Auto-Detect" then this rule will change the authentication to match the request identified.

Evidence
https://dms.overdrive.co.za/GetLogininputPassword
Suggested remediation

This is an informational alert rather than a vulnerability and so there is nothing to fix.

References
  • https://www.zaproxy.org/docs/desktop/addons/authentication-helper/auth-req-id/
X-02

Information Disclosure - Suspicious Comments

Informational Moderate fix zap CWE-615
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/assets/landing/interactions.js?v=1780706282
What was found

The response appears to contain suspicious comments which may help an attacker.

Evidence
https://dms.overdrive.co.za/assets/landing/interactions.js?v=1780706282drawer (slides down from the top)
Suggested remediation

Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.

X-03

Modern Web Application

Informational Moderate fix zap CWE--1
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/GetLogin
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://dms.overdrive.co.za/GetLogin<script id="debugbar_loader" data-time="1780862875.756491" src="https://dms.overdrive.co.za/index.php?debugbar"></script>
https://dms.overdrive.co.za/sendResetPasswordLink<script id="debugbar_loader" data-time="1780862876.076582" src="https://dms.overdrive.co.za/index.php?debugbar"></script>
Suggested remediation

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

X-04

Non-Storable Content

Informational Moderate fix zap CWE-524
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://dms.overdrive.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://dms.overdrive.co.za/no-store
https://dms.overdrive.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-05

Re-examine Cache-control Directives

Informational Moderate fix zap CWE-525
CONFIDENCE   Low
INSTANCES   1
SYSTEMIC   No
Endpoint
https://dms.overdrive.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://dms.overdrive.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-06

Session Management Response Identified

Informational Moderate fix zap CWE--1
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://dms.overdrive.co.za/
Parameter
ci_session
What was found

The given response has been identified as containing a session management token. The 'Other Info' field contains a set of header tokens that can be used in the Header Based Session Management Method. If the request is in a context which has a Session Management Method set to "Auto-Detect" then this rule will change the session management to use the tokens identified.

Evidence
https://dms.overdrive.co.za/ci_session
Suggested remediation

This is an informational alert rather than a vulnerability and so there is nothing to fix.

References
  • https://www.zaproxy.org/docs/desktop/addons/authentication-helper/session-mgmt-id/
X-07

Storable and Cacheable Content

Informational Moderate fix zap CWE-524
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://dms.overdrive.co.za/assets/img/adminOverdrive.png?v=1780706282
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://dms.overdrive.co.za/assets/img/adminOverdrive.png?v=1780706282
https://dms.overdrive.co.za/assets/landing/interactions.js?v=1780706282
https://dms.overdrive.co.za/assets/landing/overdriveai-logo.png
https://dms.overdrive.co.za/assets/landing/styles.css?v=1780706282
https://dms.overdrive.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 15 observations

#EndpointServiceDetailSeverity
N-01 41.203.18.62:110 pop3 Service pop3 on 41.203.18.62:110/tcp Info
N-02 41.203.18.62:143 imap Service imap on 41.203.18.62:143/tcp Info
N-03 41.203.18.62:21 ftp Service ftp on 41.203.18.62:21/tcp Info
N-04 41.203.18.62:22 ssh Service ssh on 41.203.18.62:22/tcp Info
N-05 41.203.18.62:443 https Service https on 41.203.18.62:443/tcp Info
N-06 41.203.18.62:465 smtps Service smtps on 41.203.18.62:465/tcp Info
N-07 41.203.18.62:587 submission Service submission on 41.203.18.62:587/tcp Info
N-08 41.203.18.62:80 http Service http on 41.203.18.62:80/tcp Info
N-09 41.203.18.62:993 imaps Service imaps on 41.203.18.62:993/tcp Info
N-10 41.203.18.62:995 pop3s Service pop3s on 41.203.18.62:995/tcp Info
N-11 https://dms.overdrive.co.za/ Status 200 Apache HTTP Server, CodeIgniter, PHP Info
N-12 imap.dms.overdrive.co.za subfinder source: thc Info
N-13 mail.dms.overdrive.co.za subfinder source: thc Info
N-14 smtp.dms.overdrive.co.za subfinder source: thc Info
N-15 www.dms.overdrive.co.za subfinder source: thc Info

05   Additional informational findings 0 items

#FindingAffectedInstances