Vulnerability Scan Result
IP address | 172.64.145.246 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.18.42.10 |
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 | https-alt | cloudflare |
Software / Version | Category |
---|---|
AdRoll | Advertising, Retargeting |
Twitter Ads | Advertising |
Reddit Ads | Advertising |
Angular 17.2.1 | JavaScript frameworks |
Google Cloud | IaaS |
Google Cloud CDN | CDN |
Facebook Pixel 2.9.179 | Analytics |
Zone.js | JavaScript frameworks |
core-js 3.38.0 | JavaScript libraries |
Google Analytics | Analytics |
GraphQL | Programming languages |
Hammer.js 2.0.7 | JavaScript libraries |
Howler.js | JavaScript libraries |
HTTP/3 | Miscellaneous |
Open Graph | Miscellaneous |
OneSignal | Marketing automation, A/B Testing |
Sentry | Issue trackers |
PWA | Miscellaneous |
AdRoll CMP System | Cookie compliance |
Apollo 3.11.4 | JavaScript libraries |
Cloudflare | CDN |
Cloudflare Bot Management | Security |
CookieYes | Cookie compliance |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Optimove | Customer data platform |
HSTS | Security |
TypeScript | Programming languages |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://www.csgoroll.com/ | 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.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://www.csgoroll.com/ | 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 <code>X-Content-Type-Options</code> 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.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://www.csgoroll.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.
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 |
---|---|
AdRoll | Advertising, Retargeting |
Twitter Ads | Advertising |
Reddit Ads | Advertising |
Angular 17.2.1 | JavaScript frameworks |
Google Cloud | IaaS |
Google Cloud CDN | CDN |
Facebook Pixel 2.9.179 | Analytics |
Zone.js | JavaScript frameworks |
core-js 3.38.0 | JavaScript libraries |
Google Analytics | Analytics |
GraphQL | Programming languages |
Hammer.js 2.0.7 | JavaScript libraries |
Howler.js | JavaScript libraries |
HTTP/3 | Miscellaneous |
Open Graph | Miscellaneous |
OneSignal | Marketing automation, A/B Testing |
Sentry | Issue trackers |
PWA | Miscellaneous |
AdRoll CMP System | Cookie compliance |
Apollo 3.11.4 | JavaScript libraries |
Cloudflare | CDN |
Cloudflare Bot Management | Security |
CookieYes | Cookie compliance |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Optimove | Customer data platform |
HSTS | Security |
TypeScript | Programming languages |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
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 |
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.
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 |
---|---|---|---|
csgoroll.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:mailgun.org ~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.csgoroll.com | TXT | Text record | "v=DMARC1;p=quarantine;pct=100;rua=dmarc.report@csgoroll.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.csgoroll.com | TXT | Text record | "v=DMARC1;p=quarantine;pct=100;rua=dmarc.report@csgoroll.com" |
Vulnerability description
We found that the DMARC record for the domain is not configured with ruf tag. A missing ruf (forensic reporting) tag in a DMARC record indicates that the domain owner has not enabled the collection of detailed failure reports. Forensic reports provide valuable insights into specific instances where emails fail DMARC authentication. Without the ruf tag, the domain administrator loses the ability to receive and analyze these reports, making it difficult to investigate individual email failures or identify targeted phishing or spoofing attacks that may be exploiting weaknesses in the email authentication setup.
Risk description
Without forensic reports (ruf), domain owners have limited visibility into the specifics of failed DMARC validation. This means potential malicious activity, such as email spoofing or phishing attempts, might go unnoticed until they result in more significant security breaches or reputational damage. Forensic reports allow for quick response to email abuses by providing detailed information about the failure, including the header information of the emails involved. The absence of this data hampers an organization's ability to identify and mitigate threats targeting its domain, increasing the risk of ongoing spoofing and fraud.
Recommendation
We recommend configuring the ruf tag in the DMARC record. This tag specifies where forensic reports should be sent, providing the domain owner with detailed data on DMARC validation failures. Forensic reports allow administrators to analyze why certain emails failed authentication, making it easier to fine-tune DMARC policies or address potential vulnerabilities. Ensure that the ruf email address belongs to a secure and trusted location capable of handling sensitive email data.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
rsa | 1296 | "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" |
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 |
---|---|---|---|
csgoroll.com | A | IPv4 address | 104.18.42.10 |
csgoroll.com | A | IPv4 address | 172.64.145.246 |
csgoroll.com | NS | Name server | ara.ns.cloudflare.com |
csgoroll.com | NS | Name server | memphis.ns.cloudflare.com |
csgoroll.com | MX | Mail server | 1 aspmx.l.google.com |
csgoroll.com | MX | Mail server | 10 alt3.aspmx.l.google.com |
csgoroll.com | MX | Mail server | 10 alt4.aspmx.l.google.com |
csgoroll.com | MX | Mail server | 5 alt1.aspmx.l.google.com |
csgoroll.com | MX | Mail server | 5 alt2.aspmx.l.google.com |
csgoroll.com | SOA | Start of Authority | ara.ns.cloudflare.com. dns.cloudflare.com. 2359823402 10000 2400 604800 1800 |
csgoroll.com | AAAA | IPv6 address | 2606:4700:4400::6812:2a0a |
csgoroll.com | AAAA | IPv6 address | 2606:4700:4400::ac40:91f6 |
csgoroll.com | TXT | Text record | "atlassian-domain-verification=RRJyMEKbycdtaJ5y7BXjNZ/ET4itH07NaCNUT5GTuF4MIqc3IgPqoNqJTFNInKgO" |
csgoroll.com | TXT | Text record | "brevo-code:42a27775caab14f0024ea34fb27a2ebe" |
csgoroll.com | TXT | Text record | "google-site-verification=0I5Rws-alMbJG_HJKk6vm8kCtM_KIj2l66zwMIr6jXU" |
csgoroll.com | TXT | Text record | "google-site-verification=_ROWkoFjrREEQ_zLpZINsfQYHVS6a23Q8ARW_34hR0w" |
csgoroll.com | TXT | Text record | "google-site-verification=wnC3MB3Nb1OS9GU80-Za6CcbGExUx_1tcR3kr7PPbbY" |
csgoroll.com | TXT | Text record | "mandrill_verify.5PfBprpG1K6bn02-vhan3Q" |
csgoroll.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:mailgun.org ~all" |
_dmarc.csgoroll.com | TXT | Text record | "v=DMARC1;p=quarantine;pct=100;rua=dmarc.report@csgoroll.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.
Vulnerability description
OS detection couldn't determine the operating system.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
2018 | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfKeyiU/zvOXWoEAkhO8Dp26Ho+ifgLdmNcUzf/mbL4iIFiTmS2E0jQ7UQijjp+tEnJclDB8lJnmigYD5G/gruMKu1aPLTf8gLZuw8pv6xWT6xqXkIB3ep73PEPOd3jIAqYAdQl9oJcWwejhcl69IsGyWBqCSgluI3ZeJBSihDJwIDAQAB" |
rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo/k1WxZx5y4wK4idfvbgX+QVabKl8oHMREGlQFL2kSL9IHpcKs7dTVfz3IRyD44nFwn0nEUH0bWvM2bx0T4MWy2Jp3yGlNcMsvT9V9mD1ZwI3Br2cdTZacNxLg1ZxC7yjUDWzjM0oss5kXyboZ+1DCrDC7eA0JaOJOLj9tNthm/m5LawS1s144TFitRYEwbaa" "DvdlNlTMybNvR0GwIIcsHcea3Z/JN42KfCpGVIQ0WRIjekPcePvR6XtLjTyPq3HiWt9bewBQu5j5NN5dXndM3juZdwXmDeepvgE+JIrqpxwMzi3vxYzScn50JxAbFBriX5wNby8YE6jh+22Osr3NwIDAQAB" | |
k2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2aC2KjGKLOwTweBY5A9RpjsxaBXR9r7OAU6U8/zn92ivImI75naUujWbItRI/QmL1jy5PWGqLwoUA0b90ObWaLDc+i9MtTNmGeWO009hr20fIxhGg6XBT2kjZ1DTThopSe1nAndsupmcBwlQ5Q6LJ+ZAxLcujnPIxM0ZBLmgpkv8u6RfY4eFP8OLvdAW3oSu" "B0DyLDigQX4Sj8wBO4YIdQH6AAmBeOsidsKAFNFUCpc3vCxtBDR12U+cBg724l3sBkMQ8evnz6idnqxq9QAVYh8k4kJ+RP+6cqTdy7LjIm8xY/bQNpQIpGUAuDo2DjLcCDun9DAI4Q/3z+Q0o9QuQIDAQAB;" |
k3 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYGiMSn7fsUqSvfSX40x9R1OlRtbNiCY80lHRIlcKx3XDIR7257aUx+q9CSIARdfTL6KCuLGNFx5g9TgVr6png4ajcieSQGtOehBgxnkDN8aAA5TX0FmFrcefJU0JoxLOF09EKgXxhSSHCk/ekVb0PXSboHXoZ9+EI404F1qhcwXXIgHXTaUthHTut2P6BBZh" "IXIgvDe/w49GchR7MRJqjNb7neEBbYHbgWuBTvvHCg7Gy6m6n9krYK+ROWq3dVvXy9plAGK3ygM+HtjIiMt7arRGMOF0WgDTz7YdN9BGpt6BvXxLnjiQcgS5T9n+cIyPZgiWzDMXNlaEEdKTEKxrwIDAQAB;" |
rsa | 1296 | "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" | |
mandrill | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd/IQ/J/mRwSRMAocV/hMB3jXwaHH36d9NaVynQFYV8NaWi69c1veUtRzGt7yAioXqLj7Z4TeEUoOLgrKsn8YnckGs9i3B3tVFB+Ch/4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8/lQIDAQAB;" |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9D3KyVIi0AwWuG6oqypfstNBF63582uA8Yj4FTpGCyaN0foKG0FLBtwhJU9ACzWQRzVLOXXuPDKeSndVckitSovD9Q5Wqks4rdyFZUg+nEoT0rwDiY6SJ12eKukfV99gA6nA4nZhj+whPfiZXn5b2rwFV7T2N2UVRzQGAPXt6K8mCze88E6yEKcPm2n0S4Ohak/J7" "O0WO5LnD9NJlKGWpDfekS3bMQR1/ks1oUB77i5ScffY7x5sMP6gJsMXy8AU/Jxcbzbw0nkig/3oNdd3Xazz13L88oSNyxj+woPl46Jbda5wA58ZoriTSjmPA76uR4E/ekO0LjBTloOhP7Ej+QIDAQAB" |
s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoaERRTCdorTpWt8ongerBKTedwrB0NAOs+VvDZBJuDZAHFfnVPg2Wk+pBvb59xS+VnnRbveyYLDFCRAgxKIPbY9WpHJ3QbICYrRffYJhuyTf4Sw97w1M4Og4Eg86ONLFtayeci1vYDu+03tSoedQu+vpUxLS9oEmZKZ01gAdU+x1r/SqEU4Y7Yc4uqFTouIGP8VKw" "6ahndeWwRVhUiqtUDJ7KGLU5NIZwg8NGJjMWCG+RamtGq2IqH0Xiefw13POO8lVs5mXfLPbbY+DBBgHU29/+E4KBgAJA5wQ/3yjez/UiI4fs4j0oHqXbYuvBK4W5X3EIwWVAkNMVO3CkJK3pQIDAQAB" |
Evidence
Software / Version | Category |
---|---|
CFML | Programming languages |
GeoServer | Maps |
Optimove | Customer data platform |
Adobe ColdFusion | Web frameworks |
Google Cloud | IaaS |
AngularJS | JavaScript frameworks |
Reddit Ads | Advertising |
CookieYes | Cookie compliance |
Cloudflare Bot Management | Security |
Twitter Ads | Advertising |
Google Tag Manager | Tag managers |
Google Analytics | Analytics |
Facebook Pixel 2.9.179 | Analytics |
core-js 3.36.1 | JavaScript libraries |
AdRoll CMP System | Cookie compliance |
AdRoll | Advertising, Retargeting |
HSTS | Security |
Google Cloud CDN | CDN |
Cloudflare | CDN |
PWA | Miscellaneous |
Open Graph | Miscellaneous |
HTTP/3 | Miscellaneous |
Cloudflare Turnstile | 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 |
---|---|
Sentry | Issue trackers |
TypeScript | Programming languages |
GraphQL | Programming languages |
Optimove | Customer data platform |
AngularJS | JavaScript frameworks |
Angular | JavaScript frameworks |
Google Cloud | IaaS |
Zone.js | JavaScript frameworks |
Cloudflare Turnstile | Security |
Cloudflare Bot Management | Security |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
Reddit Ads | Advertising |
CookieYes | Cookie compliance |
Twitter Ads | Advertising |
OneSignal | Marketing automation, A/B Testing |
Howler.js | JavaScript libraries |
Hammer.js 2.0.7 | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics | Analytics |
Facebook Pixel 2.9.179 | Analytics |
core-js 3.38.0 | JavaScript libraries |
Apollo 3.11.4 | JavaScript libraries |
AdRoll CMP System | Cookie compliance |
reCAPTCHA | Security |
AdRoll | Advertising, Retargeting |
HSTS | Security |
Google Cloud CDN | CDN |
PWA | Miscellaneous |
Open Graph | Miscellaneous |
Google Cloud Trace | Performance |
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 |
---|---|
AngularJS | JavaScript frameworks |
Google Cloud | IaaS |
Cloudflare Bot Management | Security |
Cloudflare Turnstile | Security |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
OneSignal | Marketing automation, A/B Testing |
Twitter Ads | Advertising |
Reddit Ads | Advertising |
Google Tag Manager | Tag managers |
Google Analytics | Analytics |
Facebook Pixel 2.9.179 | Analytics |
CookieYes | Cookie compliance |
AdRoll | Advertising, Retargeting |
HSTS | Security |
Google Cloud CDN | CDN |
PWA | Miscellaneous |
Open Graph | Miscellaneous |
Google Cloud Trace | Performance |
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 |
---|---|
Sentry | Issue trackers |
GraphQL | Programming languages |
TypeScript | Programming languages |
Optimove | Customer data platform |
Google Cloud | IaaS |
Zone.js | JavaScript frameworks |
Angular 17.2.1 | JavaScript frameworks |
Reddit Ads | Advertising |
CookieYes | Cookie compliance |
Cloudflare Bot Management | Security |
Twitter Ads | Advertising |
OneSignal | Marketing automation, A/B Testing |
Howler.js | JavaScript libraries |
Hammer.js 2.0.7 | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics | Analytics |
Facebook Pixel 2.9.179 | Analytics |
core-js 3.38.0 | JavaScript libraries |
Apollo 3.11.4 | JavaScript libraries |
AdRoll CMP System | Cookie compliance |
AdRoll | Advertising, Retargeting |
HSTS | Security |
Google Cloud CDN | CDN |
Cloudflare | CDN |
PWA | Miscellaneous |
Open Graph | Miscellaneous |
HTTP/3 | Miscellaneous |
Cloudflare Turnstile | Security |
Google Cloud Trace | Performance |
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.