Vulnerability Scan Result
IP address | 104.21.73.41 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 172.67.140.29 |
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 |
---|---|
Linkedin Insight Tag | Analytics |
Microsoft Clarity 0.7.65 | Analytics |
Emotion | JavaScript frameworks, Development |
Google Analytics | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
Open Graph | Miscellaneous |
GitHub Pages | PaaS |
React | JavaScript frameworks |
Cloudflare Rocket Loader | Performance |
Tailwind CSS | UI frameworks |
Webpack | Miscellaneous |
Cloudflare | CDN |
Cloudflare Browser Insights | Analytics, RUM |
Fastly | CDN |
Gatsby 5.13.7 | Static site generator, JavaScript frameworks |
Google Tag Manager | Tag managers |
HSTS | Security |
Varnish | Caching |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://cyscale.com/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues:`object-src: Missing object-src allows the injection of plugins which can execute JavaScript. We recommend setting it to 'none'. default-src: The default-src directive should be set as a fall-back when other restrictions have not been specified. base-uri: Missing base-uri allows the injection of base tags. They can be used to set the base URL for all relative (script) URLs to an attacker controlled domain. We recommend setting it to 'none' or 'self'. script-src: script-src directive is missing.` |
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 |
---|---|
Linkedin Insight Tag | Analytics |
Microsoft Clarity 0.7.65 | Analytics |
Emotion | JavaScript frameworks, Development |
Google Analytics | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
Open Graph | Miscellaneous |
GitHub Pages | PaaS |
React | JavaScript frameworks |
Cloudflare Rocket Loader | Performance |
Tailwind CSS | UI frameworks |
Webpack | Miscellaneous |
Cloudflare | CDN |
Cloudflare Browser Insights | Analytics, RUM |
Fastly | CDN |
Gatsby 5.13.7 | Static site generator, JavaScript frameworks |
Google Tag Manager | Tag managers |
HSTS | Security |
Varnish | Caching |
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 |
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 |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.cyscale.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:security@cyscale.com;" |
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.
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.cyscale.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:security@cyscale.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.
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.cyscale.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:security@cyscale.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.
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 |
---|---|---|---|
default | rsa | 1500 | "v=DKIM1; h=sha256; k=rsa; s=email; " "p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+uDyHT/QjPvUUKsWmVtUoNRbvhp2mCum4wzJjqVp5T3NOmX6/g+LMDIlLU1A28xW/KM37gJVoSebNRHY1FaogOMhBeLG9b91L8vDkXIxhSpHN+K1E01tb0No3gKpZ6r7iPx5OF8338pXrw3O4VgBN8qRkCUk8Na+Pp+GRFvz+0nIyCGpKEBTOZ1N7rKgAar62vV8fWtXRlAG4" "oWKLHWl9QWoMlV6FJlhvrFkRqApMkLXpH3TI8BOtgxmLIqpIx3HN+Fpva+ZTypjFZTDk/DPrG8Dw6wdBAikI13Pz9jwdQ/NzR7id4l2REx5Qy+B2WBuuGiP629v/IFUfvhPHxUOwIDAQAB" |
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.
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 |
---|---|---|---|
cyscale.com | A | IPv4 address | 104.21.73.41 |
cyscale.com | A | IPv4 address | 172.67.140.29 |
cyscale.com | NS | Name server | hera.ns.cloudflare.com |
cyscale.com | NS | Name server | frank.ns.cloudflare.com |
cyscale.com | MX | Mail server | 0 cyscale-com.mail.protection.outlook.com |
cyscale.com | SOA | Start of Authority | frank.ns.cloudflare.com. dns.cloudflare.com. 2361780524 10000 2400 604800 1800 |
cyscale.com | AAAA | IPv6 address | 2606:4700:3033::ac43:8c1d |
cyscale.com | AAAA | IPv6 address | 2606:4700:3034::6815:4929 |
cyscale.com | TXT | Text record | "MS=ms53751967" |
cyscale.com | TXT | Text record | "apple-domain-verification=Ps5FsGM8ATtJBTVn" |
cyscale.com | TXT | Text record | "facebook-domain-verification=o0hv4avnbyenr64fkf0ckxy6h1ht6i" |
cyscale.com | TXT | Text record | "google-site-verification=D9UbCMn6CTaUi55NcJYE5W1IKqFFyyIzr7rJTl-6UWc" |
cyscale.com | TXT | Text record | "google-site-verification=V2TdQUhPM5Q4zDTGAXwsXJj5NbPQ0pIUbO1ByTNfVuA" |
cyscale.com | TXT | Text record | "google-site-verification=W1OjHcH1b5p60HSMBiCemo41uEARsnXsxWt-JbN0uIE" |
cyscale.com | TXT | Text record | "google-site-verification=rCtGAftX01c3mz1wVcOjMSklY7q17yULofgrzy5RpH8" |
cyscale.com | TXT | Text record | "stripe-verification=7f2712cd212fbb95ff052f6afeaa5d88768f95d3be4e11c1e15a29af15c1487d" |
cyscale.com | TXT | Text record | "stripe-verification=96f5f99d6d67a35dd9ab0dd2d24deffe8bbc852693eb483dc5342541e4aa77fb" |
cyscale.com | TXT | Text record | "atlassian-domain-verification=H1QhQWeVLGf4o1eBmVQ6JmzS7xaT3k7TmjgghKu/CRf+sQsc/v0TbtMT53H1vSlQ" |
cyscale.com | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com -all" |
_dmarc.cyscale.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:security@cyscale.com;" |
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.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
cyscale.com | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1500 | "v=DKIM1; h=sha256; k=rsa; s=email; " "p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs+uDyHT/QjPvUUKsWmVtUoNRbvhp2mCum4wzJjqVp5T3NOmX6/g+LMDIlLU1A28xW/KM37gJVoSebNRHY1FaogOMhBeLG9b91L8vDkXIxhSpHN+K1E01tb0No3gKpZ6r7iPx5OF8338pXrw3O4VgBN8qRkCUk8Na+Pp+GRFvz+0nIyCGpKEBTOZ1N7rKgAar62vV8fWtXRlAG4" "oWKLHWl9QWoMlV6FJlhvrFkRqApMkLXpH3TI8BOtgxmLIqpIx3HN+Fpva+ZTypjFZTDk/DPrG8Dw6wdBAikI13Pz9jwdQ/NzR7id4l2REx5Qy+B2WBuuGiP629v/IFUfvhPHxUOwIDAQAB" |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqsQyF85g+orUaJRJpazi4Mbx3CkVmIH+qqycNQiyu7dn3wtPgcRBjDs7uCWpHQ0/X/KPneaVOMkeCvPxN8nGMaRr80ZGdy4pUWqLz3Ds8kdfjCopo/4l3OMA/AWZEgPRJ8d0018bUyABF3rhy8/eK5NVzwDuRwbki32zpxtC1+4eFnbPdj0gzg7HEe+XIOak3Bqly" "wzkV0SXRRAb8Wh8VzXbbZCN43eZkwtKjBPkybpno22Fisb3aLkldKQbS2UwdH9EGyKCkQdc5e+uulo7mCLoM9XhER6YlxKqwFOn/38Kr2MrFNHQmXOgMSW6DFoV8YGubIsIWCh8AjoKEg7t8QIDAQAB" |
s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5PWqln6RCSV+DEDyXCI0vdOZbqri3CQPg+V+LKQUAamumGvfMF+sgR9BIAylVgP7oF3pgVHPl6BSxFGfFqY0VHaIZTPSzIdxOO6N+DyJapQUZimIwrvW4oAEbW10aGnhJe05/IzMKQ04rTexs2grVcIZsM173m8uzH7XPE7dK6vNF4a7hEvfNw4837fpGwCy1ADY5" "5mi/E/fl4jdJvnpW7cFuXnAZcFM1CS5yDgxmZVzuUPuyys85kUNLk2Pyy1rT7+/ed6qB9DLYe8e82bIAXfYseutnxQWtCay9hJkKJwaXMobfWFxdPi2KSoYuiRzwCP66Ure1cIZnDiD6FQkuwIDAQAB" |
selector1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCweGCcO2YTcpvts6nzjQE7ssimOeG9LiMmqs5oPlBRDpANAxmY0RDmDHWNQIscFv/erAkXfNafEOa+CkTFB/6gGPc9DMVShH60xrrUI6OD4X+6R2RzwtMo/s2G4xGVyxlHuq3v76q3T6jzdiQti0+NCdiXYJ5sp+gYwaEl7/8BCQIDAQAB;" |
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.
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.