SILICON OVERDRIVE Security Assessment Report
REPORT   c29f9622-989f-471f-bbe2-bc20fd951a7e
ISSUED   2026-06-20 11:40 UTC
CONFIDENTIAL
External Web & Network Assessment

Vulnerability findings for the public-facing infrastructure of takealot.com

Target: https://www.takealot.com/  ·  104.16.71.64

01   Executive overview Severity distribution across 25 findings

Critical
0
High
0
Medium
4
Low
9
Informational
12
Targethttps://www.takealot.com/
Resolved IP104.16.71.64
Scan window2026-06-20 · 11:40:00 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 Medium CSP: Failure to Define Directive with No Fallback takealot.com 3
02 Medium CSP: script-src unsafe-eval takealot.com 3
03 Medium CSP: style-src unsafe-inline takealot.com 3
04 Medium Sub Resource Integrity Attribute Missing takealot.com 2
05 Low Cookie with SameSite Attribute None takealot.com 4
06 Low Cookie without SameSite Attribute takealot.com 3
07 Low Cross-Origin-Embedder-Policy Header Missing or Invalid takealot.com 1
08 Low Cross-Origin-Opener-Policy Header Missing or Invalid takealot.com 1
09 Low Cross-Origin-Resource-Policy Header Missing or Invalid takealot.com 1
10 Low Permissions Policy Header Not Set takealot.com 1
11 Low Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) takealot.com 1
12 Low Timestamp Disclosure - Unix takealot.com 5
13 Low X-Content-Type-Options Header Missing takealot.com 1
14 Informational CSP: Header & Meta takealot.com 3
15 Informational Loosely Scoped Cookie takealot.com 3
16 Informational Modern Web Application takealot.com 4
17 Informational Non-Storable Content takealot.com 3
18 Informational Re-examine Cache-control Directives takealot.com 1
19 Informational Session Management Response Identified takealot.com 2
20 Informational Storable and Cacheable Content takealot.com 1

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

CSP: Failure to Define Directive with No Fallback

Medium Moderate fix zap CVE-693
CONFIDENCE   High
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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://www.takealot.com/default-src 'none'; script-src 'nonce-9NhaB1d2efE46fUao82OP9' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'
https://www.takealot.com/robots.txtdefault-src 'none'; script-src 'nonce-pTMJKQ4MKpMRxC6jeDxHhn' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'
https://www.takealot.com/sitemap.xmldefault-src 'none'; script-src 'nonce-DkB5hAG8plZzGJdAzdhjqG' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri '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: script-src unsafe-eval

Medium Moderate fix zap CVE-693
CONFIDENCE   High
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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://www.takealot.com/default-src 'none'; script-src 'nonce-9NhaB1d2efE46fUao82OP9' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'
https://www.takealot.com/robots.txtdefault-src 'none'; script-src 'nonce-pTMJKQ4MKpMRxC6jeDxHhn' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'
https://www.takealot.com/sitemap.xmldefault-src 'none'; script-src 'nonce-DkB5hAG8plZzGJdAzdhjqG' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri '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 CVE-693
CONFIDENCE   High
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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://www.takealot.com/default-src 'none'; script-src 'nonce-9NhaB1d2efE46fUao82OP9' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'
https://www.takealot.com/robots.txtdefault-src 'none'; script-src 'nonce-pTMJKQ4MKpMRxC6jeDxHhn' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'
https://www.takealot.com/sitemap.xmldefault-src 'none'; script-src 'nonce-DkB5hAG8plZzGJdAzdhjqG' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri '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-04

Sub Resource Integrity Attribute Missing

Medium Moderate fix zap CVE-345
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/<link rel="preload" href="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&amp;features=default%2Ces2020%2Ces2021%2Ces2022%2Ces2023" as="script" crossorigin=""/>
https://www.takealot.com/<link rel="preload" href="https://www.googletagmanager.com/gtm.js?id=GTM-PF9XJL" as="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 with SameSite Attribute None

Low Moderate fix zap CVE-1275
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://www.takealot.com/
Parameter
__cf_bm
What was found

A cookie has been set with its SameSite attribute set to "none", 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.takealot.com/set-cookie: __cf_bm
https://www.takealot.com/set-cookie: _cfuvid
https://www.takealot.com/robots.txtset-cookie: _cfuvid
https://www.takealot.com/sitemap.xmlset-cookie: _cfuvid
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

Cookie without SameSite Attribute

