Vulnerability Scan Result

Title: | Whistler Grocery Delivery | Online Grocery Store | Food Delivery Online |
Description: | Whistler Grocery Delivery Will Deliver To Your Home Or Hotel In Whistler. Our Site Has Over 5000 Items including Fresh Food & Kitchen & Bathroom Supplies. |
ip_address | 188.114.97.7 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 188.114.96.7 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | Cloudflare http proxy - |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | https | Cloudflare http proxy - |
Software / Version | Category |
---|---|
Contact Form 7 6.1.2 | WordPress plugins, Form builders |
Font Awesome | Font scripts |
Bootstrap 3.3.5 | UI frameworks |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.39.0 | JavaScript libraries |
Google Analytics UA | Analytics |
GSAP 3.12.7 | JavaScript frameworks |
HTTP/3 | Miscellaneous |
Isotope | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Redux Framework 4.5.7 | WordPress plugins |
Swiper | JavaScript libraries |
Vimeo | Video players |
Priority Hints | Performance |
WooCommerce 9.9.5 | Ecommerce, WordPress plugins |
WordPress | CMS, Blogs |
Cloudflare | CDN |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Cart Functionality | Ecommerce |
Yoast SEO | SEO, WordPress plugins |
Web Application Vulnerabilities
Evidence
CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
---|---|---|---|---|
CVE-2024-6484 | 6.4 | 0.00049 | 0.15167 | A vulnerability has been identified in Bootstrap that exposes users to Cross-Site Scripting (XSS) attacks. The issue is present in the carousel component, where the data-slide and data-slide-to attributes can be exploited through the href attribute of an <a> tag due to inadequate sanitization. This vulnerability could potentially enable attackers to execute arbitrary JavaScript within the victim's browser. |
CVE-2019-8331 | 6.1 | 0.02292 | 0.84087 | In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute. |
CVE-2018-20677 | 6.1 | 0.12064 | 0.93443 | In Bootstrap before 3.4.0, XSS is possible in the affix configuration target property. |
CVE-2018-20676 | 6.1 | 0.06255 | 0.90444 | In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. |
CVE-2018-14042 | 6.1 | 0.017 | 0.81556 | In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip. |
Vulnerability description
Outdated or vulnerable software components include versions of server-side software that are no longer supported or have known, publicly disclosed vulnerabilities. Using outdated software significantly increases the attack surface of a system and may allow unauthorized access, data leaks, or service disruptions. Vulnerabilities in these components are often well-documented and actively exploited by attackers. Without security patches or vendor support, any weaknesses remain unmitigated, exposing the application to risks. In some cases, even after patching, the reported version may remain unchanged, requiring manual verification.
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. Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed 'high' severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
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-1035 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://whistlerdelivery.ca/ | jckwds-guest-user-id | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: jckwds-guest-user-id=jckwds68ef097ce4690 |
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 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://whistlerdelivery.ca/wp-content/plugins/advanced-woo-search-pro/assets | Found output resembling directory listing. |
https://whistlerdelivery.ca/wp-content/uploads/2020 | Found output resembling directory listing. |
https://whistlerdelivery.ca/wp-content/uploads/2020/09 | Found output resembling directory listing. |
Vulnerability description
We noticed that the target application's web server is affected by a Directory Listing vulnerability in its URL structure. Directory listing is enabled due to misconfigured server settings, allowing attackers to view all files and subdirectories on the server.
Risk description
The risk is that it's often the case that sensitive files are "hidden" among public files in that location and attackers can use this vulnerability to access them.
Recommendation
We recommend reconfiguring the web server in order to deny directory listing. Furthermore, you should verify that there are no sensitive files at the mentioned URLs.
Classification
CWE | CWE-548 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://whistlerdelivery.ca/ | jckwds-guest-user-id | Set-Cookie: jckwds-guest-user-id=jckwds68ef097ce4690 |
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 | |
OWASP Top 10 - 2021 |
Evidence
Software / Version | Category |
---|---|
Contact Form 7 6.1.2 | WordPress plugins, Form builders |
Font Awesome | Font scripts |
Bootstrap 3.3.5 | UI frameworks |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.39.0 | JavaScript libraries |
Google Analytics UA | Analytics |
GSAP 3.12.7 | JavaScript frameworks |
HTTP/3 | Miscellaneous |
Isotope | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Redux Framework 4.5.7 | WordPress plugins |
Swiper | JavaScript libraries |
Vimeo | Video players |
Priority Hints | Performance |
WooCommerce 9.9.5 | Ecommerce, WordPress plugins |
WordPress | CMS, Blogs |
Cloudflare | CDN |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Cart Functionality | Ecommerce |
Yoast SEO | SEO, WordPress plugins |
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
URL | Evidence |
---|---|
https://whistlerdelivery.ca/ | Response headers do not include the X-Content-Type-Options HTTP security header |
Vulnerability description
We noticed that the target application's server responses lack the X-Content-Type-Options
header. This header is particularly important for preventing Internet Explorer from reinterpreting the content of a web page (MIME-sniffing) and thus overriding the value of the Content-Type header.
Risk description
The risk is that lack of this header could make possible attacks such as Cross-Site Scripting or phishing in Internet Explorer browsers.
Recommendation
We recommend setting the X-Content-Type-Options header such as `X-Content-Type-Options: nosniff`.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://whistlerdelivery.ca/ | Response headers do not include the HTTP Strict-Transport-Security header |
Vulnerability description
We noticed that the target application lacks the HTTP Strict-Transport-Security header in its responses. This security header is crucial as it instructs browsers to only establish secure (HTTPS) connections with the web server and reject any HTTP connections.
Risk description
The risk is that lack of this header permits an attacker to force a victim user to initiate a clear-text HTTP connection to the server, thus opening the possibility to eavesdrop on the network traffic and extract sensitive information (e.g. session cookies).
Recommendation
The Strict-Transport-Security HTTP header should be sent with each HTTPS response. The syntax is as follows: `Strict-Transport-Security: max-age=<seconds>[; includeSubDomains]` The parameter `max-age` gives the time frame for requirement of HTTPS in seconds and should be chosen quite high, e.g. several months. A value below 7776000 is considered as too low by this scanner check. The flag `includeSubDomains` defines that the policy applies also for sub domains of the sender of the response.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://whistlerdelivery.ca/ | Response does not include the HTTP Content-Security-Policy security header or meta tag |
Vulnerability description
We noticed that the target application lacks the Content-Security-Policy (CSP) header in its HTTP responses. The CSP header is a security measure that instructs web browsers to enforce specific security rules, effectively preventing the exploitation of Cross-Site Scripting (XSS) vulnerabilities.
Risk description
The risk is that if the target application is vulnerable to XSS, lack of this header makes it easily exploitable by attackers.
Recommendation
Configure the Content-Security-Header to be sent with each HTTP response in order to apply the specific policies needed by the application.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
Vulnerability description
We found the robots.txt on the target server. This file instructs web crawlers what URLs and endpoints of the web application they can visit and crawl. Website administrators often misuse this file while attempting to hide some web pages from the users.
Risk description
There is no particular security risk in having a robots.txt file. However, it's important to note that adding endpoints in it should not be considered a security measure, as this file can be directly accessed and read by anyone.
Recommendation
We recommend you to manually review the entries from robots.txt and remove the ones which lead to sensitive locations in the website (ex. administration panels, configuration files, etc).
Evidence
URL | Evidence |
---|---|
https://whistlerdelivery.ca/ | 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 | |
OWASP Top 10 - 2021 |
Evidence
Vulnerability description
Website is accessible.
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.
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
whistlerdelivery.ca | TXT | Text record | "MS=ms79110000" |
Vulnerability description
We found that the target server has no DMARC policy configured. A missing DMARC (Domain-based Message Authentication, Reporting, and Conformance) policy means that the domain is not enforcing any DMARC policies to protect against email spoofing and phishing attacks. Without DMARC, even if SPF (Sender Policy Framework) or DKIM (DomainKeys Identified Mail) are configured, there is no mechanism to tell receiving email servers how to handle messages that fail authentication. This leaves the domain vulnerable to abuse, such as email spoofing and impersonation.
Risk description
Without a DMARC policy, your domain is highly vulnerable to email spoofing, allowing attackers to impersonate your brand and send fraudulent emails that appear legitimate. This can lead to phishing attacks targeting your customers, employees, or partners, potentially resulting in stolen credentials, financial loss, or unauthorized access to sensitive systems. Additionally, repeated spoofing attempts can severely damage your brand's reputation, as recipients may lose trust in communications from your domain, associating your brand with malicious activity. The absence of DMARC also prevents you from monitoring and mitigating email-based attacks, leaving your domain exposed to ongoing abuse.
Recommendation
We recommend implementing a DMARC policy for your domain. Start by configuring a DMARC record with a policy of p=none, which will allow you to monitor email flows without impacting legitimate emails. This initial setup helps identify how emails from your domain are being processed by recipient servers. Once you’ve verified that legitimate emails are passing SPF and DKIM checks, you can gradually enforce stricter policies like p=quarantine or p=reject to protect against spoofing and phishing attacks. Additionally, include rua and ruf email addresses in the DMARC record to receive aggregate and forensic reports. These reports will provide valuable insights into authentication failures and help you detect any spoofing attempts.
Evidence
We found insecure DNS cookie usage on the following nameservers: dan.ns.cloudflare.com, kehlani.ns.cloudflare.com
Vulnerability description
We found that the server does not implement DNS Cookies or uses them insecurely. DNS Cookies help prevent DNS-based attacks, such as spoofing and amplification attacks.
Risk description
The risk exists because without DNS Cookies, the server is vulnerable to DNS spoofing and amplification attacks. Attackers can manipulate responses or use the server in distributed denial-of-service (DDoS) attacks, compromising network availability and security.
Recommendation
We recommend enabling DNS Cookies to prevent spoofed DNS responses. Ensure proper cookie validation is implemented to mitigate DNS amplification attacks. Regularly update DNS servers to support the latest DNS security features.
Evidence
Software / Version | Category |
---|---|
WordPress | CMS, Blogs |
Cart Functionality | Ecommerce |
MySQL | Databases |
PHP | Programming languages |
Contact Form 7 6.1.2 | WordPress plugins, Form builders |
WooCommerce 9.9.5 | Ecommerce, WordPress plugins |
Redux Framework 4.5.7 | WordPress plugins |
reCAPTCHA | Security |
jQuery Migrate 3.4.1 | JavaScript libraries |
jQuery | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics UA | Analytics |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
Yoast SEO | SEO, WordPress plugins |
Font Awesome | Font scripts |
Open Graph | 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.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
whistlerdelivery.ca | A | IPv4 address | 188.114.97.7 |
whistlerdelivery.ca | A | IPv4 address | 188.114.96.7 |
whistlerdelivery.ca | NS | Name server | dan.ns.cloudflare.com |
whistlerdelivery.ca | NS | Name server | kehlani.ns.cloudflare.com |
whistlerdelivery.ca | MX | Mail server | 0 whistlerdelivery-ca.mail.protection.outlook.com |
whistlerdelivery.ca | SOA | Start of Authority | dan.ns.cloudflare.com. dns.cloudflare.com. 2385981540 10000 2400 604800 1800 |
whistlerdelivery.ca | AAAA | IPv6 address | 2a06:98c1:3121::7 |
whistlerdelivery.ca | AAAA | IPv6 address | 2a06:98c1:3120::7 |
whistlerdelivery.ca | TXT | Text record | "MS=ms79110000" |
whistlerdelivery.ca | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:u9573457.wl208.sendgrid.net -all" |
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
Software / Version | Category |
---|---|
Cloudflare | CDN |
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 |
---|---|
cPanel | Hosting panels |
Cloudflare | CDN |
HTTP/3 | 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.
Evidence
Software / Version | Category |
---|---|
Cloudflare | CDN |
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
whistlerdelivery.ca | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:u9573457.wl208.sendgrid.net -all" |
Evidence
Software / Version | Category |
---|---|
Cloudflare | CDN |
HTTP/3 | 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.
Evidence
Operating System | Accuracy |
---|---|
FreeBSD 11.0-RELEASE | 91% |
Vulnerability description
OS Detection
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
s2 | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDKSjtFSkR6rMNRyQYC7TS+waXD0RH7nvhzWOlvJM8pU/5dGsDx0fHM4ooOH2ITVEKhoTpeC/LYYl5ktAA0g2SzidS5OUlMT1lnDS1yhZHjLjALwkxQTvxRkvAGa+q2wrKVQp66A4KABNC6f31hjf5Oh19NmJVwiAAAz1JGVIAMWwIDAQAB" |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0U/pjaFbfNGf5DjjsmDzzohJr0UjqbL8a3idgLkua34BHFgAYvKX6Q7W9K2lJm5lWMHcMDK3UpvBd+ll4rzZWbinRAw4G9ZwvrlRc74SNrqcLI/O/0ckCqhndUyeWHCgymAy+INjylcAjeC8MQSDXqPokrO9S/Pmtyn7tqOLsIf2wkCOSssZvE421TVouzACApq79" "Kz5c7Phv+Ej6Ut9lXTQ8YMD56e6y5bGr2iA2GI6G280yjsN46aIgkwoL4A10NOBXpyEtQQ4aWZCWHkW9qzl2HgqVcmWAJ+vKGrbjXJ/YGsMNdhzmgAupM3drzjYg0iWXWFqTyZJuZmaiod4JQIDAQAB" |