Vulnerability Scan Result


Title: | Worldwide sporting events search engine. We bring event organizers and participants together |
Description: | Whether your thing’s a swim, a run, a cycle or a paddle, you can get inspired and discover your next big challenge on activity.me - a site which pulls together the best active events from across the globe and makes it easy for you to sign up to and take part in them. Because whatever you do, it’s the doing that counts. |
IP address | 104.21.48.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.32.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.96.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.112.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.80.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.64.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.16.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | http | cloudflare - |
Software / Version | Category |
---|---|
Mapbox GL JS | Maps |
Mapbox.js | Maps |
Google Analytics GA4 | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery | JavaScript libraries |
Slick | JavaScript libraries |
Leaflet | Maps |
AOS | JavaScript libraries |
Open Graph | Miscellaneous |
PHP 7.4.33 | Programming languages |
Symfony | Web frameworks |
PWA | Miscellaneous |
Chart.js | JavaScript graphics |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
jsDelivr | CDN |
HSTS | Security |
Web Application Vulnerabilities
Evidence
Risk Level | CVSS | CVE | Summary | Affected software |
---|---|---|---|---|
6.2 | CVE-2022-4900 | A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow. | php 7.4.33 | |
5.3 | CVE-2024-5458 | In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, due to a code logic error, filtering functions such as filter_var when validating URLs (FILTER_VALIDATE_URL) for certain types of URLs the function will result in invalid user information (username + password part of URLs) being treated as valid user information. This may lead to the downstream code accepting invalid URLs as valid and parsing them incorrectly. | php 7.4.33 |
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://activityme.sf9.io/ | 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://activityme.sf9.io/ | 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://activityme.sf9.io/ | 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 |
---|---|
Mapbox GL JS | Maps |
Mapbox.js | Maps |
Google Analytics GA4 | Analytics |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery | JavaScript libraries |
Slick | JavaScript libraries |
Leaflet | Maps |
AOS | JavaScript libraries |
Open Graph | Miscellaneous |
PHP 7.4.33 | Programming languages |
Symfony | Web frameworks |
PWA | Miscellaneous |
Chart.js | JavaScript graphics |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
jsDelivr | CDN |
HSTS | Security |
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
activityme.sf9.io | A | IPv4 address | 104.21.48.1 |
activityme.sf9.io | A | IPv4 address | 104.21.96.1 |
activityme.sf9.io | A | IPv4 address | 104.21.80.1 |
activityme.sf9.io | A | IPv4 address | 104.21.16.1 |
activityme.sf9.io | A | IPv4 address | 104.21.64.1 |
activityme.sf9.io | A | IPv4 address | 104.21.32.1 |
activityme.sf9.io | A | IPv4 address | 104.21.112.1 |
activityme.sf9.io | AAAA | IPv6 address | 2606:4700:3030::6815:4001 |
activityme.sf9.io | AAAA | IPv6 address | 2606:4700:3030::6815:1001 |
activityme.sf9.io | AAAA | IPv6 address | 2606:4700:3030::6815:5001 |
activityme.sf9.io | AAAA | IPv6 address | 2606:4700:3030::6815:3001 |
activityme.sf9.io | AAAA | IPv6 address | 2606:4700:3030::6815:6001 |
activityme.sf9.io | AAAA | IPv6 address | 2606:4700:3030::6815:7001 |
activityme.sf9.io | AAAA | IPv6 address | 2606:4700:3030::6815:2001 |
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.
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 |
---|---|
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.