Vulnerability Scan Result

IP address | 139.7.147.49 |
Country | DE ![]() |
AS number | AS3209 |
Net name | Vodafone GMBH |
80/tcp | http | Apache httpd - |
443/tcp | https | Apache httpd - |
Software / Version | Category |
---|---|
AppDynamics | Analytics, RUM |
Adobe Experience Platform Identity Service | Customer data platform |
jQuery Migrate 3.4.0 | JavaScript libraries |
core-js 3.38.1 | JavaScript libraries |
Apache HTTP Server | Web servers |
jQuery 3.6.0 | JavaScript libraries |
Moment.js 2.29.4 | JavaScript libraries |
Open Graph | Miscellaneous |
Tealium | Tag managers, Customer data platform |
Adobe Target 2.6.1 | A/B Testing, Personalisation |
Imperva | Security, CDN |
Lodash 4.17.21 | JavaScript libraries |
MediaElement.js 2.22.0 | Video players |
HSTS | Security |
Web Application Vulnerabilities
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://www.vodafone.de/ | vdlp, incap_ses_62_3168412 | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: vdlp=2 Set-Cookie: incap_ses_62_3168412=PlwuFwrQD3HcmsIBz0TcACNTMGgAAAAAg+ilvnM+LwAvJ5VtrzgC3A== |
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 | Cookie Name | Evidence |
---|---|---|
https://www.vodafone.de/ | vdlp | Set-Cookie: vdlp=2 |
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.vodafone.de/ | vdlp | Set-Cookie: .vodafone.de |
Vulnerability description
We found that the target application sets cookies with a domain scope that is too broad. Specifically, cookies intended for use within a particular application are configured in such a way that they can be accessed by multiple subdomains of the same primary domain.
Risk description
The risk is that a cookie set for example.com may be sent along with the requests sent to dev.example.com, calendar.example.com, hostedsite.example.com. Potentially risky websites under your main domain may access those cookies and use the victim session from the main site.
Recommendation
The `Domain` attribute should be set to the origin host to limit the scope to that particular server. For example if the application resides on server app.mysite.com, then it should be set to `Domain=app.mysite.com`
Classification
CWE | CWE-614 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://www.vodafone.de/ | 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 |
---|---|
AppDynamics | Analytics, RUM |
Adobe Experience Platform Identity Service | Customer data platform |
jQuery Migrate 3.4.0 | JavaScript libraries |
core-js 3.38.1 | JavaScript libraries |
Apache HTTP Server | Web servers |
jQuery 3.6.0 | JavaScript libraries |
Moment.js 2.29.4 | JavaScript libraries |
Open Graph | Miscellaneous |
Tealium | Tag managers, Customer data platform |
Adobe Target 2.6.1 | A/B Testing, Personalisation |
Imperva | Security, CDN |
Lodash 4.17.21 | JavaScript libraries |
MediaElement.js 2.22.0 | Video players |
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.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://www.vodafone.de/ | 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 | Operating system paths found in the HTTP response: |
Vulnerability description
We found operating system paths returned in a HTTP response.
Risk description
The risk is that path disclosure may help an attacker learn more about the remote server's file system, thus increasing the effectiveness and precision of any future attacks.
Recommendation
Configure the web server to avoid leaking path information by using generic error messages that do not reveal any internal file paths. Make sure no server file is referred with its absolute path in the website code.
Classification
CWE | CWE-200 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Method | Summary |
---|---|---|
https://www.vodafone.de/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: POST,OPTIONS,HEAD,GET,TRACE` 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.
Risk description
The only risk this might present nowadays is revealing debug HTTP methods that can be used on the server. This can present a danger if any of those methods can lead to sensitive information, like authentication information, secret keys.
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 |
---|---|---|---|
_dmarc.vodafone.de | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:adeeb5c538f9684@rep.dmarcanalyzer.com; pct=100; sp=quarantine; fo=1" |
Vulnerability description
We found that the target uses p=quarantine in the DMARC policy. When a DMARC policy is set to p=quarantine, emails that fail DMARC validation are delivered but placed in the recipient’s spam or junk folder. Although it offers some protection, this policy is less strict than p=reject, which blocks such emails entirely.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
Recommendation
We recommend considering moving to a stricter policy, such as p=reject, where emails that fail DMARC validation are completely rejected rather than delivered to spam folders. This reduces the risk of users interacting with potentially malicious emails.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.vodafone.de | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:adeeb5c538f9684@rep.dmarcanalyzer.com; pct=100; sp=quarantine; fo=1" |
Vulnerability description
We found that the DMARC record for the domain is not configured with ruf tag. A missing ruf (forensic reporting) tag in a DMARC record indicates that the domain owner has not enabled the collection of detailed failure reports. Forensic reports provide valuable insights into specific instances where emails fail DMARC authentication. Without the ruf tag, the domain administrator loses the ability to receive and analyze these reports, making it difficult to investigate individual email failures or identify targeted phishing or spoofing attacks that may be exploiting weaknesses in the email authentication setup.
Risk description
Without forensic reports (ruf), domain owners have limited visibility into the specifics of failed DMARC validation. This means potential malicious activity, such as email spoofing or phishing attempts, might go unnoticed until they result in more significant security breaches or reputational damage. Forensic reports allow for quick response to email abuses by providing detailed information about the failure, including the header information of the emails involved. The absence of this data hampers an organization's ability to identify and mitigate threats targeting its domain, increasing the risk of ongoing spoofing and fraud.
Recommendation
We recommend configuring the ruf tag in the DMARC record. This tag specifies where forensic reports should be sent, providing the domain owner with detailed data on DMARC validation failures. Forensic reports allow administrators to analyze why certain emails failed authentication, making it easier to fine-tune DMARC policies or address potential vulnerabilities. Ensure that the ruf email address belongs to a secure and trusted location capable of handling sensitive email data.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+h1egTk/jsbJ+ruhGk/v4sfWdEOqODiHGWldNa1B6p5wxEIuGaHdpFzUAsF1igaBj/+nLMPK2WNCvpka6LV/Xl7MZEYbySk2K8bynAVj21ZDOB6or8RQ2CBHvnFxvN6p5JjlPa3aRPu3xu0Z8tFNcqAWiYOVf8vxn1MhGQ44ogQIDAQAB" |
rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDg8QpbZHncELYRUwY+aMNXpL2UbuWFg8Ci+zpqNohfi2FQTzabyTGt8fTAWdNEEMVQ6NFpkSRjOQ60pFGLme7kcn1nh9DKeTCKrYpMzw7uklmspDYGy776ldkM8v7UyvrVIwLfaRVZzvv8ONhosWxSJrzyTHGjlbtZ2stZxXk1iQIDAQAB" |
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.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
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 |
---|---|---|---|
vodafone.de | A | IPv4 address | 139.7.147.49 |
vodafone.de | NS | Name server | ns1.vodafone.com |
vodafone.de | NS | Name server | ns3.vodafone.com |
vodafone.de | NS | Name server | ns5.vodafone.com |
vodafone.de | MX | Mail server | 10 mx3.vodafonemail.de |
vodafone.de | MX | Mail server | 10 mx1.vodafonemail.de |
vodafone.de | MX | Mail server | 10 mx2.vodafonemail.de |
vodafone.de | SOA | Start of Authority | ns1.vodafone.com. hostmaster.vodafone.com. 2008077237 14400 3600 604800 900 |
vodafone.de | TXT | Text record | "google-site-verification=qsGzQj0ODvtTpTqpSGT8_5EyD39gnnVvhtRmr2_S8fE" |
vodafone.de | TXT | Text record | "docusign=44e2773f-ee4e-49b3-b749-db7d1603d291" |
vodafone.de | TXT | Text record | "docusign=88289509-099c-4519-a968-9f6f9d47b1b7" |
vodafone.de | SPF | Sender Policy Framework | "v=spf1 include:vodafonemail.de ip4:176.95.8.68 ip4:84.17.184.251 ip4:84.17.184.252 ip4:84.17.184.253 include:spf1.vodafone.de -all" |
_dmarc.vodafone.de | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:adeeb5c538f9684@rep.dmarcanalyzer.com; pct=100; sp=quarantine; fo=1" |
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 2.6.38 | 89% |
Vulnerability description
OS Detection
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
vodafone.de | SPF | Sender Policy Framework | "v=spf1 include:vodafonemail.de ip4:176.95.8.68 ip4:84.17.184.251 ip4:84.17.184.252 ip4:84.17.184.253 include:spf1.vodafone.de -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+h1egTk/jsbJ+ruhGk/v4sfWdEOqODiHGWldNa1B6p5wxEIuGaHdpFzUAsF1igaBj/+nLMPK2WNCvpka6LV/Xl7MZEYbySk2K8bynAVj21ZDOB6or8RQ2CBHvnFxvN6p5JjlPa3aRPu3xu0Z8tFNcqAWiYOVf8vxn1MhGQ44ogQIDAQAB" |
rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDg8QpbZHncELYRUwY+aMNXpL2UbuWFg8Ci+zpqNohfi2FQTzabyTGt8fTAWdNEEMVQ6NFpkSRjOQ60pFGLme7kcn1nh9DKeTCKrYpMzw7uklmspDYGy776ldkM8v7UyvrVIwLfaRVZzvv8ONhosWxSJrzyTHGjlbtZ2stZxXk1iQIDAQAB" |
Evidence
Software / Version | Category |
---|---|
Nginx | Web servers, Reverse proxies |
Tealium | Tag managers, Customer data platform |
Apache HTTP Server | Web servers |
Imperva | Security, CDN |
HSTS | Security |
AppDynamics | Analytics, RUM |
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.