Low Moderate fix zap CVE-1275
CONFIDENCE   Medium
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.takealot.com/
Parameter
__cf_bm
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.takealot.com/set-cookie: __cf_bm
https://www.takealot.com/robots.txtset-cookie: __cf_bm
https://www.takealot.com/sitemap.xmlset-cookie: __cf_bm
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-03

Cross-Origin-Embedder-Policy Header Missing or Invalid

Low Moderate fix zap CVE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/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 CVE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/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 CVE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/Cross-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 CVE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/
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

Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s)

Low Moderate fix zap CVE-497
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
What was found

The web/application server is leaking information via one or more "X-Powered-By" HTTP response headers. Access to such information may facilitate attackers identifying other frameworks/components your web application is reliant upon and the vulnerabilities such components may be subject to.

Evidence
https://www.takealot.com/x-powered-by: Awesome
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to suppress "X-Powered-By" headers.

References
  • https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/01-Information_Gathering/08-Fingerprint_Web_Application_Framework
  • https://www.troyhunt.com/shhh-dont-let-your-response-headers/
L-08

Timestamp Disclosure - Unix

Low Moderate fix zap CVE-497
CONFIDENCE   Low
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.takealot.com/
What was found

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

Evidence
https://www.takealot.com/1781954941
https://www.takealot.com/1781954941
https://www.takealot.com/robots.txt1781954941
https://www.takealot.com/robots.txt1781954941
https://www.takealot.com/sitemap.xml1781954941
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 CVE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/x-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

CSP: Header & Meta

Informational Moderate fix zap CVE-693
CONFIDENCE   High
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.takealot.com/
What was found

The message contained both CSP specified via header and via Meta tag. It was not possible to union these policies in order to perform an analysis. Therefore, they have been evaluated individually.

Evidence
https://www.takealot.com/
https://www.takealot.com/robots.txt
https://www.takealot.com/sitemap.xml
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
X-02

Loosely Scoped Cookie

Informational Moderate fix zap CVE-565
CONFIDENCE   Low
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.takealot.com/
What was found

Cookies can be scoped by domain or path. This check is only concerned with domain scope.The domain scope applied to a cookie determines which domains can access it. For example, a cookie can be scoped strictly to a subdomain e.g. www.nottrusted.com, or loosely scoped to a parent domain e.g. nottrusted.com. In the latter case, any subdomain of nottrusted.com can access the cookie. Loosely scoped cookies are common in mega-applications like google.com and live.com. Cookies set from a subdomain like app.foo.bar are transmitted only to that domain by the browser. However, cookies scoped to a parent-level domain may be transmitted to the parent, or any subdomain of the parent.

Evidence
https://www.takealot.com/Domain=takealot.com
https://www.takealot.com/robots.txtDomain=takealot.com
https://www.takealot.com/sitemap.xmlDomain=takealot.com
Suggested remediation

Always scope cookies to a FQDN (Fully Qualified Domain Name).

References
  • https://datatracker.ietf.org/doc/html/rfc6265#section-4.1
  • 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
  • https://code.google.com/archive/p/browsersec/wikis/Part2.wiki
X-03

Modern Web Application

