Vulnerability Scan Result
IP address | 158.247.213.126 |
Country | KR |
AS number | AS20473 |
Net name | The Constant Company LLC |
22/tcp | ssh | OpenSSH 8.4p1 Debian 5+deb11u3 |
80/tcp | http | nginx |
443/tcp | https | nginx |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://xn--vg1b002am6dopk.today/ | 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://xn--vg1b002am6dopk.today/ | 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://xn--vg1b002am6dopk.today/ | 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://xn--vg1b002am6dopk.today/ | 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 |
Vulnerability description
Website is accessible.
Infrastructure Vulnerabilities
Starting Nmap ( https://nmap.org ) at 2025-01-21 15:31 EET
Nmap scan report for xn--vg1b002am6dopk.today (158.247.213.126)
Host is up (0.27s latency).
rDNS record for 158.247.213.126: 158.247.213.126.vultrusercontent.com
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u3 (protocol 2.0)
| ssh-auth-methods:
| Supported authentication methods:
| publickey
|_ password
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 3.57 seconds
Vulnerability description
We found that the SSH service with username/password authentication is publicly accessible. Network administrators often use remote administration protocols to control devices like switches, routers, and other essential systems. However, allowing these services to be accessible via the Internet can increase security risks, creating potential opportunities for attacks on the organization.
Recommendation
We recommend turning off SSH with username/password authentication access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the SSH service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, it is advisable to utilize SSH Public Key Authentication since it employs a key pair to verify the identity of a user or process.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
xn--vg1b002am6dopk.today | A | IPv4 address | 158.247.213.126 |
xn--vg1b002am6dopk.today | NS | Name server | ns1.hosting.co.kr |
xn--vg1b002am6dopk.today | NS | Name server | ns4.hosting.co.kr |
xn--vg1b002am6dopk.today | NS | Name server | ns2.hosting.co.kr |
xn--vg1b002am6dopk.today | NS | Name server | ns3.hosting.co.kr |
xn--vg1b002am6dopk.today | SOA | Start of Authority | ns1.hosting.co.kr. admin.xn--vg1b002am6dopk.today. 6 21600 1800 1209600 180 |
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
Software / Version | Category |
---|---|
WordPress 6.7.1 | CMS, Blogs |
MySQL | Databases |
PHP | Programming languages |
Nginx | Web servers, Reverse proxies |
RankMath SEO | WordPress plugins, SEO |
GeneratePress 3.5.1 | WordPress themes |
GeneratePress GP Premium 2.5.0 | WordPress plugins |
WP Rocket | Caching, WordPress plugins |
jQuery Migrate 3.4.1 | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
Google Font API | Font scripts |
RSS | Miscellaneous |
Open Graph | Miscellaneous |
Underscore.js 1.13.7 | JavaScript libraries |
Clipboard.js | JavaScript libraries |
imagesLoaded 5.0.0 | JavaScript libraries |
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.