Vulnerability Scan Result

| Title: | Grundéns Fishing Apparel | Bibs, Jackets, Waders, Boots, Pants & More – Grundens |
| Description: | Grundéns fishing apparel and footwear enable anglers and commercial fishermen around the world to brave the harshest weather in the pursuit of the perfect catch. |
| ip_address | 23.227.38.65 |
| country | CA |
| 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 |
|---|---|
| Alpine.js 3.14.8 | JavaScript frameworks |
| Facebook Pixel 2.9.239 | Analytics |
| Adobe Fonts | Font scripts |
| core-js 3.37.0 | JavaScript libraries |
| Google Analytics | Analytics |
| HTTP/3 | Miscellaneous |
| PayPal | Payment processors |
| Shop Pay | Payment processors |
| Shopify | Ecommerce |
| Splide | JavaScript libraries |
| Typekit | Font scripts |
| Bazaarvoice Reviews | Reviews |
| Cloudflare | CDN |
| Google Tag Manager | Tag managers |
| Klaviyo | Marketing automation |
| Klaviyo Reviews | Reviews |
| HSTS | Security |
Web Application Vulnerabilities
Evidence
| URL | Cookie Name | Evidence |
|---|---|---|
| https://grundens.com/ | localization, cart_currency, _shopify_y, _shopify_s | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: localization=US Set-Cookie: cart_currency=USD Set-Cookie: _shopify_y=c9518298-8def-4234-8daf-316d270cbe85 Set-Cookie: _shopify_s=4f22dbdf-52e9-4d22-8a05-102fd8a5957c |
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 | Cookie Name | Evidence |
|---|---|---|
| https://grundens.com/ | localization, cart_currency, _shopify_y, _shopify_s | Set-Cookie: localization=US Set-Cookie: cart_currency=USD Set-Cookie: _shopify_y=c9518298-8def-4234-8daf-316d270cbe85 Set-Cookie: _shopify_s=4f22dbdf-52e9-4d22-8a05-102fd8a5957c |
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
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://grundens.com/products/women-s-tidal-flats-sandal | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Cookies: _shopify_analytics=:AZpAqjj1AAEADMUiPSMRgxfql7lGQM_lysqXKdISIr2kVgWLel92W3T9lhR9AuKAdhzjRpc: _shopify_essential=:AZpAqjjdAAEAFNjqgIeM-s_G0kVlb... | Credit Card Number: 36697197576441 |
Vulnerability description
We noticed that this application does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected. Sensitive data targeted usually consists of emails, credit card and social security numbers.
Risk description
The risk exists that sensitive personal information within the application could be accessed by unauthorized parties. This could lead to privacy violations, identity theft, or other forms of personal or corporate harm.
Recommendation
Compartmentalize the application to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area.
Evidence
| URL | Evidence |
|---|---|
| https://grundens.com/ | 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
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
| Software / Version | Category |
|---|---|
| Alpine.js 3.14.8 | JavaScript frameworks |
| Facebook Pixel 2.9.239 | Analytics |
| Adobe Fonts | Font scripts |
| core-js 3.37.0 | JavaScript libraries |
| Google Analytics | Analytics |
| HTTP/3 | Miscellaneous |
| PayPal | Payment processors |
| Shop Pay | Payment processors |
| Shopify | Ecommerce |
| Splide | JavaScript libraries |
| Typekit | Font scripts |
| Bazaarvoice Reviews | Reviews |
| Cloudflare | CDN |
| Google Tag Manager | Tag managers |
| Klaviyo | Marketing automation |
| Klaviyo Reviews | Reviews |
| 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
| URL | Evidence |
|---|---|
| https://grundens.com/ | 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 | |
| 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.
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://grundens.com/ | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Email Address: SUPPORT@GRUNDENS.COM |
Vulnerability description
We noticed that this web application exposes email addresses, which might be unintended. While not inherently a vulnerability, this information could be leveraged in social engineering or spam related activities.
Risk description
The risk is that exposed email addresses within the application could be accessed by unauthorized parties. This could lead to privacy violations, spam, phishing attacks, or other forms of misuse.
Recommendation
Compartmentalize the application to have 'safe' areas where trust boundaries can be unambiguously drawn. Do not allow email addresses to go outside of the trust boundary, and always be careful when interfacing with a compartment outside of the safe area.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.grundens.com | TXT | Text record | "v=DMARC1; p=reject; rua=mailto:dmarcreports@grundens.com; ruf=mailto:dmarcreports@grundens.com; fo=1:d:s;" |
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
We found insecure DNS cookie usage on the following nameservers: ingrid.ns.cloudflare.com, west.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
| Operating System | Accuracy |
|---|---|
| FreeBSD 11.0-STABLE | 91% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| Shopify | Ecommerce |
| Shop Pay | Payment processors |
| Alpine.js | JavaScript frameworks |
| PayPal | Payment processors |
| Bazaarvoice Reviews | Reviews |
| HSTS | Security |
| Cloudflare | CDN |
| HTTP/3 | Miscellaneous |
| Typekit | Font scripts |
| Klaviyo | Marketing automation |
| Google Tag Manager | Tag managers |
| Google Analytics | Analytics |
| Facebook Pixel 2.9.239 | Analytics |
| Adobe Fonts | Font scripts |
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 |
| 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 |
| 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 |
| 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 |
| 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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| grundens.com | A | IPv4 address | 23.227.38.65 |
| grundens.com | NS | Name server | ingrid.ns.cloudflare.com |
| grundens.com | NS | Name server | west.ns.cloudflare.com |
| grundens.com | MX | Mail server | 0 grundens-com.mail.protection.outlook.com |
| grundens.com | SOA | Start of Authority | ingrid.ns.cloudflare.com. dns.cloudflare.com. 2386724714 10000 2400 604800 1800 |
| grundens.com | TXT | Text record | "MS=ms39065065" |
| grundens.com | TXT | Text record | "atlassian-domain-verification=GYvtl2ukHUVEOr7BNIdLvYPfTVoWL9UwgWW9TzyH25TaXP5DEUa4/oarXgK8VLyW" |
| grundens.com | TXT | Text record | "google-site-verification=QHls6dAiLDjJ2Tl-yZiS3zbh_kN5WmP-jfnno1dQfU0" |
| grundens.com | TXT | Text record | "klaviyo-site-verification=JSUSXR" |
| grundens.com | TXT | Text record | "loaderio=18f33d7055934f5b550c831de5b5b855" |
| grundens.com | TXT | Text record | "ppe-edf1747bb8d3e8ba659d" |
| grundens.com | TXT | Text record | "v87qp84oma16p07fbt0otptbk2" |
| grundens.com | SPF | Sender Policy Framework | "v=spf1 mx ip4:192.240.166.30 a:servers.mcsv.net a:dispatch-us.ppe-hosted.com include:spf.protection.outlook.com include:mail.zendesk.com include:mailgun.org include:spf.mandrillapp.com -all" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issue "digicert.com; cansignhttpexchanges=yes" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issue "pki.goog; cansignhttpexchanges=yes" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issue "ssl.com" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com; cansignhttpexchanges=yes" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog; cansignhttpexchanges=yes" |
| grundens.com | CAA | Certificate Authority Authorization | 0 issuewild "ssl.com" |
| _dmarc.grundens.com | TXT | Text record | "v=DMARC1; p=reject; rua=mailto:dmarcreports@grundens.com; ruf=mailto:dmarcreports@grundens.com; fo=1:d:s;" |
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 |
| 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 |
| 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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| grundens.com | SPF | Sender Policy Framework | "v=spf1 mx ip4:192.240.166.30 a:servers.mcsv.net a:dispatch-us.ppe-hosted.com include:spf.protection.outlook.com include:mail.zendesk.com include:mailgun.org include:spf.mandrillapp.com -all" |
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| k1 | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbNrX2cY/GUKIFx2G/1I00ftdAj713WP9AQ1xir85i89sA2guU0ta4UX1Xzm06XIU6iBP41VwmPwBGRNofhBVR+e6WHUoNyIR4Bn84LVcfZE20rmDeXQblIupNWBqLXM1Q+VieI/eZu/7k9/vOkLSaQQdml4Cv8lb3PcnluMVIhQIDAQAB;" |
| mandrill | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd/IQ/J/mRwSRMAocV/hMB3jXwaHH36d9NaVynQFYV8NaWi69c1veUtRzGt7yAioXqLj7Z4TeEUoOLgrKsn8YnckGs9i3B3tVFB+Ch/4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8/lQIDAQAB;" |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq+VvviSWTWlAM4XTmXmjqaKQg4O6ZazcE8wpv5FOrr/afSaU+je27AWMC50jjKQej3R6y1vMPolQamz+Z8sttBTMqUUNISJDflVNRl+dh7njv1aQFzeuJRaXtqL+ROb60VV8vjZijdWew9hvlFOIySJotTFrrxVh7vlWCIntVdPp3tXBon6L5jrC09/GqR2UbEVtE" "mgRqzds1O+H94kUGd/SEu09StXBkj3/Ad87wpkt8nA8z//OzN4cqLSAZdggw7WyTDjD3P9ZWXGiyv6Fab1bfdWR+zJA+peQ5UVbZu0E9pQ4v+R/ooB7VcjIhiB1D/dtS7x51qR/XdtQwoR2WwIDAQAB" |
| s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3sgFD5IKQu09E5CujcojLpEiHMKQqSq/uCUdcQG6Em2uS35NuTMbq+bnKK7Qa78FVowovijCFUu6HyzjZWsdxWqinWDDGhpWWxs4GjH85EjUwIV9Af4aBlDDyceDS5F6qx82/6dCODQ5t/xWiipwZUzmW4GeF1QBbKrl4ZYPjSmIfrRemXGa06Rgv4zHa9rFDaSuT" "vKgp8lFyyUq5KtnNmHweNuoROYRUBpACrGl9kH43IAafCm9Bt42Jft70KWqjfcUX0gYPIXJNY+HIdLoFAEGLlMHS9VIIcJT8QFNwcoYdvnARdQbjeLnl0OGCN4UE2L60r7+qH9Jv1johhqhjwIDAQAB" |
| selector1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCpqUOuJDVjR8V6hZ7qM18ec3HsHhKMhSC5uH3LMFO2LNgYz8YGjj0JiTKGfcpxtdLcdSChZ9tWF0nJJmwp6+gGBMpjpzryuZnj1FShqCCFz+CCRojNzzCSQp1fvaPgMubBQ6JIYgZ3na1+OkUVVQBuRzId0LAw2HO4RdnZP79HQIDAQAB;" |
| smtp | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCk7BFkqhkjblemREpFLxOPdhokEDaAB5Cy7TbCkEDaJ4MMCeVIBy5ZVB8qqQfyGqWH8gRT8iq7AEBVP6huc1+ljdvIzxUYFpK76/GiAASujCy0N1fWS7LCFzROrGvx69t8O9vDdD4UMZxdGdXdUMvCGIEpS3lsGTgTXftMMu34LwIDAQAB" |