Informational Moderate fix zap CVE--1
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/<script nonce="9NhaB1d2efE46fUao82OP9">(function(){window._cf_chl_opt = {cFPWv: 'g',cH: 'U9_1HVTvKVnHoXa_Ja7O6Y4LUcPc8Buo4s.Ty9OXNwo-1781954941-1.2.1.1-vsEs_0UB7eDGkcyRJ7oVpTA6.zMQnCjF.qO2bcNv6i6DGpKHzygtdpdXisLc7ned',cITimeS: '1781954941',cN: '9NhaB1d2efE46fUao82OP9',cRay: 'a0ea6ef33f2958d3',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:"/?__cf_chl_tk=TwaD_rfnmk9RZxTfGxpLIp5dsn_AvNwKhLw6BhgIvew-1781954941-1.0.1.1-s38ycV67OTkKQ3rj7UuD6nLLMXMHl9XEToUpStY3H.Y",cvId: '3',cZone: 'www.takealot.com',fa:"/?__cf_chl_f_tk=TwaD_rfnmk9RZxTfGxpLIp5dsn_AvNwKhLw6BhgIvew-1781954941-1.0.1.1-s38ycV67OTkKQ3rj7UuD6nLLMXMHl9XEToUpStY3H.Y",md: 'XsQ4tckBoH0nwbfBOrrOK3Oq6Xp9Cex.skds2y9X0uE-1781954941-1.2.1.1-UFCnmtnAgBFm1Mulg8MwTmmDvrOhuKBnQ.a8K5M8bYKyGjExRJ0jz4yysE.H2QsHW.rw1UHp.aZdGjeTmi4bGLZ0cbH.CjRhpdn_k2yL5vF2MvAX4uOfRVb9uSbTXbh4F40y4dDf2__8ELbcr90UMNpu3IkoF8Er4C6PiWZFCxt_mdY_lHyyjzDrk43aNqBTL3hLJi.HM7Gsipx6h_cgZ9XrRqUtGq6mKHwJM498yIBJb.vMBd3zte_c6xEC9FgZeOKWsy0Rk3F99AnRhKs9Pn.kmuAxa1EgwXMO.gSaZ83gChw61rDk2gOE9NEl0Z6VkZ.8g4fLpMGHPOc7GcK9M62t4izHnjMLZRV.zoDbV22yVwzGWmRPhjAzwXeuXZgTl1fg2tIOIitlwXtr6uz7n0pypLEzPdlyXSOmEqDPHCvyroVi6nBi0bC8SkBezpG6E8aAhBltR1KzCJudpO6hHOhWT4iLYBDF5wPfZu5ZIFs96d.OAp1UmbKctlNL.etJbrOoGipeJ2alsNgxOHUrG.phZ.odrgsLz8qaPhM5Y5CKoSiX0vp5Rt_ZWgiWJJRVztY2dWsGQwQnOW5h7HjaAR2.R6qnTYBV8Tv35u7R4CQsSw1J.QtaA08OvrCUU96rKaIU58jeFDwi9Pq9n33Fo46ZFzoUh0D9Pgh3Nsj2x3frmOCwd37dfXRZdqJO1jZcj9B72zbAafBb_Y11NLdPbLtcdFEeiboYJNF5UuqnKh8O2QHdFeaAGS5G3U8zqQTV2BDyFIdtXUQsqSOS9.SrFeKasrU2yK2tuXnE9F7PCKHYUhE1UkOfUR.bKoRTF0Kq_0yDEMC7dhs1bNIVTn.cRXA9E_VqIWRTwMUqXWH81Bk3Nx3CldLvVTQdtIpAoYjuAPRz6wRGdfevhORfxfv1GhGg8712EwNN2rI0iO1yB7MSJu6S1m83ygsWlNP273XXpuhhqSia2HKcytHwKFN.WO3YrdUTvBtaOm1yc4Drsjt8BODtcKRM9dyOZIOr3LYNjXQ0vF7MPK8AodmDXBagSLbfCTfBaF0I69dRFVUSfiIMoI_cJynY3N9eP6IGuhzKTTI3cbnuzxqbftTFM.tnttMn6.6xJNnlGMF3qhGW8UMoe5fufTXtr1KBV8_O7XV3',mdrd: 'q9Oi0FXYH8LQUCL5cIldXs0dUmhmSFoJ2i1oGHU1R4o-1781954941-1.2.1.1-yYoLYEpEAcWX3VXSPahZUhT1vB0l6kTYPuBjNymr9_G63ycvzwQnBnz21uH3Kftq4JN
https://www.takealot.com/<script src="/d05ad9be7b53737feeac45e7609b2493c66c5bed/_next/static/chunks/f48f4e9e-5e331fab08ae98be.js" async=""></script>
https://www.takealot.com/robots.txt<script nonce="pTMJKQ4MKpMRxC6jeDxHhn">(function(){window._cf_chl_opt = {cFPWv: 'g',cH: 'KNnJ0WnpdQpbA79TmvnnFQEfu52amCNaWuaM0Vw7ebM-1781954941-1.2.1.1-.G5DjxXV738fh6FqS2HYzDxHHkR38qUWapmdYpg8fByBcC2k0avDZkcEgWXZqinZ',cITimeS: '1781954941',cN: 'pTMJKQ4MKpMRxC6jeDxHhn',cRay: 'a0ea6ef33bdc48ed',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:"/robots.txt?__cf_chl_tk=TWZdwPpQICJ0lK916nS7ESugVcA5Ai4cP81sLHtJ5Nw-1781954941-1.0.1.1-49KPsPdr.avbgvqtFW301tUImVGbVE.RAGpp3PE8Bmc",cvId: '3',cZone: 'www.takealot.com',fa:"/robots.txt?__cf_chl_f_tk=TWZdwPpQICJ0lK916nS7ESugVcA5Ai4cP81sLHtJ5Nw-1781954941-1.0.1.1-49KPsPdr.avbgvqtFW301tUImVGbVE.RAGpp3PE8Bmc",md: 'fhCueZVQW4jtPLVokNEchH.7OUw1RRxqCh6pXBPLIh0-1781954941-1.2.1.1-M1YUo6ta_YcI6YZQ8C_sLlsFyXbrJmeO_GnTnPgDlKKsaMpYd53fIYtrpu6xfA5OvUEUVPlb7P7_HzlZRI9fveQbRYmMmfz7MTKvs_k3vfTjtmJkmb.7hKccH3C9AbErCfTSb6w1COziA6vXq7JnuydPMbW9dYC88WQnjGWXiu_7eHNqdgAZSuoAg4Wbm.hzG5245tYnZTyNq1OH9U_c8ZPhi3eTV_2Vs_8Hm7BmzaEx2ZMmjp4OGnzWPWuXiCetj16b4uz70l53lBwaRT5ooOmEHzt6KW23loXADVMOfCnhMQsctObqXHEvM17.fwTnvIBZXEPQ7bTePtEQNOZI86OvF5C6HJRC8NteETiPlcpIEUu9cAooDuue5zaeyTB1FIofJImW3xlTHME56D_PEbv9mfRBO9DGQ0v.4hYiuGyzjsEMOJ9_zRV0mbBDLW28R0BH0zgIdsSkfo5jK8w4PbuW3ES0cTOO3Sc5oa82WYiigDHYu2j.XMoQLf6dLzZzl2fQ601IVKMQjX6JdUcwyIOFZ8HheXVTN0kPQ2Q11KMfG5zSfp6HChIN6SMdoDpU5uxXgV7HaZADrsIDszJNMcvYHZk1UAG.RmVuQchZpxxmbRoc2.ZK8nioL07lPSYpbo8SNu5M6vhzRbdT7Um9OBA50jHx8MHX2SeIwJFzK4c.ApOIfb2b5H4N9OgrUriyNkpdJ.rdo1DE.xsKGqJWSDpcGbbLgi9VeXWRJ0omWKGOH6NoQ3viT6oaj1Mcta7AXP0oCj7D3KnQngOoWHVKH4YHbR5TXubOYfdEr4gJXxXqKJiD3ng3_2sSeX9nk6Yd4DhQ2dXxx1O1tk.rBCe2x.G.xWTBcw2WnDVu_pAkElnVAH2M084gYO2KYlr4LIRnoZqgAxRa.t43DI24zxOGmit_9J39Hq1ztFZQQqiwp4RwG5b8nrcFrZgYFx3uC0SNkSrZROcDRjW7mc4wr2pYeyrFievCewTcLIfxB0iVTa8DbLGRk4yQt1ghi2pQpF72F9oI_BLlX_c82Sgs6oDMUutqumFylhCbCIq8sWaGqeTx.ePcd1vZWuo5PY13chJXvwak8wXaex6H._wGRs1C7oBaKigkl.4Zdd8LSuErWUH0myNlVTGxgXsc5FUz8uxWv1ErTE.6UVnSiMn.nbQBxQ',mdrd: '9Sd684fWFE4BaU6GXDAZ7llAoym9Nw8Ec1Zy5MajsMk-1781954941-1.2.1.1-nJEON1vXDXSd1N0OhqUBfmKfx
https://www.takealot.com/sitemap.xml<script nonce="DkB5hAG8plZzGJdAzdhjqG">(function(){window._cf_chl_opt = {cFPWv: 'g',cH: 'JbVpd0_hZKEcpux_9MgtHCyzCf1fGGHaDje6Z9PRlbA-1781954941-1.2.1.1-t0TL1pjCrz.1XL7sY4J8T.MnDxMt2ZmD_wlwGdrUwi_luZEr8i_ODg6VGoJiCZwM',cITimeS: '1781954941',cN: 'DkB5hAG8plZzGJdAzdhjqG',cRay: 'a0ea6ef3399dd2e1',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:"/sitemap.xml?__cf_chl_tk=VHw3P5RRv7R848uh8LqRTAWjIf6tit2jc.8BEMUnvhU-1781954941-1.0.1.1-7Bw_Rr8cij71.rPjTyOAQId6qSAcp3cZ4jZQU9PiNKU",cvId: '3',cZone: 'www.takealot.com',fa:"/sitemap.xml?__cf_chl_f_tk=VHw3P5RRv7R848uh8LqRTAWjIf6tit2jc.8BEMUnvhU-1781954941-1.0.1.1-7Bw_Rr8cij71.rPjTyOAQId6qSAcp3cZ4jZQU9PiNKU",md: 'vP1aGyQdijOzkYfblDMglfdD9pK.77VWTrwda0Emhvc-1781954941-1.2.1.1-j7dDtmSAjLF6DPXj4F2uOoz1szbKwdMrz_YlhfOyeSk_Aj0SiWNusfLFNpRbwEm7iQJjwyI392jrzTr6s2JJbVKdOKi5oKEZQS6qzxQMeNfwxPnitBMAfcWpAg3pefA4glOaAULP1DfSvbkq29iVbRtZwYrq1GcEmllIfXfPib4VTneL7zVmO9.15VnP5r478M58ieT0OGLdxq4IKQnqzaCt.JzL66sG.D6.S9guykCTpCjHtuGv5od4Ukow16FyMIKGoYj4KEAZk4zoaOEI9DqqVQgho2myZPC.IcfJsmT42.boADwQaGQTlbPeBSo3xZMp8mItbN.0oprTRg11lmbyHbJRU8ugxkj37CS9GKilhdleqndkS772KiYF6tMfawxcCXD0KqFy_G3LEIW6QtPszEctNMqx.t1gfjtzMi1NUTFhTcz9N9j3T1MT6gjFKmRRQbPYpRt2z_6BwOtZ8GFwmSump68eSHIhtQhWZQWLgHmupMwRPlNRkvBuKVJnyDXDvobAK0tluOZx8mNPdWpJ9ys0thrZSFTyjchp_2ilwupvUIUp9VovHjfHPeYXhkPxQJiX9Vfw71XE4927wirEOsLuW..Ghh9kMCUxFukNcrvNzR3vU9uH58NILTgtADFsrtJxjyU_FT9MNEZKZ7es8Qw8xgScLsJ6KC5AHaKgoMHHY7pfhcFrHdZyozq8I33uXSf5Mt00HQP5uHSpFDyjI7afStMeWHewhIBV_J8aORPgtVjp07Nvg_HatDiAFKNWKqtIjcb5TLeZqIXz1J.ykOg6Qvyh0CxKJgoRHg7q4OBfVjo4lSry9.Fna7cjF.8qSbVbr1jszPpbFUlV4.OxS0hAvLh9GXlP..RXiNR38xbI4LUIQGZk3Uy0yT1uZgxGxa6RdJsiNdkFrEMfyDV1SzOGmglHyOhlBbUQbZtFQEOZMbzO5VFKEZbzlg3XFF9RYUr1Qm0ZNnSaG7Kwgyw8lFjeUdURTyIs63hXFqnGRmBtCY8BV8ZPrU8x_3WRBar9oZ3Pu4SILc_RuPV_I1a2VK2AQrh98lemA3W1jrPOK4U9A0UDvYOZp5L5sLG3buzAIPxYAu5jYd7_ZoQCdJW790ag7tERDJ6pMTyhJhx0oinXl7CraOqwirgC_URzB6dtwoCTfWRVIB5HsN7p0Q',mdrd: 'hp7AeAUar_T.IcyYfAY5tnH0LYrPVLdRL.a9tNRofJY-1781954941-1.2.1.1-t4fq9jFXoh8WZ90E34TPpJq
Suggested remediation

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

X-04

Non-Storable Content

Informational Moderate fix zap CVE-524
CONFIDENCE   Medium
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/403
https://www.takealot.com/robots.txt403
https://www.takealot.com/sitemap.xml403
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 CVE-525
CONFIDENCE   Low
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/s-maxage=3600, stale-while-revalidate=31532400
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 CVE--1
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.takealot.com/
Parameter
_cfuvid
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.takealot.com/_cfuvid
https://www.takealot.com/sitemap.xml_cfuvid
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 CVE-524
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.takealot.com/
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.takealot.com/s-maxage=3600
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 5 observations

#EndpointServiceDetailSeverity
N-01 104.16.71.64:443 https Service https on 104.16.71.64:443/tcp Info
N-02 104.16.71.64:80 http Service http on 104.16.71.64:80/tcp Info
N-03 104.16.71.64:8080 http-proxy Service http-proxy on 104.16.71.64:8080/tcp Info
N-04 104.16.71.64:8443 https-alt Service https-alt on 104.16.71.64:8443/tcp Info
N-05 https://www.takealot.com/ Status 200 Cloudflare, Cloudflare Bot Management, Cloudflare Browser Insights, Envoy, HSTS Info

05   Additional informational findings 0 items

#FindingAffectedInstances