Vulnerability Scan Result
IP address | 104.18.16.146 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.18.17.146 |
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 |
---|---|
AngularJS | JavaScript frameworks |
Cloudflare | CDN |
Cloudflare Browser Insights | Analytics, RUM |
Cloudflare Turnstile | Security |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://payhip.com/b/6qsAV | 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
URL | Evidence |
---|---|
https://payhip.com/b/6qsAV | 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://payhip.com/b/6qsAV | 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
Software / Version | Category |
---|---|
AngularJS | JavaScript frameworks |
Cloudflare | CDN |
Cloudflare Browser Insights | Analytics, RUM |
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.
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.
Evidence
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 |
---|---|---|---|
payhip.com | SPF | Sender Policy Framework | "v=spf1 include:sendgrid.net include:helpscoutemail.com include:_spf.google.com include:emsd1.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.
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.payhip.com | TXT | Text record | "v=DMARC1; p=quarantine; sp=quarantine; rua=mailto:dcdc685159264a5996cb4261ad9f0a32@dmarc-reports.cloudflare.net,mailto:re+c86c5ff24ce6@inbound.dmarcdigests.com; aspf=r; pct=100" |
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.payhip.com | TXT | Text record | "v=DMARC1; p=quarantine; sp=quarantine; rua=mailto:dcdc685159264a5996cb4261ad9f0a32@dmarc-reports.cloudflare.net,mailto:re+c86c5ff24ce6@inbound.dmarcdigests.com; aspf=r; pct=100" |
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
payhip.com | A | IPv4 address | 104.18.16.146 |
payhip.com | A | IPv4 address | 104.18.17.146 |
payhip.com | NS | Name server | eric.ns.cloudflare.com |
payhip.com | NS | Name server | lorna.ns.cloudflare.com |
payhip.com | MX | Mail server | 1 aspmx.l.google.com |
payhip.com | MX | Mail server | 10 aspmx2.googlemail.com |
payhip.com | MX | Mail server | 10 aspmx3.googlemail.com |
payhip.com | MX | Mail server | 5 alt1.aspmx.l.google.com |
payhip.com | MX | Mail server | 5 alt2.aspmx.l.google.com |
payhip.com | SOA | Start of Authority | eric.ns.cloudflare.com. dns.cloudflare.com. 2361907082 10000 2400 604800 1800 |
payhip.com | AAAA | IPv6 address | 2606:4700::6812:1192 |
payhip.com | AAAA | IPv6 address | 2606:4700::6812:1092 |
payhip.com | TXT | Text record | "facebook-domain-verification=kokax5q5m37qg1b51tst68tg81ncg6" |
payhip.com | SPF | Sender Policy Framework | "v=spf1 include:sendgrid.net include:helpscoutemail.com include:_spf.google.com include:emsd1.com ~all" |
_dmarc.payhip.com | TXT | Text record | "v=DMARC1; p=quarantine; sp=quarantine; rua=mailto:dcdc685159264a5996cb4261ad9f0a32@dmarc-reports.cloudflare.net,mailto:re+c86c5ff24ce6@inbound.dmarcdigests.com; aspf=r; pct=100" |
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 |
---|---|---|---|
rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC765KbTApa/U16+Im1b8r6CGigdyW75+YI0t0OeR1AzCfGSpZQ/zRkSFbhSCXpYgQ/bG0qJhL7WwQRF/vjowgiX0GbXwz6y5SfOtIvnWO3PQlWC/j0uqgj7k6aQ1cqlh/Z1ajgUUnG5eptAoxLiaqdVbh+mE+QRA6a9IjnyEBFhwIDAQAB" | |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyEjZdgV7PlsMnVLGW+lpc2uEAQp9zzbOn9XzHZZMUmn7bB/tLrzdB80VTNknOGX/1Q7aHeeoM5aQlHbQb+BePcFP3delLof14MDpIl0PdeOszxyLM4e1xtBWM/TlQxL0NcilxoKjK4mKeqbhomSRNRGMXHO5XmZMwsa1Mbwndam/6+tS9LoxS8cseFpovtQieFIbI" "1Fgut7xh2S8EzXFY5rfxiRQgfiYW/MYJqZsU1uOPVgvvEQm8zZ/ZY/NYmqCyXQvQOgs9zfxxgldW1nop/8l63Epnuz7OjiPBjCsF/g+mMfEMf4MZjtW8VqVpl3eUcoQ8jFIVcJiRgLyZDFTFQIDAQAB" |
s2 | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOrDZ6YfaBdTuzUqG21H789QHb/iMNnJyfYgFWNvbu0In5O5PoqLYVBIQeLo4VBF6vlnFMaU43EVMof7EWcjPPd3NhOzpaaxqOtxT5jmayFaGD/gwcuVyA+NTNekvroW4e30AvFWWtPHiKFP0Gx4Dh/i/4gaDWPAL3GjpFZxU2lwIDAQAB" |
smtpapi | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPtW5iwpXVPiH5FzJ7Nrl8USzuY9zqqzjE0D1r04xDN6qwziDnmgcFNNfMewVKN2D1O+2J9N14hRprzByFwfQW76yojh54Xu3uSbQ3JP0A7k8o8GutRF8zbFUA8n0ZH2y0cIEjMliXY4W4LwPA7m4q0ObmvSjhd63O9d8z1XkUBwIDAQAB" |
Evidence
Software / Version | Category |
---|---|
Cloudflare Browser Insights | Analytics, RUM |
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.
Evidence
Software / Version | Category |
---|---|
Cloudflare Browser Insights | Analytics, RUM |
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.
Evidence
Software / Version | Category |
---|---|
Cloudflare Browser Insights | Analytics, RUM |
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.
Evidence
Software / Version | Category |
---|---|
Cloudflare Browser Insights | Analytics, RUM |
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.