Vulnerability Scan Result

ip_address | 94.207.236.62 |
country | AE ![]() |
network_name | Emirates Integrated Telecommunications Company PJSC |
asn | AS15802 |
80/tcp | http | Apache httpd - |
443/tcp | https | Apache - |
Software / Version | Category |
---|---|
Microsoft Advertising | Advertising |
Twitter Ads | Advertising |
AppDynamics | Analytics, RUM |
Linkedin Insight Tag | Analytics |
Microsoft Clarity 0.8.19 | Analytics |
ClientJS | JavaScript libraries, Browser fingerprinting |
Google Analytics | Analytics |
Apache HTTP Server | Web servers |
Java | Programming languages |
Oracle Dynamic Monitoring Service | Miscellaneous |
Social Snowball | Affiliate programs |
WebEngage | Marketing automation, Personalisation |
DigiCert | SSL/TLS certificate authorities |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Optimise | Affiliate programs, Advertising |
Oracle WebLogic Server | Web servers |
Quantum Metric | Analytics |
JSP | Web frameworks |
Web Application Vulnerabilities
Evidence
Software / Version | Category |
---|---|
Microsoft Advertising | Advertising |
Twitter Ads | Advertising |
AppDynamics | Analytics, RUM |
Linkedin Insight Tag | Analytics |
Microsoft Clarity 0.8.19 | Analytics |
ClientJS | JavaScript libraries, Browser fingerprinting |
Google Analytics | Analytics |
Apache HTTP Server | Web servers |
Java | Programming languages |
Oracle Dynamic Monitoring Service | Miscellaneous |
Social Snowball | Affiliate programs |
WebEngage | Marketing automation, Personalisation |
DigiCert | SSL/TLS certificate authorities |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Optimise | Affiliate programs, Advertising |
Oracle WebLogic Server | Web servers |
Quantum Metric | Analytics |
JSP | Web frameworks |
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
URL | Evidence |
---|---|
https://www.du.ae/privacypolicy | Response headers do not include the HTTP Strict-Transport-Security header |
Vulnerability description
We noticed that the target application lacks the HTTP Strict-Transport-Security header in its responses. This security header is crucial as it instructs browsers to only establish secure (HTTPS) connections with the web server and reject any HTTP connections.
Risk description
The risk is that lack of this header permits an attacker to force a victim user to initiate a clear-text HTTP connection to the server, thus opening the possibility to eavesdrop on the network traffic and extract sensitive information (e.g. session cookies).
Recommendation
The Strict-Transport-Security HTTP header should be sent with each HTTPS response. The syntax is as follows: `Strict-Transport-Security: max-age=<seconds>[; includeSubDomains]` The parameter `max-age` gives the time frame for requirement of HTTPS in seconds and should be chosen quite high, e.g. several months. A value below 7776000 is considered as too low by this scanner check. The flag `includeSubDomains` defines that the policy applies also for sub domains of the sender of the response.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://www.du.ae/privacypolicy | 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 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://www.du.ae/privacypolicy | 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 | |
OWASP Top 10 - 2021 |
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://www.du.ae/privacypolicy | 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.du.ae/privacypolicy | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: GET, HEAD, POST, TRACE, OPTIONS` 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 | |
OWASP Top 10 - 2021 |
Evidence
Vulnerability description
Website is accessible.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://www.du.ae/privacypolicy | 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: nfo@virginmobile.ae info@virginmobile.ae |
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 | |
OWASP Top 10 - 2021 |
Evidence
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.
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
www.du.ae | A | IPv4 address | 94.207.236.62 |
www.du.ae | NS | Name server | dxbns2.duhosting.ae |
www.du.ae | NS | Name server | dxbns1.duhosting.ae |
www.du.ae | NS | Name server | dxbns3.duhosting.ae |
www.du.ae | MX | Mail server | 2 du-ae.mail.protection.outlook.com |
www.du.ae | SOA | Start of Authority | dxbns1.duhosting.ae. admin.du.ae. 52324 21600 3600 604800 600 |
www.du.ae | TXT | Text record | "facebook-domain-verification=ihnkstxbwmuzlrvceysmmo7r6xun90" |
www.du.ae | TXT | Text record | "apple-domain-verification=K5nMSDT8A92xRzfo" |
www.du.ae | TXT | Text record | "0vxln6vx23hqbp4tsgbmvgmv67q8bmbg" |
www.du.ae | TXT | Text record | "detectify-verification=40ca07ad1c44061f23440548f3a3b610" |
www.du.ae | TXT | Text record | "pcclkcn07pq2hp7bcxj8k19d3m79230p" |
www.du.ae | TXT | Text record | "12b636lm7z1wl4hchd246lzkx128yn10" |
www.du.ae | TXT | Text record | "_gnhmtyh5ru5n0o1jzrxm3tktels4ha2" |
www.du.ae | TXT | Text record | "miro-verification=3c522be97640bbd0553a8aba45978a8184641a70" |
www.du.ae | TXT | Text record | "MS=ms18502732" |
www.du.ae | TXT | Text record | "google-site-verification=tTCPoXpiurc-5DI3hBblbR7EOu4LjChnlfZWsFRFCS0" |
www.du.ae | SPF | Sender Policy Framework | "v=spf1 ip4:5.32.4.138 ip4:94.201.53.55 ip4:5.32.6.138 ip4:213.132.63.42 ip4:213.132.63.41 ip4:213.132.63.62 ip4:80.227.220.158 ip4:80.227.220.159 " " ip4:213.132.63.61 ip4:80.227.220.160 ip4:94.201.251.102 ip4:212.132.63.42 ip4:212.132.63.150 ip4:212.132.63.151 ip4:212.132.63.173 ip4:94.201.51.186 ip4:213.132.45.136 " " ip4:80.227.68.192 ip4:104.193.137.209 ip4:104.193.137.4 ip4:104.193.137.41 ip4:185.84.1.202 include:spf.protection.outlook.com include:spf_c.oraclecloud.com ~all" |
www.du.ae | CNAME | Canonical name | du.ae |
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 |
---|---|
Citrix NetScaler load balancer | 90% |
Vulnerability description
OS Detection
Evidence
Software / Version | Category |
---|---|
Java | Programming languages |
JSP | Web frameworks |
Oracle WebLogic Server | Web servers |
Vue.js | JavaScript frameworks |
Apache HTTP Server | Web servers |
Social Snowball | Affiliate programs |
Quantum Metric | Analytics |
Linkedin Insight Tag | Analytics |
ClientJS | JavaScript libraries, Browser fingerprinting |
WebEngage 6.0 | Marketing automation, Personalisation |
Twitter Ads | Advertising |
TikTok Pixel | Analytics |
ReadSpeaker 2.5.16 | Widgets |
OptinMonster | Marketing automation |
Optimise | Affiliate programs, Advertising |
Microsoft Clarity 0.8.19 | Analytics |
Microsoft Advertising | Advertising |
Google Tag Manager | Tag managers |
Google Analytics | Analytics |
core-js 3.36.0 | JavaScript libraries |
Criteo | Advertising, Retargeting |
AppDynamics 4.5.7.1910 | Analytics, RUM |
reCAPTCHA | Security |
DigiCert | SSL/TLS certificate authorities |
Webpack | Miscellaneous |
Oracle Dynamic Monitoring Service | 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.