Vulnerability Scan Result

IP address | 185.199.108.153 |
Country | US ![]() |
AS number | AS54113 |
Net name | Fastly Inc |
80/tcp | http | GitHub.com - |
443/tcp | https | GitHub.com - |
Software / Version | Category |
---|---|
Elementor 3.28.3 | Page builders, WordPress plugins |
Closure Library | JavaScript libraries |
jQuery Migrate | JavaScript libraries |
Google Analytics GA4 | Analytics |
jQuery | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
GitHub Pages | PaaS |
PHP | Programming languages |
RankMath SEO | WordPress plugins, SEO |
Site Kit 1.150.0 | Analytics, WordPress plugins |
Priority Hints | Performance |
WordPress 6.7.2 | CMS, Blogs |
Fastly | CDN |
Varnish | Caching |
Web Application Vulnerabilities
Evidence
URL | Response URL | Evidence |
---|---|---|
http://sanitybot.site/ | http://sanitybot.site/ | Communication is made over unsecure, unencrypted HTTP. |
Vulnerability description
We noticed that the communication between the web browser and the server is done using the HTTP protocol, which transmits data unencrypted over the network.
Risk description
The risk is that an attacker who manages to intercept the communication at the network level can read and modify the data transmitted (including passwords, secret tokens, credit card information and other sensitive data).
Recommendation
We recommend you to reconfigure the web server to use HTTPS - which encrypts the communication between the web browser and the server.
Classification
CWE | CWE-311 |
OWASP Top 10 - 2017 | A3 - Sensitive Data Exposure |
OWASP Top 10 - 2021 | A4 - Insecure Design |
Evidence
URL | Evidence |
---|---|
http://sanitybot.site/ | 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 | Method | Parameters | Evidence |
---|---|---|---|
http://sanitybot.site/ | 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: 2644536267352236 |
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 |
---|---|
http://sanitybot.site/ | 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 |
---|---|
http://sanitybot.site/ | 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 |
---|---|
http://sanitybot.site/RO8zmMqo4zlAAAAACNeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MzY4MTI4MDAsImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9 | Response headers include the HTTP Content-Security-Policy security header with the following security issues: |
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 |
---|---|
Elementor 3.28.3 | Page builders, WordPress plugins |
Closure Library | JavaScript libraries |
jQuery Migrate | JavaScript libraries |
Google Analytics GA4 | Analytics |
jQuery | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
GitHub Pages | PaaS |
PHP | Programming languages |
RankMath SEO | WordPress plugins, SEO |
Site Kit 1.150.0 | Analytics, WordPress plugins |
Priority Hints | Performance |
WordPress 6.7.2 | CMS, Blogs |
Fastly | CDN |
Varnish | Caching |
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
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 that WordPress has reached the End-of-Life (EOL).
Version detected: 6.7.2 End-of-life date: 2025-04-15 Latest version for the cycle: 6.7.2 This release cycle (6.7) doesn't have long-term-support (LTS). The cycle was released on 2024-11-12 and its latest release date was 2025-02-11.
Risk description
Using end-of-life (EOL) software poses significant security risks for organizations. EOL software no longer receives updates, including critical security patches. This creates a vulnerability landscape where known and potentially new security flaws remain unaddressed, making the software an attractive target for malicious actors. Attackers can exploit these vulnerabilities to gain unauthorized access, disrupt services, or steal sensitive data. Moreover, without updates, compatibility issues arise with newer technologies, leading to operational inefficiencies and increased potential for system failures. Additionally, regulatory and compliance risks accompany the use of EOL software. Many industries have strict data protection regulations that require up-to-date software to ensure the highest security standards. Non-compliance can result in hefty fines and legal consequences. Organizations also risk damaging their reputation if a breach occurs due to outdated software, eroding customer trust and potentially leading to a loss of business. Therefore, continuing to use EOL software undermines both security posture and business integrity, necessitating timely upgrades and proactive risk management strategies.
Recommendation
To mitigate the risks associated with end-of-life (EOL) software, it's crucial to take proactive steps. Start by identifying any EOL software currently in use within your organization. Once identified, prioritize upgrading or replacing these applications with supported versions that receive regular updates and security patches. This not only helps close security gaps but also ensures better compatibility with newer technologies, enhancing overall system efficiency and reliability.Additionally, develop a comprehensive software lifecycle management plan. This plan should include regular audits to identify upcoming EOL dates and a schedule for timely updates or replacements. Train your IT staff and users about the importance of keeping software up to date and the risks associated with using outdated versions. By maintaining a proactive approach to software management, you can significantly reduce security risks, ensure compliance with industry regulations, and protect your organization's reputation and customer trust.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
sanitybot.site | A | IPv4 address | 185.199.108.153 |
sanitybot.site | NS | Name server | ns1.dns-parking.com |
sanitybot.site | NS | Name server | ns2.dns-parking.com |
sanitybot.site | SOA | Start of Authority | ns1.dns-parking.com. dns.hostinger.com. 2025052201 10000 2400 604800 600 |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issue "sectigo.com" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issue "digicert.com" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issue "pki.goog" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issuewild "sectigo.com" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issuewild "globalsign.com" |
sanitybot.site | CAA | Certificate Authority Authorization | 0 issue "globalsign.com" |
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 |
---|---|
OpenBSD 4.3 | 90% |
Vulnerability description
OS Detection
Evidence
Software / Version | Category |
---|---|
WordPress 6.7.2 | CMS, Blogs |
MySQL | Databases |
PHP | Programming languages |
Varnish | Caching |
RankMath SEO | WordPress plugins, SEO |
GitHub Pages | PaaS |
Elementor 3.28.3 | Page builders, WordPress plugins |
Site Kit 1.150.0 | Analytics, WordPress plugins |
jQuery Migrate | JavaScript libraries |
jQuery | JavaScript libraries |
Google Analytics GA4 | Analytics |
Fastly | 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 |
---|---|
WordPress 6.7.2 | CMS, Blogs |
MySQL | Databases |
PHP | Programming languages |
Varnish | Caching |
RankMath SEO | WordPress plugins, SEO |
GitHub Pages | PaaS |
Elementor 3.28.3 | Page builders, WordPress plugins |
Site Kit 1.150.0 | Analytics, WordPress plugins |
jQuery Migrate | JavaScript libraries |
jQuery | JavaScript libraries |
Google Analytics GA4 | Analytics |
Fastly | CDN |
Closure Library | 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.
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.