Vulnerability Scan Result
IP address | 104.21.16.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.32.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.48.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.64.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.80.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.96.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.112.1 |
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 |
---|---|
Alpine.js | JavaScript frameworks |
Hugo 0.126.2 | Static site generator |
HTTP/3 | Miscellaneous |
Cloudflare | CDN |
Cloudflare Browser Insights | Analytics, RUM |
jsDelivr | CDN |
HSTS | Security |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://beefsuplex.com/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues:`script-src: ''unsafe-inline'' allows the execution of unsafe in-page scripts and event handlers. default-src: default-src should not allow '*' as source. This may enable execution of malicious JavaScript. object-src: We recommend restricting object-src to 'none'. script-src: 'unsafe-eval' allows the execution of code injected into DOM APIs such as eval(). 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 should not allow '*' as source. This may enable execution of malicious JavaScript.` |
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.
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 |
---|---|
Alpine.js | JavaScript frameworks |
Hugo 0.126.2 | Static site generator |
HTTP/3 | Miscellaneous |
Cloudflare | CDN |
Cloudflare Browser Insights | Analytics, RUM |
jsDelivr | CDN |
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.
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.
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.
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://beefsuplex.com/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: GET,POST,OPTIONS,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.
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 |
---|---|---|---|
beefsuplex.com | SPF | Sender Policy Framework | "v=spf1 include:zoho.com include:_spf.mx.cloudflare.net ~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.
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.beefsuplex.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:3dc32619f8624f31ac0341f8ad79329b@dmarc-reports.cloudflare.net" |
Vulnerability description
We found that the target uses p=none in the DMARC policy. The DMARC policy set to p=none means that the domain owner is not taking any action on emails that fail DMARC validation. This configuration effectively disables enforcement, allowing potentially spoofed or fraudulent emails to be delivered without any additional scrutiny.
Recommendation
We recommend changing the DMARC policy to p=quarantine or, ideally, p=reject to actively block or quarantine emails that fail DMARC validation. This will enhance the security of your domain against spoofing and phishing attacks by ensuring that only legitimate emails are delivered.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.beefsuplex.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:3dc32619f8624f31ac0341f8ad79329b@dmarc-reports.cloudflare.net" |
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.beefsuplex.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:3dc32619f8624f31ac0341f8ad79329b@dmarc-reports.cloudflare.net" |
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.
Vulnerability description
We found that no DKIM record was configured. When a DKIM (DomainKeys Identified Mail) record is not present for a domain, it means that outgoing emails from that domain are not cryptographically signed. DKIM is a critical component of email authentication, allowing recipients to verify that an email was genuinely sent from an authorized server and that the message has not been altered in transit. The absence of a DKIM record leaves the domain vulnerable to email spoofing and phishing attacks, as attackers can send fraudulent emails that appear to originate from the domain without any cryptographic verification.
Recommendation
We recommend implementing DKIM for your domain to enhance email security and protect your brand from email-based attacks. Generate a DKIM key pair (public and private keys), publish the public key in the DNS under the appropriate selector, and configure your email servers to sign outgoing messages using the private key. Ensure that the DKIM key length is at least 1024 bits to prevent cryptographic attacks. Regularly monitor DKIM signatures to ensure the system is functioning correctly and update keys periodically to maintain security.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
beefsuplex.com | A | IPv4 address | 104.21.16.1 |
beefsuplex.com | A | IPv4 address | 104.21.32.1 |
beefsuplex.com | A | IPv4 address | 104.21.48.1 |
beefsuplex.com | A | IPv4 address | 104.21.64.1 |
beefsuplex.com | A | IPv4 address | 104.21.80.1 |
beefsuplex.com | A | IPv4 address | 104.21.96.1 |
beefsuplex.com | A | IPv4 address | 104.21.112.1 |
beefsuplex.com | NS | Name server | tani.ns.cloudflare.com |
beefsuplex.com | NS | Name server | isaac.ns.cloudflare.com |
beefsuplex.com | MX | Mail server | 10 mx.zoho.com |
beefsuplex.com | MX | Mail server | 20 mx2.zoho.com |
beefsuplex.com | MX | Mail server | 50 mx3.zoho.com |
beefsuplex.com | SOA | Start of Authority | isaac.ns.cloudflare.com. dns.cloudflare.com. 2362726973 10000 2400 604800 1800 |
beefsuplex.com | AAAA | IPv6 address | 2606:4700:3030::6815:1001 |
beefsuplex.com | AAAA | IPv6 address | 2606:4700:3030::6815:2001 |
beefsuplex.com | AAAA | IPv6 address | 2606:4700:3030::6815:3001 |
beefsuplex.com | AAAA | IPv6 address | 2606:4700:3030::6815:4001 |
beefsuplex.com | AAAA | IPv6 address | 2606:4700:3030::6815:5001 |
beefsuplex.com | AAAA | IPv6 address | 2606:4700:3030::6815:6001 |
beefsuplex.com | AAAA | IPv6 address | 2606:4700:3030::6815:7001 |
beefsuplex.com | TXT | Text record | "google-site-verification=6JnHXfjeYYCkBfm1yAFF1ZHkDKHqBgyY-7Pc6zcTfAA" |
beefsuplex.com | SPF | Sender Policy Framework | "v=spf1 include:zoho.com include:_spf.mx.cloudflare.net ~all" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issue "digicert.com; cansignhttpexchanges=yes" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issue "pki.goog; cansignhttpexchanges=yes" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issue "ssl.com" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com; cansignhttpexchanges=yes" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog; cansignhttpexchanges=yes" |
beefsuplex.com | CAA | Certificate Authority Authorization | 0 issuewild "ssl.com" |
_dmarc.beefsuplex.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:3dc32619f8624f31ac0341f8ad79329b@dmarc-reports.cloudflare.net" |
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
Software / Version | Category |
---|---|
Hugo 0.126.2 | Static site generator |
Alpine.js | JavaScript frameworks |
jsDelivr | CDN |
Cloudflare Browser Insights | Analytics, RUM |
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.
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 |
---|---|
Hugo 0.126.2 | Static site generator |
Alpine.js | JavaScript frameworks |
jsDelivr | CDN |
Cloudflare Browser Insights | Analytics, RUM |
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.
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.