Vulnerability Scan Result

IP address | 148.251.19.183 |
Country | DE ![]() |
AS number | AS24940 |
Net name | Hetzner Online GMBH |
22/tcp | ssh | OpenSSH 9.6p1 Ubuntu 3ubuntu13.11 |
25/tcp | smtp | Postfix smtpd - |
80/tcp | http | Apache httpd - |
143/tcp | imap | Dovecot imapd - |
443/tcp | https | Apache httpd - |
465/tcp | smtp | Postfix smtpd - |
587/tcp | smtp | Postfix smtpd - |
993/tcp | imaps | - - |
Software / Version | Category |
---|---|
Autoptimize 3.1.13 | WordPress plugins, Performance |
Complianz 7.4.0.1 | A/B Testing, Cookie compliance, WordPress plugins |
Funding Choices | Cookie compliance |
Magnific Popup 4.0.9 | JavaScript libraries |
Flickity | JavaScript libraries |
LazySizes | JavaScript libraries, Performance |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.2.1 | JavaScript libraries |
Google Analytics | Analytics |
Gravatar | Miscellaneous |
Apache HTTP Server | Web servers |
imagesLoaded 5.0.0 | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
Lightbox | JavaScript libraries |
MySQL | Databases |
OceanWP 4.0.9 | WordPress themes |
Open Graph | Miscellaneous |
PHP | Programming languages |
RankMath SEO | WordPress plugins, SEO |
Site Kit 1.153.0 | Analytics, WordPress plugins |
Underscore.js 1.13.7 | JavaScript libraries |
Priority Hints | Performance |
WordPress 6.8.1 | CMS, Blogs |
AMP | JavaScript frameworks |
Google AdSense | Advertising |
Google Tag Manager | Tag managers |
Lodash 1.13.7 | JavaScript libraries |
HSTS | Security |
RSS | Miscellaneous |
Web Application Vulnerabilities
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://www.miles-around.de/trip-reports/business-class/lufthansa-business-class-im-airbus-a320-200-nach-muenchen/ | PHPSESSID | Set-Cookie: PHPSESSID=reuqub4tvdqlnph46lvdjbi4tj |
Vulnerability description
We found that a cookie has been set without the Secure
flag, which means the browser will send it over an unencrypted channel (plain HTTP) if such a request is made. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk exists that an attacker will intercept the clear-text communication between the browser and the server and he will steal the cookie of the user. If this is a session cookie, the attacker could gain unauthorized access to the victim's web session.
Recommendation
Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.
Classification
CWE | CWE-614 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://www.miles-around.de/trip-reports/business-class/lufthansa-business-class-im-airbus-a320-200-nach-muenchen/ | PHPSESSID | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: PHPSESSID=reuqub4tvdqlnph46lvdjbi4tj |
Vulnerability description
We found that a cookie has been set without the HttpOnly
flag, which means it can be accessed by potentially malicious JavaScript code running inside the web page. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk is that an attacker who injects malicious JavaScript code on the page (e.g. by using an XSS attack) can access the cookie and can send it to another site. In case of a session cookie, this could lead to session hijacking.
Recommendation
Ensure that the HttpOnly flag is set for all cookies.
Classification
CWE | CWE-1004 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://www.miles-around.de/trip-reports/business-class/lufthansa-business-class-im-airbus-a320-200-nach-muenchen/ | 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 |
---|---|
https://www.miles-around.de/trip-reports/business-class/lufthansa-business-class-im-airbus-a320-200-nach-muenchen/ | 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 |
---|---|
Autoptimize 3.1.13 | WordPress plugins, Performance |
Complianz 7.4.0.1 | A/B Testing, Cookie compliance, WordPress plugins |
Funding Choices | Cookie compliance |
Magnific Popup 4.0.9 | JavaScript libraries |
Flickity | JavaScript libraries |
LazySizes | JavaScript libraries, Performance |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.2.1 | JavaScript libraries |
Google Analytics | Analytics |
Gravatar | Miscellaneous |
Apache HTTP Server | Web servers |
imagesLoaded 5.0.0 | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
Lightbox | JavaScript libraries |
MySQL | Databases |
OceanWP 4.0.9 | WordPress themes |
Open Graph | Miscellaneous |
PHP | Programming languages |
RankMath SEO | WordPress plugins, SEO |
Site Kit 1.153.0 | Analytics, WordPress plugins |
Underscore.js 1.13.7 | JavaScript libraries |
Priority Hints | Performance |
WordPress 6.8.1 | CMS, Blogs |
AMP | JavaScript frameworks |
Google AdSense | Advertising |
Google Tag Manager | Tag managers |
Lodash 1.13.7 | JavaScript libraries |
HSTS | Security |
RSS | Miscellaneous |
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.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://www.miles-around.de/trip-reports/business-class/lufthansa-business-class-im-airbus-a320-200-nach-muenchen/ | 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 | Email Address: christian@miles-around.de |
Vulnerability description
We noticed that this web application exposes email addresses, which might be unintended. While not inherently a vulnerability, this information could be leveraged in social engineering or spam related activities.
Risk description
The risk is that exposed email addresses within the application could be accessed by unauthorized parties. This could lead to privacy violations, spam, phishing attacks, or other forms of misuse.
Recommendation
Compartmentalize the application to have 'safe' areas where trust boundaries can be unambiguously drawn. Do not allow email addresses to go outside of the trust boundary, and always be careful when interfacing with a compartment outside of the safe area.
Classification
CWE | CWE-200 |
OWASP Top 10 - 2017 | A6: Security Misconfiguration |
OWASP Top 10 - 2021 | A4: Insecure Design |
Infrastructure Vulnerabilities
Evidence
We managed to detect a publicly accessible SSH service.
Starting Nmap ( https://nmap.org ) at 2025-05-23 18:30 EEST
Nmap scan report for miles-around.de (148.251.19.183)
Host is up (0.024s latency).
Other addresses for miles-around.de (not scanned): 2a01:4f8:201:80b1::2
rDNS record for 148.251.19.183: neptun.ffrisch.net
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 9.6p1 Ubuntu 3ubuntu13.11 (Ubuntu Linux; 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 0.71 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 |
---|---|---|---|
miles-around.de | A | IPv4 address | 148.251.19.183 |
miles-around.de | NS | Name server | dns200.anycast.me |
miles-around.de | NS | Name server | ns200.anycast.me |
miles-around.de | MX | Mail server | 1 neptun.ffrisch.net |
miles-around.de | SOA | Start of Authority | dns200.anycast.me. tech.ovh.net. 2025021600 86400 3600 3600000 300 |
miles-around.de | AAAA | IPv6 address | 2a01:4f8:201:80b1::2 |
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 |
---|---|
Linux 4.15 - 5.6 | 100% |
Vulnerability description
OS Detection
Evidence
Software / Version | Category |
---|---|
WordPress 6.8.1 | CMS, Blogs |
MySQL | Databases |
PHP | Programming languages |
RankMath SEO | WordPress plugins, SEO |
Apache HTTP Server | Web servers |
OceanWP 4.0.9 | WordPress themes |
Site Kit 1.153.0 | Analytics, WordPress plugins |
Complianz 7.4.0.1 | A/B Testing, Cookie compliance, WordPress plugins |
Autoptimize 3.1.13 | WordPress plugins, Performance |
Magnific Popup 4.0.9 | JavaScript libraries |
Lightbox | JavaScript libraries |
imagesLoaded 5.0.0 | JavaScript libraries |
Lodash 1.13.7 | JavaScript libraries |
LazySizes | JavaScript libraries, Performance |
jQuery Migrate 3.4.1 | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics | Analytics |
Google AdSense | Advertising |
Funding Choices | Cookie compliance |
Flickity | JavaScript libraries |
core-js 3.39.0 | JavaScript libraries |
HSTS | Security |
Underscore.js 1.13.7 | JavaScript libraries |
Priority Hints | Performance |
RSS | Miscellaneous |
Open Graph | Miscellaneous |
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.