Vulnerability Scan Result

ip_address | 104.26.3.161 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 172.67.75.206 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 104.26.2.161 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | http | cloudflare - |
Software / Version | Category |
---|---|
Google Ads | Advertising |
Microsoft Clarity 0.8.9 | Analytics |
Funding Choices | Cookie compliance |
Facebook Pixel 2.9.208 | Analytics |
Bootstrap 4.6.0 | UI frameworks |
jQuery Migrate 1.4.1 | JavaScript libraries |
core-js 3.32.2 | JavaScript libraries |
Google Analytics GA4 | Analytics |
Google Font API | Font scripts |
jQuery 3.4.1 | JavaScript libraries |
Open Graph | Miscellaneous |
Popper | Miscellaneous |
Google Ads Conversion Tracking | Analytics |
Cloudflare | CDN |
Google AdSense | Advertising |
Google Tag Manager | Tag managers |
HSTS | Security |
RSS | Miscellaneous |
Web Application Vulnerabilities
Evidence
Risk Level | CVSS | CVE | Summary | Affected software |
---|---|---|---|---|
4.3 | CVE-2020-11023 | In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. | jquery 3.4.1 | |
4.3 | CVE-2020-11022 | In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. | jquery 3.4.1 |
Vulnerability description
We noticed known vulnerabilities in the target application based on the server responses. They are usually related to outdated systems and expose the affected applications to the risk of unauthorized access to confidential data and possibly denial of service attacks. Depending on the system distribution the affected software can be patched but displays the same version, requiring manual checking.
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system. Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed 'high' severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
In order to eliminate the risk of these vulnerabilities, we recommend you check the installed software version and upgrade to the latest version.
Classification
CWE | CWE-1026 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://nguoiquansat.vn/ | 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 | |
OWASP Top 10 - 2021 |
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://nguoiquansat.vn/ | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Credit Card Number: 4520250614020042 |
Vulnerability description
We noticed that this application does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected. Sensitive data targeted usually consists of emails, credit card and social security numbers.
Risk description
The risk exists that sensitive personal information within the application could be accessed by unauthorized parties. This could lead to privacy violations, identity theft, or other forms of personal or corporate harm.
Recommendation
Compartmentalize the application to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area.
Evidence
URL | Evidence |
---|---|
https://nguoiquansat.vn/ | Response headers do not include the Referrer-Policy HTTP security header as well as the |
Vulnerability description
We noticed that the target application's server responses lack the Referrer-Policy
HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Risk description
The risk is that if a user visits a web page (e.g. "http://example.com/pricing/") and clicks on a link from that page going to e.g. "https://www.google.com", the browser will send to Google the full originating URL in the `Referer` header, assuming the Referrer-Policy header is not set. The originating URL could be considered sensitive information and it could be used for user tracking.
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 | |
OWASP Top 10 - 2021 |
Evidence
Software / Version | Category |
---|---|
Google Ads | Advertising |
Microsoft Clarity 0.8.9 | Analytics |
Funding Choices | Cookie compliance |
Facebook Pixel 2.9.208 | Analytics |
Bootstrap 4.6.0 | UI frameworks |
jQuery Migrate 1.4.1 | JavaScript libraries |
core-js 3.32.2 | JavaScript libraries |
Google Analytics GA4 | Analytics |
Google Font API | Font scripts |
jQuery 3.4.1 | JavaScript libraries |
Open Graph | Miscellaneous |
Popper | Miscellaneous |
Google Ads Conversion Tracking | Analytics |
Cloudflare | CDN |
Google AdSense | Advertising |
Google Tag Manager | Tag managers |
HSTS | Security |
RSS | 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.
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.
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).
Evidence
Vulnerability description
Website is accessible.
Infrastructure Vulnerabilities
Evidence
CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
---|---|---|---|---|---|
CVE-2020-11023 | 4.3 | 0.11526 | 0.93242 | Yes | In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. |
CVE-2020-11022 | 4.3 | 0.20451 | 0.95227 | No | In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. |
Vulnerability description
Vulnerabilities found for jQuery 3.4.1
Risk description
These vulnerabilities expose the affected applications to the risk of unauthorized access to confidential data and possibly to denial of service attacks. An attacker could search for an appropriate exploit (or create one) for any of these vulnerabilities and use it to attack the system. Notes: - The vulnerabilities are identified based on the server's version.; - Only the first 5 vulnerabilities with the highest risk are shown for each port.; Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed "high" severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
We recommend you to upgrade the affected software to the latest version in order to eliminate the risks imposed by these vulnerabilities.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
_dmarc.nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
Vulnerability description
We found that the target is configured with more than one DMARC (Domain-based Message Authentication, Reporting, and Conformance) record in its DNS settings. According to the DMARC specification, only a single DMARC record is allowed per domain. When multiple DMARC records exist, email receivers may ignore the DMARC policy, leading to an improper application of email authentication and security checks. This misconfiguration weakens the domain’s email authentication stance, potentially allowing spoofed or fraudulent emails to bypass security checks. Such inconsistencies can lead to confusion for mail receivers on how to handle emails that fail SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) checks.
Risk description
When a domain has multiple DMARC records, email servers may not process the DMARC policy correctly, leading to confusion about how to handle emails that fail SPF and DKIM checks. This misconfiguration can be exploited by malicious actors to send spoofed or fraudulent emails that appear to come from the affected domain. As a result, organizations may face an increased risk of phishing attacks targeting employees or customers, potential damage to their reputation, and disruptions to the delivery of legitimate emails, as some mail servers may ignore the intended DMARC policy altogether.
Recommendation
To resolve the issue of multiple DMARC records, ensure that only one valid DMARC record is published in your domain's DNS. Remove any duplicate or conflicting entries and verify the configuration using tools like MXToolbox or DMARCian. Additionally, implement a strict DMARC policy such as p=reject or p=quarantine to ensure emails that fail SPF or DKIM checks are properly handled. If subdomains are in use, configure the sp tag appropriately. Enable DMARC reporting by setting up the rua and ruf tags to receive aggregate and forensic reports, which can help monitor for ongoing issues or abuse.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
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.
Risk description
Emails that fail DMARC checks are still delivered to recipients. This leaves the domain highly vulnerable to email spoofing and phishing attacks, as malicious actors can impersonate the domain without facing any consequences from DMARC enforcement.
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.nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
Vulnerability description
We found that the DMARC record for the domain is configured with sp=none, meaning that no policy is enforced for subdomains. This allows subdomains to send emails without being subject to DMARC checks, making it easier for attackers to spoof emails from these subdomains. Subdomains are often overlooked in email security, and attackers can exploit this misconfiguration to launch phishing or spoofing attacks from seemingly legitimate subdomains of a protected domain.
Risk description
When the DMARC record is configured with sp=none, subdomains are not subject to DMARC enforcement, allowing attackers to spoof emails from subdomains without being blocked. This creates a significant risk of phishing and impersonation attacks, where malicious emails appear to originate from trusted subdomains. These spoofed emails can be used to deceive users or damage the organization's reputation, undermining the security benefits of DMARC for the primary domain.
Recommendation
To mitigate the risk, we recommend that the subdomain policy should be updated to sp=reject to ensure that any email failing DMARC checks from subdomains is automatically rejected. This will help prevent unauthorized emails from being sent from subdomains, reducing the risk of spoofing and phishing. Additionally, it's important to regularly monitor DMARC reports to track email activity from subdomains and adjust policies as needed to maintain consistent security across the entire domain.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
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.
Risk description
Emails that fail DMARC checks are still delivered to recipients. This leaves the domain highly vulnerable to email spoofing and phishing attacks, as malicious actors can impersonate the domain without facing any consequences from DMARC enforcement.
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.nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
Vulnerability description
We found that the DMARC record for the domain is configured with sp=none, meaning that no policy is enforced for subdomains. This allows subdomains to send emails without being subject to DMARC checks, making it easier for attackers to spoof emails from these subdomains. Subdomains are often overlooked in email security, and attackers can exploit this misconfiguration to launch phishing or spoofing attacks from seemingly legitimate subdomains of a protected domain.
Risk description
When the DMARC record is configured with sp=none, subdomains are not subject to DMARC enforcement, allowing attackers to spoof emails from subdomains without being blocked. This creates a significant risk of phishing and impersonation attacks, where malicious emails appear to originate from trusted subdomains. These spoofed emails can be used to deceive users or damage the organization's reputation, undermining the security benefits of DMARC for the primary domain.
Recommendation
To mitigate the risk, we recommend that the subdomain policy should be updated to sp=reject to ensure that any email failing DMARC checks from subdomains is automatically rejected. This will help prevent unauthorized emails from being sent from subdomains, reducing the risk of spoofing and phishing. Additionally, it's important to regularly monitor DMARC reports to track email activity from subdomains and adjust policies as needed to maintain consistent security across the entire domain.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
nguoiquansat.vn | A | IPv4 address | 104.26.3.161 |
nguoiquansat.vn | A | IPv4 address | 172.67.75.206 |
nguoiquansat.vn | A | IPv4 address | 104.26.2.161 |
nguoiquansat.vn | NS | Name server | kevin.ns.cloudflare.com |
nguoiquansat.vn | NS | Name server | linda.ns.cloudflare.com |
nguoiquansat.vn | MX | Mail server | 1 aspmx.l.google.com |
nguoiquansat.vn | MX | Mail server | 10 alt3.aspmx.l.google.com |
nguoiquansat.vn | MX | Mail server | 10 alt4.aspmx.l.google.com |
nguoiquansat.vn | MX | Mail server | 5 alt1.aspmx.l.google.com |
nguoiquansat.vn | MX | Mail server | 5 alt2.aspmx.l.google.com |
nguoiquansat.vn | SOA | Start of Authority | kevin.ns.cloudflare.com. dns.cloudflare.com. 2373581624 10000 2400 604800 1800 |
nguoiquansat.vn | AAAA | IPv6 address | 2606:4700:20::681a:3a1 |
nguoiquansat.vn | AAAA | IPv6 address | 2606:4700:20::681a:2a1 |
nguoiquansat.vn | AAAA | IPv6 address | 2606:4700:20::ac43:4bce |
nguoiquansat.vn | TXT | Text record | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSjuCtQa0BM+q2lCBF4t98Xjb6ENlrUihMgmE3C3TmQZsBOVbQrMvDEVQdtqFR40PGYc6nDm+MmLLBWBzLaxYW0VftZcbJCSchkkR+uNpnl184VUBreJ62fdx+S0l9V+TZnUPSEuI2Y3zLmJWYxBXgT+ckbRPPuNxMkZUQnouCVwIDAQAB" |
nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
nguoiquansat.vn | TXT | Text record | "zalo-platform-site-verification=FONcSjwtK5qZiuHWt85JPXwV-bBou24ADpG" |
_dmarc.nguoiquansat.vn | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dohaian@gmail.com; ruf=mailto:dohaian@gmail.com; sp=none; adkim=r; aspf=r" |
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.
Evidence
Operating System | Accuracy |
---|---|
FreeBSD 11.0-RELEASE | 91% |
Vulnerability description
OS Detection
Evidence
We managed to detect the redirect using the following Request / Response chain.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
Software / Version | Category |
---|---|
Bootstrap 4.6.0 | UI frameworks |
Google Ads | Advertising |
Microsoft Clarity 0.8.12 | Analytics |
jQuery 3.4.1 | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics GA4 | Analytics |
Google Ads Conversion Tracking | Analytics |
Google AdSense | Advertising |
Funding Choices | Cookie compliance |
Facebook Pixel 2.9.208 | Analytics |
HSTS | Security |
Cloudflare | CDN |
jQuery Migrate 1.4.1 | JavaScript libraries |
core-js 3.32.2 | JavaScript libraries |
Popper | Miscellaneous |
Open Graph | 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.