OVERDRIVE Security Assessment Report
REPORT   3bbe3eae-f37d-4b73-beb2-df10d49f6ebb
ISSUED   2026-05-25 14:22 UTC
CONFIDENTIAL
External Web & Network Assessment

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

Target: https://www.overdrive.co.za/  ·  129.232.138.226

01   Executive overview Severity distribution across 36 findings

Critical
0
High
1
Medium
5
Low
11
Informational
19
Targethttps://www.overdrive.co.za/
Resolved IP129.232.138.226
Scan window2026-05-25 · 14:22:01 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 overdrive.co.za 1
02 Medium Absence of Anti-CSRF Tokens overdrive.co.za 1
03 Medium Application Error Disclosure overdrive.co.za 2
04 Medium Content Security Policy (CSP) Header Not Set overdrive.co.za 5
05 Medium Missing Anti-clickjacking Header overdrive.co.za 5
06 Medium Sub Resource Integrity Attribute Missing overdrive.co.za 5
07 Low Cookie without SameSite Attribute overdrive.co.za 5
08 Low Cross-Domain JavaScript Source File Inclusion overdrive.co.za 5
09 Low Cross-Origin-Embedder-Policy Header Missing or Invalid overdrive.co.za 3
10 Low Cross-Origin-Opener-Policy Header Missing or Invalid overdrive.co.za 3
11 Low Cross-Origin-Resource-Policy Header Missing or Invalid overdrive.co.za 4
12 Low Dangerous JS Functions overdrive.co.za 11
13 Low Information Disclosure - Debug Error Messages overdrive.co.za 2
14 Low Permissions Policy Header Not Set overdrive.co.za 5
15 Low Strict-Transport-Security Header Not Set overdrive.co.za 5
16 Low Timestamp Disclosure - Unix overdrive.co.za 4
17 Low X-Content-Type-Options Header Missing overdrive.co.za 5
18 Informational Charset Mismatch overdrive.co.za 1
19 Informational Content-Type Header Missing overdrive.co.za 5
20 Informational Information Disclosure - Suspicious Comments overdrive.co.za 1
21 Informational Modern Web Application overdrive.co.za 5
22 Informational Non-Storable Content overdrive.co.za 2
23 Informational Re-examine Cache-control Directives overdrive.co.za 5
24 Informational Session Management Response Identified overdrive.co.za 10
25 Informational Storable and Cacheable Content overdrive.co.za 4

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://www.overdrive.co.za/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5
What was found

The identified library appears to be vulnerable.

Evidence
https://www.overdrive.co.za/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5* Swiper 8.4.5
Suggested remediation

Upgrade to the latest version of the affected library.

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

Absence of Anti-CSRF Tokens

Medium Moderate fix zap CWE-352
CONFIDENCE   Low
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.overdrive.co.za/microsoft-365/
What was found

No Anti-CSRF tokens were found in a HTML submission form.

A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf.

CSRF attacks are effective in a number of situations, including:

* The victim has an active session on the target site.

* The victim is authenticated via HTTP auth on the target site.

* The victim is on the same local network as the target site.

CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.

Evidence
https://www.overdrive.co.za/microsoft-365/<form action="/microsoft-365/#wpcf7-f19672-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
Suggested remediation

Phase: Architecture and Design

Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.

For example, use anti-CSRF packages such as the OWASP CSRFGuard.

Phase: Implementation

Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.

Phase: Architecture and Design

Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).

Note that this can be bypassed using XSS.

Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.

Note that this can be bypassed using XSS.

Use the ESAPI Session Management control.

This control includes a component for CSRF.

Do not use the GET method for any request that triggers a state change.

Phase: Implementation

Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.

References
  • https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html
  • https://cwe.mitre.org/data/definitions/352.html
M-02

Application Error Disclosure

Medium Moderate fix zap CWE-550
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.overdrive.co.za%2Faws-migrations%2F
What was found

This page contains an error/warning message that may disclose sensitive information like the location of the file that produced the unhandled exception. This information can be used to launch further attacks against the web application. The alert could be a false positive if the error message is found inside a documentation page.

Evidence
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.overdrive.co.za%2Faws-migrations%2FWarning: Cannot modify header information - headers already sent
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.overdrive.co.za%2Faws-migrations%2FWarning: Cannot modify header information - headers already sent
Suggested remediation

Review the source code of this page. Implement custom error pages. Consider implementing a mechanism to provide a unique error reference/identifier to the client (browser) while logging the details on the server side and not exposing them to the user.

