Vulnerability Scan Result
80/tcp | http | Amazon CloudFront httpd |
443/tcp | https | CloudFront |
Software / Version | Category |
---|---|
Amazon Web Services | PaaS |
AWS Certificate Manager | SSL/TLS certificate authorities |
Amazon CloudFront | CDN |
Google Sign-in | Authentication |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
Next.js 14.2.3 | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
Node.js | Programming languages |
Open Graph | Miscellaneous |
React | JavaScript frameworks |
styled-components 5.3.11 | JavaScript frameworks, Development |
Webpack | Miscellaneous |
Module Federation | Miscellaneous |
Priority Hints | Performance |
Envoy | Reverse proxies |
Google Tag Manager | Tag managers |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://now.gg/ | 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.
Risk description
The risk is that lack of this header permits an attacker to force a victim user to initiate a clear-text HTTP connection to the server, thus opening the possibility to eavesdrop on the network traffic and extract sensitive information (e.g. session cookies).
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://now.gg/ | 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.
Risk description
The risk is that if the target application is vulnerable to XSS, lack of this header makes it easily exploitable by attackers.
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://now.gg/apps/skywork-ai-pte-ltd/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues:`script-src: script-src directive is missing. 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'. object-src: Missing object-src allows the injection of plugins which can execute JavaScript. We recommend setting it to 'none'. frame-ancestors: This directive tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking. The recommended value is 'none' or 'self'. default-src: The default-src directive should be set as a fall-back when other restrictions have not been specified. ` |
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 |
---|---|
Amazon Web Services | PaaS |
AWS Certificate Manager | SSL/TLS certificate authorities |
Amazon CloudFront | CDN |
Google Sign-in | Authentication |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
Next.js 14.2.3 | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
Node.js | Programming languages |
Open Graph | Miscellaneous |
React | JavaScript frameworks |
styled-components 5.3.11 | JavaScript frameworks, Development |
Webpack | Miscellaneous |
Module Federation | Miscellaneous |
Priority Hints | Performance |
Envoy | Reverse proxies |
Google Tag Manager | Tag managers |
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.
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.
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 |
---|---|---|---|
now.gg | SPF | Sender Policy Framework | "v=spf1 include:sendgrid.net include:_spf.google.com include:transmail.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.
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.now.gg | TXT | Text record | "v=DMARC1; p=reject; pct=100; fo=1; rua=mailto:dmarc-reports@now.gg; ruf=mailto:dmarc-reports@now.gg" |
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 |
---|---|---|---|
now.gg | A | IPv4 address | 3.166.49.66 |
now.gg | A | IPv4 address | 3.166.49.74 |
now.gg | A | IPv4 address | 3.166.49.12 |
now.gg | A | IPv4 address | 3.166.49.63 |
now.gg | NS | Name server | ns-1483.awsdns-57.org |
now.gg | NS | Name server | ns-1564.awsdns-03.co.uk |
now.gg | NS | Name server | ns-31.awsdns-03.com |
now.gg | NS | Name server | ns-605.awsdns-11.net |
now.gg | MX | Mail server | 1 aspmx.l.google.com |
now.gg | MX | Mail server | 10 alt3.aspmx.l.google.com |
now.gg | MX | Mail server | 10 alt4.aspmx.l.google.com |
now.gg | MX | Mail server | 15 szayrjkipb3hnjgesfoyvfcq4j5x2wqhgpvscsvd5zsivpys5hxa.mx-verification.google.com |
now.gg | MX | Mail server | 5 alt1.aspmx.l.google.com |
now.gg | MX | Mail server | 5 alt2.aspmx.l.google.com |
now.gg | SOA | Start of Authority | ns-31.awsdns-03.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 |
now.gg | TXT | Text record | "_xs7zdwd7xw0od0ndxxf7pvl0wbzyl9o" |
now.gg | TXT | Text record | "google-site-verification=8zlT1V45HBl81SDdkxM4xLvFLWAkpWPPxIs51vIqwNs" |
now.gg | TXT | Text record | "google-site-verification=WwGe_6qnSd7Fz8OR6XSxP47WUcyV-H1nbyKWRmv6uf8" |
now.gg | TXT | Text record | "google-site-verification=fOEiDdZ_ELLwuTPOVhq0Fkg2PxmxPf7daCOrryPGlh0" |
now.gg | TXT | Text record | "google-site-verification=qn32eFfSNNpU421VAQEpimTBwfur2HfRNWvGnVhouZM" |
now.gg | SPF | Sender Policy Framework | "v=spf1 include:sendgrid.net include:_spf.google.com include:transmail.net ~all" |
_dmarc.now.gg | TXT | Text record | "v=DMARC1; p=reject; pct=100; fo=1; rua=mailto:dmarc-reports@now.gg; ruf=mailto:dmarc-reports@now.gg" |
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.
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 | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDXdjwwZ89Y5QXLKLyr9qsnuC5C7vWSA/sUe4xridb6+6AcUHJSvgg303WPggJMfNduELppomdyQYg43bR50cO6a3QrZFBvvITU1RFwZWRkUqatQrGKLmh2RTF7otl7nfBFWI7+3i8YS2YKHhxtoTjAph0R2UZGlmr9OwjWNnbwwIDAQAB" | |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw7po5i1LN3Sz6qVDkehfwjngB3ghOODbvpG8MxgCamQUI+eZNMHX7/ksmLqn/7jHkOLRI6TpQczWwlE5AicD1C9aMCi6jFUiHqGVsruZ0p47KZlM2NzBWOCFXGeYA/EIdZfw/LhMIyfChC2m3NkCwlA+Zk0r9MY5iCwnjHc1DP+Eu5nZgItLh6dsu58ga+F/9aDMs" "KjLJWw9AplLynOdCzKpQnr4mXxxLoSO4SwpxDSt15DoGKsYEFrG3IJJvOU5hKG9OivkpYPlpqv2BlkwRRyqcedEW5SAfRDWjgDFC0WiRa95bCXb8itm59cyGC+txDhIRAqBsJImVmY44Hqb8wIDAQAB" |
s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4UOOauZVjAdnj+bhm6sZNgSqHNQCHA4nNd0KRbapXkkPXQUFIHseDss4wF9LZHzFJIjgTL/TxyYbffYrUvYoNZ3rU/Y08YyGCmCPFfVhAZWHwtBB9+nSDx0lOJr4q/SW3Cl1P6MZw6ab/2rQtz0YkIUhBqXYkSkt/DAGC6iqrEz/snXwE9anNnnpUpxSeaOSxkNSc" "jfooz2t0qi38C5KYBSvxTD/sh0HI101SKOOsRoegmFIzri/EDdMsAZU8nOsdMg/TJI7Ffo451uYm+21D35qK16U3PAIRSsEYSK0Xk9V01JAlt7iWsBs4+BPPxAL9ww9TqIkwg1MMY9PwKG6aQIDAQAB" |