Vulnerability Scan Result


Title: | Dynamic Funds |
Description: | Dynamic Funds, a division of 1832 Asset Management L.P., is one of Canada’s most recognized asset management firms. We offer a comprehensive range of actively managed wealth solutions, including mutual funds, ETFs, hedge funds, alternative strategies, and managed asset programs. |
IP address | 23.52.59.105 |
Country | IT ![]() |
AS number | AS16625 |
Net name | Akamai Technologies Inc |
80/tcp | http | AkamaiGHost - |
443/tcp | https | AkamaiGHost - |
Software / Version | Category |
---|---|
Google Ads | Advertising |
Akamai | CDN |
Linkedin Insight Tag | Analytics |
DataTables 1.11.2 | JavaScript libraries |
Adobe Experience Platform Identity Service | Customer data platform |
Adobe Experience Platform Launch | Tag managers |
Font Awesome | Font scripts |
Bootstrap 4.3.1 | UI frameworks |
core-js 3.1.3 | JavaScript libraries |
Google Analytics GA4 | Analytics |
Java | Programming languages |
jQuery 3.6.0 | JavaScript libraries |
jQuery UI 1.13.2 | JavaScript libraries |
Open Graph | Miscellaneous |
Popper | Miscellaneous |
Google Ads Conversion Tracking | Analytics |
Swiper | JavaScript libraries |
Adobe Analytics | Analytics |
Adobe Experience Manager | CMS |
Akamai Bot Manager | Security |
Google Tag Manager | Tag managers |
Highcharts 9.3.2 | JavaScript graphics |
jsDelivr | CDN |
Lodash 1.12.1 | JavaScript libraries |
OneTrust | Cookie compliance |
HSTS | Security |
ServiceNow | Miscellaneous |
Web Application Vulnerabilities
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://dynamic.ca/en.html | ApplicationGatewayAffinity | Set-Cookie: ApplicationGatewayAffinity=3e53813bfb724589ce09f21334caabe1 |
Vulnerability description
We found that a cookie has been set without the Secure
flag, which means the browser will send it over an unencrypted channel (plain HTTP) if such a request is made. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk exists that an attacker will intercept the clear-text communication between the browser and the server and he will steal the cookie of the user. If this is a session cookie, the attacker could gain unauthorized access to the victim's web session.
Recommendation
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.
Classification
CWE | CWE-614 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://dynamic.ca/en.html | ApplicationGatewayAffinityCORS, ApplicationGatewayAffinity | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: ApplicationGatewayAffinityCORS=3e53813bfb724589ce09f21334caabe1 Set-Cookie: ApplicationGatewayAffinity=3e53813bfb724589ce09f21334caabe1 |
Vulnerability description
We found that a cookie has been set without the HttpOnly
flag, which means it can be accessed by potentially malicious JavaScript code running inside the web page. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk is that an attacker who injects malicious JavaScript code on the page (e.g. by using an XSS attack) can access the cookie and can send it to another site. In case of a session cookie, this could lead to session hijacking.
Recommendation
Ensure that the HttpOnly flag is set for all cookies.
Classification
CWE | CWE-1004 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Risk Level | CVSS | CVE | Summary | Affected software |
---|---|---|---|---|
4.3 | CVE-2021-23445 | This affects the package datatables.net before 1.11.3. If an array is passed to the HTML escape entities function it would not have its contents escaped. | datatables.net 1.11.2 |
Vulnerability description
We noticed known vulnerabilities in the target application based on the server responses. They are usually related to outdated systems and expose the affected applications to the risk of unauthorized access to confidential data and possibly denial of service attacks. Depending on the system distribution the affected software can be patched but displays the same version, requiring manual checking.
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system.
Recommendation
In order to eliminate the risk of these vulnerabilities, we recommend you check the installed software version and upgrade to the latest version.
Classification
CWE | CWE-1026 |
OWASP Top 10 - 2017 | A9 - Using Components with Known Vulnerabilities |
OWASP Top 10 - 2021 | A6 - Vulnerable and Outdated Components |
Evidence
URL | Evidence |
---|---|
https://dynamic.ca/en.html | Response headers do not include the Referrer-Policy HTTP security header as well as the |
Vulnerability description
We noticed that the target application's server responses lack the Referrer-Policy
HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Risk description
The risk is that if a user visits a web page (e.g. "http://example.com/pricing/") and clicks on a link from that page going to e.g. "https://www.google.com", the browser will send to Google the full originating URL in the `Referer` header, assuming the Referrer-Policy header is not set. The originating URL could be considered sensitive information and it could be used for user tracking.
Recommendation
The Referrer-Policy header should be configured on the server side to avoid user tracking and inadvertent information leakage. The value `no-referrer` of this header instructs the browser to omit the Referer header entirely.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://dynamic.ca/en.html | Response headers include the HTTP Content-Security-Policy security header with the following security issues: |
Vulnerability description
We noticed that the Content-Security-Policy (CSP) header configured for the web application includes unsafe directives. The CSP header activates a protection mechanism implemented in web browsers which prevents exploitation of Cross-Site Scripting vulnerabilities (XSS) by restricting the sources from which content can be loaded or executed.
Risk description
For example, if the unsafe-inline directive is present in the CSP header, the execution of inline scripts and event handlers is allowed. This can be exploited by an attacker to execute arbitrary JavaScript code in the context of the vulnerable application.
Recommendation
Remove the unsafe values from the directives, adopt nonces or hashes for safer inclusion of inline scripts if they are needed, and explicitly define the sources from which scripts, styles, images or other resources can be loaded.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Google Ads | Advertising |
Akamai | CDN |
Linkedin Insight Tag | Analytics |
DataTables 1.11.2 | JavaScript libraries |
Adobe Experience Platform Identity Service | Customer data platform |
Adobe Experience Platform Launch | Tag managers |
Font Awesome | Font scripts |
Bootstrap 4.3.1 | UI frameworks |
core-js 3.1.3 | JavaScript libraries |
Google Analytics GA4 | Analytics |
Java | Programming languages |
jQuery 3.6.0 | JavaScript libraries |
jQuery UI 1.13.2 | JavaScript libraries |
Open Graph | Miscellaneous |
Popper | Miscellaneous |
Google Ads Conversion Tracking | Analytics |
Swiper | JavaScript libraries |
Adobe Analytics | Analytics |
Adobe Experience Manager | CMS |
Akamai Bot Manager | Security |
Google Tag Manager | Tag managers |
Highcharts 9.3.2 | JavaScript graphics |
jsDelivr | CDN |
Lodash 1.12.1 | JavaScript libraries |
OneTrust | Cookie compliance |
HSTS | Security |
ServiceNow | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Vulnerability description
Website is accessible.
Evidence
Vulnerability description
We have noticed that the server is missing the security.txt file, which is considered a good practice for web security. It provides a standardized way for security researchers and the public to report security vulnerabilities or concerns by outlining the preferred method of contact and reporting procedures.
Risk description
There is no particular risk in not having a security.txt file for your server. However, this file is important because it offers a designated channel for reporting vulnerabilities and security issues.
Recommendation
We recommend you to implement the security.txt file according to the standard, in order to allow researchers or users report any security issues they find, improving the defensive mechanisms of your server.
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.dynamic.ca | TXT | Text record | "v=DMARC1; p=none; fo=1; ri=3600; rua=mailto:scotiabank@rua.dmp.cisco.com; ruf=mailto:scotiabank@ruf.dmp.cisco.com" |
_dmarc.dynamic.ca | TXT | Text record | "v=DMARC1; p=reject; sp=none; fo=1; ri=3600; rua=mailto:scotiabank@rua.dmp.cisco.com; ruf=mailto:scotiabank@ruf.dmp.cisco.com" |
Vulnerability description
We found that the target is configured with more than one DMARC (Domain-based Message Authentication, Reporting, and Conformance) record in its DNS settings. According to the DMARC specification, only a single DMARC record is allowed per domain. When multiple DMARC records exist, email receivers may ignore the DMARC policy, leading to an improper application of email authentication and security checks. This misconfiguration weakens the domain’s email authentication stance, potentially allowing spoofed or fraudulent emails to bypass security checks. Such inconsistencies can lead to confusion for mail receivers on how to handle emails that fail SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) checks.
Risk description
When a domain has multiple DMARC records, email servers may not process the DMARC policy correctly, leading to confusion about how to handle emails that fail SPF and DKIM checks. This misconfiguration can be exploited by malicious actors to send spoofed or fraudulent emails that appear to come from the affected domain. As a result, organizations may face an increased risk of phishing attacks targeting employees or customers, potential damage to their reputation, and disruptions to the delivery of legitimate emails, as some mail servers may ignore the intended DMARC policy altogether.
Recommendation
To resolve the issue of multiple DMARC records, ensure that only one valid DMARC record is published in your domain's DNS. Remove any duplicate or conflicting entries and verify the configuration using tools like MXToolbox or DMARCian. Additionally, implement a strict DMARC policy such as p=reject or p=quarantine to ensure emails that fail SPF or DKIM checks are properly handled. If subdomains are in use, configure the sp tag appropriately. Enable DMARC reporting by setting up the rua and ruf tags to receive aggregate and forensic reports, which can help monitor for ongoing issues or abuse.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.dynamic.ca | TXT | Text record | "v=DMARC1; p=none; fo=1; ri=3600; rua=mailto:scotiabank@rua.dmp.cisco.com; ruf=mailto:scotiabank@ruf.dmp.cisco.com" |
Vulnerability description
We found that the target uses p=none in the DMARC policy. The DMARC policy set to p=none means that the domain owner is not taking any action on emails that fail DMARC validation. This configuration effectively disables enforcement, allowing potentially spoofed or fraudulent emails to be delivered without any additional scrutiny.
Risk description
Emails that fail DMARC checks are still delivered to recipients. This leaves the domain highly vulnerable to email spoofing and phishing attacks, as malicious actors can impersonate the domain without facing any consequences from DMARC enforcement.
Recommendation
We recommend changing the DMARC policy to p=quarantine or, ideally, p=reject to actively block or quarantine emails that fail DMARC validation. This will enhance the security of your domain against spoofing and phishing attacks by ensuring that only legitimate emails are delivered.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.dynamic.ca | TXT | Text record | "v=DMARC1; p=none; fo=1; ri=3600; rua=mailto:scotiabank@rua.dmp.cisco.com; ruf=mailto:scotiabank@ruf.dmp.cisco.com" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.dynamic.ca | TXT | Text record | "v=DMARC1; p=reject; sp=none; fo=1; ri=3600; rua=mailto:scotiabank@rua.dmp.cisco.com; ruf=mailto:scotiabank@ruf.dmp.cisco.com" |
Vulnerability description
We found that the DMARC record for the domain is configured with sp=none, meaning that no policy is enforced for subdomains. This allows subdomains to send emails without being subject to DMARC checks, making it easier for attackers to spoof emails from these subdomains. Subdomains are often overlooked in email security, and attackers can exploit this misconfiguration to launch phishing or spoofing attacks from seemingly legitimate subdomains of a protected domain.
Risk description
When the DMARC record is configured with sp=none, subdomains are not subject to DMARC enforcement, allowing attackers to spoof emails from subdomains without being blocked. This creates a significant risk of phishing and impersonation attacks, where malicious emails appear to originate from trusted subdomains. These spoofed emails can be used to deceive users or damage the organization's reputation, undermining the security benefits of DMARC for the primary domain.
Recommendation
To mitigate the risk, we recommend that the subdomain policy should be updated to sp=reject to ensure that any email failing DMARC checks from subdomains is automatically rejected. This will help prevent unauthorized emails from being sent from subdomains, reducing the risk of spoofing and phishing. Additionally, it's important to regularly monitor DMARC reports to track email activity from subdomains and adjust policies as needed to maintain consistent security across the entire domain.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
dynamic.ca | A | IPv4 address | 23.52.59.105 |
dynamic.ca | NS | Name server | aus2.akam.net |
dynamic.ca | NS | Name server | usc2.akam.net |
dynamic.ca | NS | Name server | ns1-16.akam.net |
dynamic.ca | NS | Name server | ns1-208.akam.net |
dynamic.ca | MX | Mail server | 10 mx2.hc576-93.ca.iphmx.com |
dynamic.ca | MX | Mail server | 10 mx1.hc576-93.ca.iphmx.com |
dynamic.ca | SOA | Start of Authority | 100gmr1-02-eigt3-ns-a.devicemgt.bns. tag-network\.support.scotiabank.com. 160 300 3600 604800 3600 |
dynamic.ca | TXT | Text record | "adobe-idp-site-verification=5172ad9544d2c9787bf99640c92f5277b77824cbcb39fb55963168bb5d92c85e" |
dynamic.ca | TXT | Text record | "google-site-verification=6ZyjiwJ2pcEuAMPDQb1CbUdg4Ya4XCLwPWKy5x-KtQI" |
dynamic.ca | TXT | Text record | "v=DMARC1; p=none; fo=1; ri=3600; rua=mailto:scotiabank@rua.dmp.cisco.com; ruf=mailto:scotiabank@ruf.dmp.cisco.com" |
dynamic.ca | TXT | Text record | "MS=" "ms19358281" |
dynamic.ca | TXT | Text record | "ZOOM_verify_ncdec7zPqlR5DzUWU0eWpO" |
dynamic.ca | TXT | Text record | "google-site-verification=o9epR5WJyebIBeAOTUW5E4anipGotr9Nybq1cEa96zQ" |
dynamic.ca | TXT | Text record | "cisco-ci-domain-verification=26038ac4dc26ba7a37795c0221b60f1ca136fe390d777ff5d16d34e3fec29756" |
dynamic.ca | TXT | Text record | "google-site-verification=RSZ2spzDDRrtAxXhw2jBKt516BNPT2zrAD74xRug55Y" |
dynamic.ca | SPF | Sender Policy Framework | "v=spf1 exists:%{i}._i.%{d}._d.espf.dmp.cisco.com include:%{d}.16.spf-protect.dmp.cisco.com include:_spf.kubra.com include:app.aventri.com -all" |
_dmarc.dynamic.ca | TXT | Text record | "v=DMARC1; p=reject; sp=none; fo=1; ri=3600; rua=mailto:scotiabank@rua.dmp.cisco.com; ruf=mailto:scotiabank@ruf.dmp.cisco.com" |
Risk description
An initial step for an attacker aiming to learn about an organization involves conducting searches on its domain names to uncover DNS records associated with the organization. This strategy aims to amass comprehensive insights into the target domain, enabling the attacker to outline the organization's external digital landscape. This gathered intelligence may subsequently serve as a foundation for launching attacks, including those based on social engineering techniques. DNS records pointing to services or servers that are no longer in use can provide an attacker with an easy entry point into the network.
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
Vulnerability description
OS detection couldn't determine the operating system.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
dynamic.ca | SPF | Sender Policy Framework | "v=spf1 exists:%{i}._i.%{d}._d.espf.dmp.cisco.com include:%{d}.16.spf-protect.dmp.cisco.com include:_spf.kubra.com include:app.aventri.com -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
mx | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRB7Fmda4oKGYNXn+6aKj9IBPckc2FCYY2ePEkRaMq7i7K0hCTJ+6dIZS4eWDax+RdLc5+m4d19DSnhwNHNKpJhUz6IJVM9TGwAqOhY9Vb/+mI/4vzA5/jqAj+WQFWaTaiX+wonkAwy/0IM2jyjwlhCbkZXnnzreUDPlcpKq+HUQIDAQAB" |
Evidence
Software / Version | Category |
---|---|
Adobe Experience Manager | CMS |
Java | Programming languages |
Google Ads | Advertising |
OneTrust | Cookie compliance |
jsDelivr | CDN |
Google Tag Manager | Tag managers |
Google Analytics GA4 | Analytics |
Akamai Bot Manager | Security |
Linkedin Insight Tag | Analytics |
Google Ads Conversion Tracking | Analytics |
Akamai | CDN |
HSTS | Security |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
Software / Version | Category |
---|---|
Adobe Experience Manager | CMS |
Java | Programming languages |
Google Ads | Advertising |
OneTrust | Cookie compliance |
jsDelivr | CDN |
Google Tag Manager | Tag managers |
Google Analytics GA4 | Analytics |
Akamai Bot Manager | Security |
Linkedin Insight Tag | Analytics |
Google Ads Conversion Tracking | Analytics |
Akamai | CDN |
HSTS | Security |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.