M-03

Content Security Policy (CSP) Header Not Set

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.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://www.overdrive.co.za/
https://www.overdrive.co.za/aws/
https://www.overdrive.co.za/contact/
https://www.overdrive.co.za/downloads/
https://www.overdrive.co.za/wp-snapshots/
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-04

Missing Anti-clickjacking Header

Medium Easy fix zap CWE-1021
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.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://www.overdrive.co.za/x-frame-options
https://www.overdrive.co.za/aws/x-frame-options
https://www.overdrive.co.za/contact/x-frame-options
https://www.overdrive.co.za/it-services-and-support/x-frame-options
https://www.overdrive.co.za/software-development/x-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-05

Sub Resource Integrity Attribute Missing

Medium Moderate fix zap CWE-345
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.co.za/
What was found

The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.

Evidence
https://www.overdrive.co.za/<script src="https://analytics.ahrefs.com/analytics.js" data-key="3qIDTVyr/jrv+VZ3UmVfGQ" async></script>
https://www.overdrive.co.za/<script src="https://code.jquery.com/jquery-1.9.0.js"></script>
https://www.overdrive.co.za/<script src="https://code.jquery.com/jquery-migrate-1.0.0.js"></script>
https://www.overdrive.co.za/<script src="https://s7.addthis.com/js/300/addthis_widget.js?ver=dee93b6f141108748fe872d2310e462e#pubid=wp-a5bc53d1cb70cec6a8cf252e04a51285" id="addthis_widget-js"></script>
https://www.overdrive.co.za/wp-snapshots/<script src="https://code.jquery.com/jquery-1.9.0.js"></script>
Suggested remediation

Provide a valid integrity attribute to the tag.

References
  • https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
L-01

Cookie without SameSite Attribute

Low Moderate fix zap CWE-1275
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.co.za/
Parameter
__wpdm_client
What was found

A cookie has been set without the SameSite attribute, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.

Evidence
https://www.overdrive.co.za/Set-Cookie: __wpdm_client
https://www.overdrive.co.za/downloads/Set-Cookie: __wpdm_client
https://www.overdrive.co.za/dt_benefits/Set-Cookie: __wpdm_client
https://www.overdrive.co.za/it-services-support/Set-Cookie: __wpdm_client
https://www.overdrive.co.za/office365/Set-Cookie: __wpdm_client
Suggested remediation

Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.

References
  • https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-same-site
L-02

Cross-Domain JavaScript Source File Inclusion

Low Moderate fix zap CWE-829
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.co.za/
Parameter
https://analytics.ahrefs.com/analytics.js
What was found

The page includes one or more script files from a third-party domain.

Evidence
https://www.overdrive.co.za/<script src="https://analytics.ahrefs.com/analytics.js" data-key="3qIDTVyr/jrv+VZ3UmVfGQ" async></script>
https://www.overdrive.co.za/<script src="https://code.jquery.com/jquery-1.9.0.js"></script>
https://www.overdrive.co.za/<script src="https://code.jquery.com/jquery-migrate-1.0.0.js"></script>
https://www.overdrive.co.za/<script src="https://s7.addthis.com/js/300/addthis_widget.js?ver=dee93b6f141108748fe872d2310e462e#pubid=wp-a5bc53d1cb70cec6a8cf252e04a51285" id="addthis_widget-js"></script>
https://www.overdrive.co.za/downloads/<script src="https://code.jquery.com/jquery-1.9.0.js"></script>
Suggested remediation

Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.

L-03

Cross-Origin-Embedder-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.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://www.overdrive.co.za/Cross-Origin-Embedder-Policy
https://www.overdrive.co.za/contact/Cross-Origin-Embedder-Policy
https://www.overdrive.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-04

Cross-Origin-Opener-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.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://www.overdrive.co.za/Cross-Origin-Opener-Policy
https://www.overdrive.co.za/contact/Cross-Origin-Opener-Policy
https://www.overdrive.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-05

Cross-Origin-Resource-Policy Header Missing or Invalid

Low Easy fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://www.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://www.overdrive.co.za/Cross-Origin-Resource-Policy
https://www.overdrive.co.za/contact/Cross-Origin-Resource-Policy
https://www.overdrive.co.za/robots.txtCross-Origin-Resource-Policy
https://www.overdrive.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-06

Dangerous JS Functions

