Vulnerability Scan Result
IP address | 50.31.188.40 |
Country | US |
AS number | AS23352 |
Net name | Server Central Network |
80/tcp | http | imunify360-webshield/1.21 |
443/tcp | https | imunify360-webshield/1.21 |
Software / Version | Category |
---|---|
bxSlider | Photo galleries, JavaScript libraries |
Clipboard.js | JavaScript libraries |
Magnific Popup 3.4.3 | JavaScript libraries |
Elementor 3.17.3 | Page builders, WordPress plugins |
Font Awesome | Font scripts |
particles.js | JavaScript graphics |
jQuery Migrate 3.4.1 | JavaScript libraries |
HTTP/3 | Miscellaneous |
jQuery | JavaScript libraries |
MySQL | Databases |
PHP | Programming languages |
Premio Chaty | WordPress plugins |
Swiper | JavaScript libraries |
Underscore.js 1.13.7 | JavaScript libraries |
Webpack | Miscellaneous |
Module Federation | Miscellaneous |
WooCommerce | Ecommerce, WordPress plugins |
Woodmart | WordPress themes |
WordPress | CMS, Blogs |
ElementsKit | WordPress plugins |
reCAPTCHA | Security |
HSTS | Security |
Slider Revolution 6.5.18 | Widgets, Photo galleries |
YouTube | Video players |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://www.myrserviplast.cl/ | 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://www.myrserviplast.cl/ | 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.myrserviplast.cl/ | 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
Software / Version | Category |
---|---|
bxSlider | Photo galleries, JavaScript libraries |
Clipboard.js | JavaScript libraries |
Magnific Popup 3.4.3 | JavaScript libraries |
Elementor 3.17.3 | Page builders, WordPress plugins |
Font Awesome | Font scripts |
particles.js | JavaScript graphics |
jQuery Migrate 3.4.1 | JavaScript libraries |
HTTP/3 | Miscellaneous |
jQuery | JavaScript libraries |
MySQL | Databases |
PHP | Programming languages |
Premio Chaty | WordPress plugins |
Swiper | JavaScript libraries |
Underscore.js 1.13.7 | JavaScript libraries |
Webpack | Miscellaneous |
Module Federation | Miscellaneous |
WooCommerce | Ecommerce, WordPress plugins |
Woodmart | WordPress themes |
WordPress | CMS, Blogs |
ElementsKit | WordPress plugins |
reCAPTCHA | Security |
HSTS | Security |
Slider Revolution 6.5.18 | Widgets, Photo galleries |
YouTube | Video players |
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 |
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.
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.
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 |
Evidence
URL | Method | Summary |
---|---|---|
https://www.myrserviplast.cl/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: OPTIONS,HEAD,GET,POST` Request / Response |
Vulnerability description
We have noticed that the webserver responded with an Allow HTTP header when an OPTIONS HTTP request was sent. This method responds to requests by providing information about the methods available for the target resource.
Recommendation
We recommend that you check for unused HTTP methods or even better, disable the OPTIONS method. This can be done using your webserver configuration.
Classification
CWE | CWE-16 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
myrserviplast.cl | SPF | Sender Policy Framework | "v=spf1 ip4:50.31.188.34 +a +mx include:relay.mailchannels.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.
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.
Vulnerability description
We found that the target server has no DMARC policy configured. A missing DMARC (Domain-based Message Authentication, Reporting, and Conformance) policy means that the domain is not enforcing any DMARC policies to protect against email spoofing and phishing attacks. Without DMARC, even if SPF (Sender Policy Framework) or DKIM (DomainKeys Identified Mail) are configured, there is no mechanism to tell receiving email servers how to handle messages that fail authentication. This leaves the domain vulnerable to abuse, such as email spoofing and impersonation.
Recommendation
We recommend implementing a DMARC policy for your domain. Start by configuring a DMARC record with a policy of p=none, which will allow you to monitor email flows without impacting legitimate emails. This initial setup helps identify how emails from your domain are being processed by recipient servers. Once you’ve verified that legitimate emails are passing SPF and DKIM checks, you can gradually enforce stricter policies like p=quarantine or p=reject to protect against spoofing and phishing attacks. Additionally, include rua and ruf email addresses in the DMARC record to receive aggregate and forensic reports. These reports will provide valuable insights into authentication failures and help you detect any spoofing attempts.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0pOiVHYzm88KoJVtAL72oiUxRSW/H0JdnUuyJDlRhkVtZbK0ayoA+ctzJUGoz3kkaDhN2FsLUgbv25gbTkZqJq0Kbl6lQFBe3M6NPT5Us/8zNKdgiHlbmAsV7FJwGf85obVukOEPIfMenr820lL/x0eK55YdkaCoEGO0GKjtE8/pFs9z8WEU8qfOUbiMOuL7f" "qwXmJmvUfKM9hkG3y2HTMk52iOLdLs5yvXj9xq12rmhpJYorixQR0cU6QiwI4gAQUIylC/FCCPrmpEvJvWyCP9g1jwlSQ6jU5Rtmy7YiFsAmlhXqmLE/jGjc7GIk0Yihq8GKXnPukFi7+1JhNlwdwIDAQAB;" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
myrserviplast.cl | A | IPv4 address | 50.31.188.40 |
myrserviplast.cl | NS | Name server | ns4021.banahosting.com |
myrserviplast.cl | NS | Name server | ns4020.banahosting.com |
myrserviplast.cl | MX | Mail server | 0 myrserviplast.cl |
myrserviplast.cl | SOA | Start of Authority | ns4020.banahosting.com. support.banahosting.com. 2025012001 86400 7200 1600000 86400 |
myrserviplast.cl | SPF | Sender Policy Framework | "v=spf1 ip4:50.31.188.34 +a +mx include:relay.mailchannels.net ~all" |
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
Operating System |
---|
Linux 3.10 - 4.11 / Linux 3.2 - 4.9 / Linux 5.1 |
Vulnerability description
OS Detection
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0pOiVHYzm88KoJVtAL72oiUxRSW/H0JdnUuyJDlRhkVtZbK0ayoA+ctzJUGoz3kkaDhN2FsLUgbv25gbTkZqJq0Kbl6lQFBe3M6NPT5Us/8zNKdgiHlbmAsV7FJwGf85obVukOEPIfMenr820lL/x0eK55YdkaCoEGO0GKjtE8/pFs9z8WEU8qfOUbiMOuL7f" "qwXmJmvUfKM9hkG3y2HTMk52iOLdLs5yvXj9xq12rmhpJYorixQR0cU6QiwI4gAQUIylC/FCCPrmpEvJvWyCP9g1jwlSQ6jU5Rtmy7YiFsAmlhXqmLE/jGjc7GIk0Yihq8GKXnPukFi7+1JhNlwdwIDAQAB;" |