Vulnerability Scan Result


Title: | VIRUSBOLA - Sekolah Generasi Hebat Madrasah Tsanawiyah Surya Buana-MATSASURBA |
Description: | VIRUSBOLA Merupakan Sekolah Madrasah yang berdedikasi untuk mendidik generasi muda menjadi insan berkarakter qur’ani Lagi-lagi siswa MTs Surya Buana membawa harum nama MTs Surya Buana tak henti-henti menorehkan prestasi di setiap tahunnya. |
IP address | 103.16.117.231 |
Country | ID ![]() |
AS number | AS55688 |
Net name | Pt BEON Intermedia |
22/tcp | ssh | OpenSSH 9.6p1 Ubuntu 3ubuntu13.9 |
80/tcp | http | nginx - |
443/tcp | https | nginx - |
Software / Version | Category |
---|---|
Backbone.js 1.6.0 | JavaScript frameworks |
Chaty | Live chat |
Contact Form 7 6.0.6 | WordPress plugins, Form builders |
Elementor 3.28.3 | Page builders, WordPress plugins |
Adobe Fonts 1.21.0 | Font scripts |
Bootstrap 3.2.0 | UI frameworks |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.39.0 | JavaScript libraries |
GSAP | JavaScript frameworks |
imagesLoaded 5.0.0 | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
MySQL | Databases |
Nginx | Web servers, Reverse proxies |
Open Graph | Miscellaneous |
PHP | Programming languages |
Premio Chaty | WordPress plugins |
Stimulus | JavaScript frameworks |
Typekit 1.21.0 | Font scripts |
Underscore.js | JavaScript libraries |
WordPress 6.7.2 | CMS, Blogs |
AMP | JavaScript frameworks |
reCAPTCHA | Security |
Lodash 1.13.7 | JavaScript libraries |
RSS | Miscellaneous |
Slider Revolution 6.6.19 | Widgets, Photo galleries |
Squarespace 7.1 | CMS |
Squarespace Commerce 7.1 | Ecommerce |
WhatsApp Business Chat | Live chat |
Yoast SEO 24.8.1 | SEO, WordPress plugins |
Web Application Vulnerabilities
Evidence
Risk Level | CVSS | CVE | Summary | Affected software |
---|---|---|---|---|
6.4 | CVE-2024-6484 | A vulnerability has been identified in Bootstrap that exposes users to Cross-Site Scripting (XSS) attacks. The issue is present in the carousel component, where the data-slide and data-slide-to attributes can be exploited through the href attribute of an <a> tag due to inadequate sanitization. This vulnerability could potentially enable attackers to execute arbitrary JavaScript within the victim's browser. | bootstrap 3.2.0 | |
4.3 | CVE-2018-14040 | In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute. | bootstrap 3.2.0 | |
4.3 | CVE-2018-14042 | In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip. | bootstrap 3.2.0 | |
4.3 | CVE-2016-10735 | In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute, a different vulnerability than CVE-2018-14041. | bootstrap 3.2.0 | |
4.3 | CVE-2018-20676 | In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. | bootstrap 3.2.0 |
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.
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 | A9 - Using Components with Known Vulnerabilities |
OWASP Top 10 - 2021 | A6 - Vulnerable and Outdated Components |
Evidence
URL | Evidence |
---|---|
https://mtssuryabuana.sch.id/hebat/VIRUSBOLA/ | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://mtssuryabuana.sch.id/hebat/VIRUSBOLA/ | 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 X-Content-Type-Options
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.
Risk description
The risk is that lack of this header could make possible attacks such as Cross-Site Scripting or phishing in Internet Explorer browsers.
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://mtssuryabuana.sch.id/hebat/VIRUSBOLA/ | 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://mtssuryabuana.sch.id/hebat/VIRUSBOLA/ | 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
Software / Version | Category |
---|---|
Backbone.js 1.6.0 | JavaScript frameworks |
Chaty | Live chat |
Contact Form 7 6.0.6 | WordPress plugins, Form builders |
Elementor 3.28.3 | Page builders, WordPress plugins |
Adobe Fonts 1.21.0 | Font scripts |
Bootstrap 3.2.0 | UI frameworks |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.39.0 | JavaScript libraries |
GSAP | JavaScript frameworks |
imagesLoaded 5.0.0 | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
MySQL | Databases |
Nginx | Web servers, Reverse proxies |
Open Graph | Miscellaneous |
PHP | Programming languages |
Premio Chaty | WordPress plugins |
Stimulus | JavaScript frameworks |
Typekit 1.21.0 | Font scripts |
Underscore.js | JavaScript libraries |
WordPress 6.7.2 | CMS, Blogs |
AMP | JavaScript frameworks |
reCAPTCHA | Security |
Lodash 1.13.7 | JavaScript libraries |
RSS | Miscellaneous |
Slider Revolution 6.6.19 | Widgets, Photo galleries |
Squarespace 7.1 | CMS |
Squarespace Commerce 7.1 | Ecommerce |
WhatsApp Business Chat | Live chat |
Yoast SEO 24.8.1 | SEO, WordPress plugins |
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 |
Evidence
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.
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
We managed to detect a publicly accessible SSH service.
Starting Nmap ( https://nmap.org ) at 2025-04-13 08:54 EEST
Nmap scan report for mtssuryabuana.sch.id (103.16.117.231)
Host is up (0.19s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 9.6p1 Ubuntu 3ubuntu13.9 (Ubuntu Linux; protocol 2.0)
| ssh-auth-methods:
| Supported authentication methods:
| publickey
| password
|_ keyboard-interactive
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 7.91 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.
Risk description
Exposing this service online with username/password authentication can enable attackers to launch authentication attacks, like guessing login credentials, and potentially gaining unauthorized access. Vulnerabilities, such as unpatched software, protocol flaws, or backdoors could also be exploited. An example is the CVE-2024-3094 (XZ Utils Backdoor) vulnerability.
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 |
---|---|---|---|
mtssuryabuana.sch.id | A | IPv4 address | 103.16.117.231 |
mtssuryabuana.sch.id | NS | Name server | dayana.ns.cloudflare.com |
mtssuryabuana.sch.id | NS | Name server | morgan.ns.cloudflare.com |
mtssuryabuana.sch.id | SOA | Start of Authority | dayana.ns.cloudflare.com. dns.cloudflare.com. 2368741648 10000 2400 604800 1800 |
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
Vulnerability description
OS detection couldn't determine the operating system.
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.