Low Moderate fix zap CWE-749
CONFIDENCE   Low
INSTANCES   11
SYSTEMIC   No
Endpoint
https://www.overdrive.co.za/
What was found

A dangerous JS function seems to be in use that would leave the site vulnerable.

Evidence
https://www.overdrive.co.za/eval(
https://www.overdrive.co.za/aws-migrations/eval(
https://www.overdrive.co.za/aws-ola-campaign/eval(
https://www.overdrive.co.za/aws/eval(
https://www.overdrive.co.za/contact/eval(
https://www.overdrive.co.za/downloads/eval(
https://www.overdrive.co.za/it-services-and-support/eval(
https://www.overdrive.co.za/mlops/eval(
https://www.overdrive.co.za/optimize-your-devops-model/eval(
https://www.overdrive.co.za/software-development/eval(
https://www.overdrive.co.za/wp-snapshots/eval(
Suggested remediation

See the references for security advice on the use of these functions.

References
  • https://v17.angular.io/guide/security
L-07

Information Disclosure - Debug Error Messages

Low Moderate fix zap CWE-1295
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.overdrive.co.za%2Faws-migrations%2F
What was found

The response appeared to contain common error messages returned by platforms such as ASP.NET, and Web-servers such as IIS and Apache. You can configure the list of common debug messages.

Evidence
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.overdrive.co.za%2Faws-migrations%2FWarning: Cannot modify header information - headers already sent
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.overdrive.co.za%2Faws-migrations%2FWarning: Cannot modify header information - headers already sent
Suggested remediation

Disable debugging messages before pushing to production.

L-08

Permissions Policy Header Not Set

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.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://www.overdrive.co.za/
https://www.overdrive.co.za/aws/
https://www.overdrive.co.za/contact/
https://www.overdrive.co.za/downloads/
https://www.overdrive.co.za/wp-snapshots/
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-09

Strict-Transport-Security Header Not Set

Low Moderate fix zap CWE-319
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.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://www.overdrive.co.za/
https://www.overdrive.co.za/downloads/
https://www.overdrive.co.za/robots.txt
https://www.overdrive.co.za/sitemap.xml
https://www.overdrive.co.za/wp-snapshots/
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-10

Timestamp Disclosure - Unix

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

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

Evidence
https://www.overdrive.co.za/1743417809
https://www.overdrive.co.za/1743417824
https://www.overdrive.co.za/1778775423
https://www.overdrive.co.za/1778775424
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-11

X-Content-Type-Options Header Missing

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.co.za/
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://www.overdrive.co.za/x-content-type-options
https://www.overdrive.co.za/aws/x-content-type-options
https://www.overdrive.co.za/contact/x-content-type-options
https://www.overdrive.co.za/robots.txtx-content-type-options
https://www.overdrive.co.za/sitemap.xmlx-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

Charset Mismatch

Informational Moderate fix zap CWE-436
CONFIDENCE   Low
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.overdrive.co.za%2F
What was found

This check identifies responses where the HTTP Content-Type header declares a charset different from the charset defined by the body of the HTML or XML. When there's a charset mismatch between the HTTP header and content body Web browsers can be forced into an undesirable content-sniffing mode to determine the content's correct character set.

An attacker could manipulate content on the page to be interpreted in an encoding of their choice. For example, if an attacker can control content at the beginning of the page, they could inject script using UTF-7 encoded text and manipulate some browsers into interpreting that text.

Evidence
https://www.overdrive.co.za/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fwww.overdrive.co.za%2F
Suggested remediation

Force UTF-8 for all text content in both the HTTP header and meta tags in HTML or encoding declarations in XML.

References
  • https://code.google.com/archive/p/browsersec/wikis/Part2.wiki#Character_set_handling_and_detection
X-02

Content-Type Header Missing

Informational Moderate fix zap CWE-345
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.co.za/wp-content/uploads/2024/03/Building-Tomorrow-FI-1-1024x535.webp
Parameter
content-type
What was found

The Content-Type header was either missing or empty.

Evidence
https://www.overdrive.co.za/wp-content/uploads/2024/03/Building-Tomorrow-FI-1-1024x535.webpcontent-type
https://www.overdrive.co.za/wp-content/uploads/2024/03/Building-Tomorrow-FI-1-300x157.webpcontent-type
https://www.overdrive.co.za/wp-content/uploads/2024/03/Building-Tomorrow-FI-1-768x401.webpcontent-type
https://www.overdrive.co.za/wp-content/uploads/2024/03/Building-Tomorrow-FI-1.webpcontent-type
https://www.overdrive.co.za/wp-content/uploads/2024/08/Silicon-Overdrive-Logo-1.webpcontent-type
Suggested remediation

