Vulnerability Scan Result

IP address | 104.18.10.120 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.18.11.120 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | http | cloudflare - |
Software / Version | Category |
---|---|
Adobe Experience Platform Identity Service | Customer data platform |
Adobe Experience Platform Launch | Tag managers |
Adobe Client Data Layer 2.0.2 | JavaScript frameworks |
HTTP/3 | Miscellaneous |
Java | Programming languages |
jQuery | JavaScript libraries |
Open Graph | Miscellaneous |
Adobe Analytics | Analytics |
Adobe Experience Manager | CMS |
Cloudflare | CDN |
OneTrust | Cookie compliance |
HSTS | Security |
ServiceNow | Miscellaneous |
Web Application Vulnerabilities
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://myvisiontrack.com/ | __cfruid | Set-Cookie: .myvisiontrack.com |
Vulnerability description
We found that the target application sets cookies with a domain scope that is too broad. Specifically, cookies intended for use within a particular application are configured in such a way that they can be accessed by multiple subdomains of the same primary domain.
Risk description
The risk is that a cookie set for example.com may be sent along with the requests sent to dev.example.com, calendar.example.com, hostedsite.example.com. Potentially risky websites under your main domain may access those cookies and use the victim session from the main site.
Recommendation
The `Domain` attribute should be set to the origin host to limit the scope to that particular server. For example if the application resides on server app.mysite.com, then it should be set to `Domain=app.mysite.com`
Classification
CWE | CWE-614 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://myvisiontrack.com/ | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Adobe Experience Platform Identity Service | Customer data platform |
Adobe Experience Platform Launch | Tag managers |
Adobe Client Data Layer 2.0.2 | JavaScript frameworks |
HTTP/3 | Miscellaneous |
Java | Programming languages |
jQuery | JavaScript libraries |
Open Graph | Miscellaneous |
Adobe Analytics | Analytics |
Adobe Experience Manager | CMS |
Cloudflare | CDN |
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
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).
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
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.
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Method | Summary |
---|---|---|
https://myvisiontrack.com/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: OPTIONS, TRACE, GET, HEAD` Request / Response |
Vulnerability description
We have noticed that the webserver responded with an Allow HTTP header when an OPTIONS HTTP request was sent. This method responds to requests by providing information about the methods available for the target resource.
Risk description
The only risk this might present nowadays is revealing debug HTTP methods that can be used on the server. This can present a danger if any of those methods can lead to sensitive information, like authentication information, secret keys.
Recommendation
We recommend that you check for unused HTTP methods or even better, disable the OPTIONS method. This can be done using your webserver configuration.
Classification
CWE | CWE-16 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
myvisiontrack.com | SPF | Sender Policy Framework | "v=spf1 +mx +a +mx:ASPMX.L.GOOGLE.COM +mx:ALT1.ASPMX.L.GOOGLE.COM +mx:ALT2.ASPMX.L.GOOGLE.COM +mx:ALT3.ASPMX.L.GOOGLE.COM +mx:ALT4.ASPMX.L.GOOGLE.COM +ip4:173.231.244.105 +ip4:23.235.206.87 +include:_spf.google.com +include:_spf.createsend.com ~all" |
Vulnerability description
We found that the Sender Policy Framework (SPF) record for the domain is configured with ~all (soft fail), which indicates that emails from unauthorized IP addresses are not explicitly denied. Instead, the recipient mail server is instructed to treat these messages with suspicion but may still accept them. This configuration may not provide enough protection against email spoofing and unauthorized email delivery, leaving the domain more vulnerable to impersonation attempts.
Risk description
The ~all directive in an SPF record allows unauthorized emails to pass through some email servers, even though they fail SPF verification. While such emails may be marked as suspicious or placed into a spam folder, not all mail servers handle soft fail conditions consistently. This creates a risk that malicious actors can spoof the domain to send phishing emails or other fraudulent communications, potentially causing damage to the organization's reputation and leading to successful social engineering attacks.
Recommendation
We recommend changing the SPF record's ~all (soft fail) directive to -all (hard fail). The -all setting tells recipient mail servers to reject emails from any IP addresses not listed in the SPF record, providing stronger protection against email spoofing. Ensure that all legitimate IP addresses and services that send emails on behalf of your domain are properly included in the SPF record before implementing this change.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.myvisiontrack.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@ayba8dhs.uriports.com; ruf=mailto:dmarc@ayba8dhs.uriports.com; fo=1:d:s" |
Vulnerability description
We found that the target uses p=quarantine in the DMARC policy. When a DMARC policy is set to p=quarantine, emails that fail DMARC validation are delivered but placed in the recipient’s spam or junk folder. Although it offers some protection, this policy is less strict than p=reject, which blocks such emails entirely.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
Recommendation
We recommend considering moving to a stricter policy, such as p=reject, where emails that fail DMARC validation are completely rejected rather than delivered to spam folders. This reduces the risk of users interacting with potentially malicious emails.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.myvisiontrack.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@ayba8dhs.uriports.com; ruf=mailto:dmarc@ayba8dhs.uriports.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
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwJnAD+o2u8vua73A4k8A0UiicVoHT3yANbrATv9jc0jfzrbsIX1IC47GWQreHq3tzJEYF9Q4O2BfFs+fb+kJyWr9eTzuuL48IsQlJN9kOIpsmSHRv/6XIqdgBG+lOHPXwSqvrVvXLB0PrhnthkThVIXBoYQFaHaYzbfmIYNyM12SCKQ8Cibedgjhs5dxXXsUi" "Zk1+FYgwr7vk7B6Q2cbrukKPiF5NZQ2/nxNkZ7H3IxNF5VjnrlMifS5XOKuzetDBm/lS1bITG++NuWN3HETIn0FiLq0Ysc9+38ncNLsfm/u3U0RbHSjvaOiTtjLCoFjH71Y8yMbBtbgrIrFcLv23wIDAQAB;" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
myvisiontrack.com | A | IPv4 address | 104.18.10.120 |
myvisiontrack.com | A | IPv4 address | 104.18.11.120 |
myvisiontrack.com | NS | Name server | malcolm.ns.cloudflare.com |
myvisiontrack.com | NS | Name server | melany.ns.cloudflare.com |
myvisiontrack.com | MX | Mail server | 1 aspmx.l.google.com |
myvisiontrack.com | MX | Mail server | 10 alt3.aspmx.l.google.com |
myvisiontrack.com | MX | Mail server | 10 alt4.aspmx.l.google.com |
myvisiontrack.com | MX | Mail server | 4 alt2.aspmx.l.google.com |
myvisiontrack.com | MX | Mail server | 5 alt1.aspmx.l.google.com |
myvisiontrack.com | SOA | Start of Authority | malcolm.ns.cloudflare.com. dns.cloudflare.com. 2370001662 10000 2400 604800 1800 |
myvisiontrack.com | TXT | Text record | "google-site-verification=Fa4P1W_L_mTqcLx73SUOGDYq9EI_krvU4YWIksmCtOc" |
myvisiontrack.com | TXT | Text record | "google-site-verification=OL0lztnzBzgUTvkDyOibreKVGBvaFB9bAfeRMAIcZ1w" |
myvisiontrack.com | SPF | Sender Policy Framework | "v=spf1 +mx +a +mx:ASPMX.L.GOOGLE.COM +mx:ALT1.ASPMX.L.GOOGLE.COM +mx:ALT2.ASPMX.L.GOOGLE.COM +mx:ALT3.ASPMX.L.GOOGLE.COM +mx:ALT4.ASPMX.L.GOOGLE.COM +ip4:173.231.244.105 +ip4:23.235.206.87 +include:_spf.google.com +include:_spf.createsend.com ~all" |
_dmarc.myvisiontrack.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@ayba8dhs.uriports.com; ruf=mailto:dmarc@ayba8dhs.uriports.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
Vulnerability description
OS detection couldn't determine the operating system.
Evidence
We managed to detect the redirect using the following Request / Response chain.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
We managed to detect the redirect using the following Request / Response chain.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwJnAD+o2u8vua73A4k8A0UiicVoHT3yANbrATv9jc0jfzrbsIX1IC47GWQreHq3tzJEYF9Q4O2BfFs+fb+kJyWr9eTzuuL48IsQlJN9kOIpsmSHRv/6XIqdgBG+lOHPXwSqvrVvXLB0PrhnthkThVIXBoYQFaHaYzbfmIYNyM12SCKQ8Cibedgjhs5dxXXsUi" "Zk1+FYgwr7vk7B6Q2cbrukKPiF5NZQ2/nxNkZ7H3IxNF5VjnrlMifS5XOKuzetDBm/lS1bITG++NuWN3HETIn0FiLq0Ysc9+38ncNLsfm/u3U0RbHSjvaOiTtjLCoFjH71Y8yMbBtbgrIrFcLv23wIDAQAB;" |
cm | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0GOL4YHxFO7yGlQq/yxigUwt/kSnHuJA46+gl7E0PyW8u5I2ykKWOaLhaCtnU0eu25B6JVL2kWhqvGJ/PtIOa5WxnK3v6W8CX1dKlcfCSck4tTJ5e54jCKKhez7U+luCWyIToAsTd2zIkDVTxKo77wv1+7yR/CN1dUtXZa5hrhQIDAQAB" |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw1Y4vWNTLp6MAah3x2F2rweOVCtJ0AJtYiMFnt2pCugxbiaMyIA1wWDzAkfkHLefMg/O2jVybOYvuP7TJNYv+15/iWmTIK8UYl0U05V859RJEIemF5et1Wi3OBD2JhxZkH35INHINQeN9GV9xI9Mruanb1vX3ynXhSIXfZntYOf2hY0yRfuRb4dALGbU4/6i9A3P9" "HmMT7lx4ZnHHsCnbPmIle4g7A5vTMFbfgq+9Y4oTj0kDBlrsPWUL+plzt0VpkGChM4poz/5hv+musAecsjTzONdAgHrE0brltgoiB0ce05jnbJArJjSooRigo8m8D4GHlo2+6JjvH4NJ5fSZQIDAQAB" |
s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2w4dQn4vslZiKPr5lkCxOqbBGvA2T8z7U2hmIRNnVth8oc8o4H6/OGx9KYk1hVgtc94lCFYxNmQlWdKqnEJm7udSicwmQ1qftRdpcyGMvaV6pxGCfaneZqX6L7j3EALAroHH0oq2vNQukbnmVjnLxscLmfh8T0LC4fSU5Hqqcok2u7doy02+F4TfTlC54EbI+JBKD" "JpszyN2MgXEqDsi54hdpxH5Y8F3P9y0VFRNgft8PYjEVaD62OZHdz7UmYVSzkDO46yQXOmPYxc/G3BGhCezjKX6MGSUIHeFARcaUArI1HhWhmPfAs5yh8QmdcTpiLEsWB2ngXrtgqlr/wkoJQIDAQAB" |
Evidence
Software / Version | Category |
---|---|
Adobe Experience Manager | CMS |
Java | Programming languages |
OneTrust | Cookie compliance |
jQuery | JavaScript libraries |
HSTS | Security |
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.