Vulnerability Scan Result
Title: | Lite e-Commerce. Welcome to the Lite side of life 🌐 |
Description: | We at Lite are in the business of making products and technology that make people's lives easier. We're combining cutting-edge tech – running so smoothly, that you don't even notice it– with a deep knowledge of peoples’ needs and preferences. |
IP address | 99.83.190.102 |
Country | US |
AS number | AS16509 |
Net name | Amazon Inc |
IP address | 75.2.70.75 |
Country | US |
AS number | AS16509 |
Net name | Amazon Inc |
80/tcp | http | |
443/tcp | https |
Software / Version | Category |
---|---|
Google Hosted Libraries | CDN |
Google Analytics GA4 | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 3.5.1 | JavaScript libraries |
Open Graph | Miscellaneous |
Webflow 1.6.0 | Page builders |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
HSTS | Security |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://www.lite.tech/ | Response headers do not include the Referrer-Policy HTTP security header as well as the <meta> tag with name 'referrer' is not present in the response. |
Vulnerability description
We noticed that the target application's server responses lack the <code>Referrer-Policy</code> HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Recommendation
The Referrer-Policy header should be configured on the server side to avoid user tracking and inadvertent information leakage. The value `no-referrer` of this header instructs the browser to omit the Referer header entirely.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://www.lite.tech/ | 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.lite.tech/ | 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 |
---|---|
Google Hosted Libraries | CDN |
Google Analytics GA4 | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 3.5.1 | JavaScript libraries |
Open Graph | Miscellaneous |
Webflow 1.6.0 | Page builders |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
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 |
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 |
---|---|---|---|
lite.tech | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
lite.tech | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:email.freshdesk.com ~all" |
Vulnerability description
We found that the target has more than one configured DNS SPF (Sender Policy Framework) record. SPF is designed to prevent email spoofing by specifying which mail servers are allowed to send email on behalf of a domain. According to RFC 7208, a domain must have only one SPF record. Multiple SPF records can cause validation issues, leading to failed email authentication checks. This could impact email deliverability, and legitimate emails may be rejected or marked as spam.
Recommendation
We recommend removing any redundant or conflicting SPF records and ensuring that only one SPF record is present. The multiple records should be merged into a single SPF entry that includes all necessary authorized mail servers. For example, if two SPF records exist, they can be combined into one as follows:\nv=spf1 include:spf1.example.com include:spf2.example.com -all\nAfterward, verify that the single SPF record covers all the intended mail servers. Test the SPF configuration using email testing tools to confirm that it works correctly and that email deliverability is not negatively impacted.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
lite.tech | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.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 |
---|---|---|---|
lite.tech | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:email.freshdesk.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.lite.tech | TXT | Text record | "v=DMARC1; p=none" |
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.lite.tech | TXT | Text record | "v=DMARC1; p=none" |
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.lite.tech | TXT | Text record | "v=DMARC1; p=none" |
Vulnerability description
We found that the DMARC record for the domain is not configured with rua tag. When a DMARC record is not configured with the rua (Reporting URI for Aggregate Reports) tag, the domain owner misses out on critical feedback regarding the domain's email authentication performance. Aggregate reports are essential for monitoring how a domain's DMARC policy is applied across various mail servers and whether legitimate or malicious emails are being sent on behalf of the domain. Without this reporting, domain administrators have no visibility into how their DMARC policy is being enforced, which hinders their ability to detect potential spoofing or authentication issues.
Recommendation
We recommend configuring the rua tag in the DMARC record to receive aggregate reports from mail servers. This tag should point to a reliable email address or monitoring service capable of handling DMARC aggregate reports, such as rua=mailto:dmarc-reports@example.com. These reports provide valuable insights into how email from the domain is being treated by receiving mail servers, highlighting potential authentication issues and attempts to spoof the domain. Regularly reviewing these reports will help ensure the DMARC policy is properly enforced and that any email authentication failures are addressed in a timely manner.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.lite.tech | TXT | Text record | "v=DMARC1; p=none" |
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 |
---|---|---|---|
lite.tech | A | IPv4 address | 99.83.190.102 |
lite.tech | A | IPv4 address | 75.2.70.75 |
lite.tech | NS | Name server | ns-cloud-b4.googledomains.com |
lite.tech | NS | Name server | ns-cloud-b1.googledomains.com |
lite.tech | NS | Name server | ns-cloud-b2.googledomains.com |
lite.tech | NS | Name server | ns-cloud-b3.googledomains.com |
lite.tech | MX | Mail server | 10 alt4.aspmx.l.google.com |
lite.tech | MX | Mail server | 5 alt2.aspmx.l.google.com |
lite.tech | MX | Mail server | 5 alt1.aspmx.l.google.com |
lite.tech | MX | Mail server | 1 aspmx.l.google.com |
lite.tech | MX | Mail server | 10 alt3.aspmx.l.google.com |
lite.tech | SOA | Start of Authority | ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 1 21600 3600 259200 300 |
lite.tech | TXT | Text record | "twilio-domain-verification=db077d99c037e178967d235416058c7e" |
lite.tech | TXT | Text record | "MS=ms14196696" |
lite.tech | TXT | Text record | "atlassian-domain-verification=8nfVomj3sF5stiliyv4raSGD9aWaXOXtsEwI9wqmZKfaVe7artTffQfdCPOJ9rD9" |
lite.tech | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
lite.tech | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:email.freshdesk.com ~all" |
_dmarc.lite.tech | TXT | Text record | "v=DMARC1; p=none" |
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.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApIcsiu7Lncu3TMsgH3IMg6mcvTSllXEhfORTz1wKtEEbG2DV3J9zIvZ9+FsB0BcHiM4bSGzQh2sujvjJEcTNuvKdwcqHBWXFmz1JtbeZd8layMgqeZHx17M0rtabPPeJwLixYz8NalpXhS+FSXsvLjHMzSlmKzKLrG8+nv6Ht1/TzZ/4Y6553mbIC6QP1woir" "X+UaS3ENTqc/XajwrxcOLSZoJAYFJlxr2C383KOpUYIifAIikm1faDdG+4Pu7KRJbE6kKx6S/aOWvEfbXrFKV77bdNWuv2SlO9duxCwuZNPns/khgi7KLQ2ftswPCth8hNJMFRsdElL1kv4iyf7cQIDAQAB" | |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwj9hpDZeR2GspzoO7gJ3cKhcDfU+CRh/Ff/ZtT96pttwLP2/vAMzJSPE/cPI0aKKsz6cTrwxfNsVkMAAV2HOQpuOKJs8srDIAhxTxAhkUNS+F78L9qUavWNOHxjC8DkTy0y5Qsyh038dKhj1RbcL3lPBwRV4TmfRGQprP9tkaARqnobRbZbsVrbg1DWSKQz/KPSly" "79LTRQkO3PFXMETE9jcVMhnJ8umOKpa/3nKfEEU7xD2QV1mUaIbRdsBuS0QkK1Z17F18zGp0tyWTbMt9ML6XfAnC4nXDA9n7jZsId7Fx41UUNC6CTuYDT/IYBlvlAo7dmy89esItRwc/SUU5QIDAQAB" |
s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzQWXQ5idkyPWSPBv9hR/8buXX6oBrJdIztZWhJ2zqgBf68fAXCWqfvvDcvpIkgj44V8WqnJkRUt/3znCVAt/7SfsoCav7Cl/9SJjhIzZmIaUmforXvGjxExslHYkbDG/qBcWKutAe3gsTLYIgUipXD6izxkx0VNBbncWNq4UIoj49KDTRw/qa6FDOyyK17roEABPy" "XIt2U4Q5Xah7d7WCplfDZtUb/poeKhhfY2REOGdSjeop4fVbw7HHo79TkGyS12LZz+Uti+eMT8+um7fMPepy00+9VlvhhuH4JQ22jl/G+mUEq85BsDTvhMVdbNm6NIArS9BhrpnxNpgDPf7fQIDAQAB" |