Ensure each page is setting the specific and appropriate content-type value for the content being delivered.

References
  • https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
X-03

Information Disclosure - Suspicious Comments

Informational Moderate fix zap CWE-615
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.overdrive.co.za/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js?ver=1.3.9.7
What was found

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

Evidence
https://www.overdrive.co.za/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js?ver=1.3.9.7? then remove value from localstorage.
Suggested remediation

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

X-04

Modern Web Application

Informational Moderate fix zap CWE--1
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.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://www.overdrive.co.za/<a href="#" class="elementor-item elementor-item-anchor">Our Services</a>
https://www.overdrive.co.za/aws/<a href="#" class="elementor-item elementor-item-anchor">Our Services</a>
https://www.overdrive.co.za/contact/<a href="#" class="elementor-item elementor-item-anchor">Our Services</a>
https://www.overdrive.co.za/downloads/<a href="#" class="elementor-item elementor-item-anchor">Our Services</a>
https://www.overdrive.co.za/wp-snapshots/<a href="#" class="elementor-item elementor-item-anchor">Our Services</a>
Suggested remediation

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

X-05

Non-Storable Content

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

Re-examine Cache-control Directives

Informational Moderate fix zap CWE-525
CONFIDENCE   Low
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.overdrive.co.za/
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://www.overdrive.co.za/cache-control
https://www.overdrive.co.za/aws/cache-control
https://www.overdrive.co.za/contact/cache-control
https://www.overdrive.co.za/robots.txtcache-control
https://www.overdrive.co.za/sitemap.xmlcache-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-07

Session Management Response Identified

Informational Moderate fix zap CWE--1
CONFIDENCE   Medium
INSTANCES   10
SYSTEMIC   No
Endpoint
https://www.overdrive.co.za/
Parameter
__wpdm_client
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://www.overdrive.co.za/__wpdm_client
https://www.overdrive.co.za/aws/__wpdm_client
https://www.overdrive.co.za/downloads/__wpdm_client
https://www.overdrive.co.za/dt_benefits/__wpdm_client
https://www.overdrive.co.za/it-services-support/__wpdm_client
https://www.overdrive.co.za/office365/__wpdm_client
https://www.overdrive.co.za/software-development/__wpdm_client
https://www.overdrive.co.za/wp-snapshots/__wpdm_client
https://www.overdrive.co.za/xmlrpc.php?rsd__wpdm_client
https://www.overdrive.co.za/software-development/__wpdm_client
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-08

Storable and Cacheable Content

Informational Moderate fix zap CWE-524
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   Yes
Endpoint
https://www.overdrive.co.za/
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://www.overdrive.co.za/
https://www.overdrive.co.za/it-services-support/
https://www.overdrive.co.za/office365/
https://www.overdrive.co.za/sitemap.xml
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 11 observations

#EndpointServiceDetailSeverity
N-01 129.232.138.226:110 pop3 Service pop3 on 129.232.138.226:110/tcp Info
N-02 129.232.138.226:143 imap Service imap on 129.232.138.226:143/tcp Info
N-03 129.232.138.226:21 ftp Service ftp on 129.232.138.226:21/tcp Info
N-04 129.232.138.226:22 ssh Service ssh on 129.232.138.226:22/tcp Info
N-05 129.232.138.226:443 https Service https on 129.232.138.226:443/tcp Info
N-06 129.232.138.226:465 smtps Service smtps on 129.232.138.226:465/tcp Info
N-07 129.232.138.226:587 submission Service submission on 129.232.138.226:587/tcp Info
N-08 129.232.138.226:80 http Service http on 129.232.138.226:80/tcp Info
N-09 129.232.138.226:993 imaps Service imaps on 129.232.138.226:993/tcp Info
N-10 129.232.138.226:995 pop3s Service pop3s on 129.232.138.226:995/tcp Info
N-11 https://www.overdrive.co.za/ Status 200 AddThis, Apache HTTP Server, Contact Form 7:6.1.5, Elementor:4.0.8, Font Awesome, Google Tag Manager, MySQL, PHP, Swiper, WordPress, Yoast SEO:27.6, imagesLoaded:5.0.0, jQuery CDN, jQuery Migrate:3.4. Info

05   Additional informational findings 0 items

#FindingAffectedInstances