Vulnerability Scan Result
IP address | 213.186.33.18 |
Country | FR |
AS number | AS16276 |
Net name | OVH SAS |
7/tcp | echo | |
9/tcp | discard | |
13/tcp | daytime | |
21/tcp | ftp | |
22/tcp | ssh | |
23/tcp | telnet | |
25/tcp | smtp | |
26/tcp | rsftp | |
37/tcp | time | |
53/tcp | domain | |
79/tcp | finger | |
80/tcp | http | OVHcloud |
81/tcp | hosts2-ns | |
88/tcp | kerberos-sec | |
106/tcp | pop3pw | |
110/tcp | pop3 | |
111/tcp | rpcbind | |
113/tcp | ident | |
119/tcp | nntp | |
135/tcp | msrpc | |
139/tcp | netbios-ssn | |
143/tcp | imap | |
144/tcp | news | |
179/tcp | bgp | |
199/tcp | smux | |
389/tcp | tcpwrapped | |
427/tcp | tcpwrapped | |
443/tcp | https | OVHcloud |
444/tcp | tcpwrapped | |
445/tcp | tcpwrapped | |
465/tcp | tcpwrapped | |
513/tcp | tcpwrapped | |
514/tcp | tcpwrapped | |
515/tcp | tcpwrapped | |
543/tcp | tcpwrapped | |
544/tcp | tcpwrapped | |
548/tcp | tcpwrapped | |
554/tcp | tcpwrapped | |
587/tcp | tcpwrapped | |
631/tcp | tcpwrapped | |
646/tcp | tcpwrapped | |
873/tcp | tcpwrapped | |
990/tcp | tcpwrapped | |
993/tcp | tcpwrapped | |
995/tcp | tcpwrapped | |
1025/tcp | tcpwrapped | |
1026/tcp | tcpwrapped | |
1027/tcp | tcpwrapped | |
1028/tcp | tcpwrapped | |
1029/tcp | tcpwrapped | |
1110/tcp | tcpwrapped | |
1433/tcp | tcpwrapped | |
1720/tcp | tcpwrapped | |
1723/tcp | tcpwrapped | |
1755/tcp | tcpwrapped | |
1900/tcp | tcpwrapped | |
2000/tcp | tcpwrapped | |
2001/tcp | tcpwrapped | |
2049/tcp | tcpwrapped | |
2121/tcp | tcpwrapped | |
2717/tcp | tcpwrapped | |
3000/tcp | tcpwrapped | |
3128/tcp | tcpwrapped | |
3306/tcp | tcpwrapped | |
3389/tcp | tcpwrapped | |
3986/tcp | tcpwrapped | |
4444/tcp | tcpwrapped | |
4899/tcp | tcpwrapped | |
5000/tcp | tcpwrapped | |
5009/tcp | tcpwrapped | |
5051/tcp | tcpwrapped | |
5060/tcp | tcpwrapped | |
5101/tcp | tcpwrapped | |
5190/tcp | tcpwrapped | |
5357/tcp | tcpwrapped | |
5432/tcp | tcpwrapped | |
5631/tcp | tcpwrapped | |
5666/tcp | tcpwrapped | |
5800/tcp | tcpwrapped | |
5900/tcp | tcpwrapped | |
5985/tcp | tcpwrapped | |
5986/tcp | tcpwrapped | |
6000/tcp | tcpwrapped | |
6001/tcp | tcpwrapped | |
6646/tcp | tcpwrapped | |
7070/tcp | tcpwrapped | |
8000/tcp | tcpwrapped | |
8008/tcp | tcpwrapped | |
8009/tcp | tcpwrapped | |
8080/tcp | tcpwrapped | |
8081/tcp | tcpwrapped | |
8443/tcp | tcpwrapped | |
8888/tcp | tcpwrapped | |
9100/tcp | jetdirect | |
9999/tcp | tcpwrapped | |
10000/tcp | tcpwrapped | |
32768/tcp | tcpwrapped | |
49152/tcp | tcpwrapped | |
49153/tcp | tcpwrapped | |
49154/tcp | tcpwrapped |
Software / Version | Category |
---|---|
Animate.css | UI frameworks |
Contact Form 7 6.0.3 | WordPress plugins, Form builders |
Facebook Pixel 2.9.180 | Analytics |
FitVids.JS 6.6.2 | Widgets, Video players |
Font Awesome | Font scripts |
waitForImages | JavaScript libraries |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.35.1 | JavaScript libraries |
Google Font API | Font scripts |
GSAP 1.13.2 | JavaScript frameworks |
Isotope | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
ProgressBar.js 1.13.3 | JavaScript libraries |
Modernizr | JavaScript libraries |
MySQL | Databases |
prettyPhoto | JavaScript libraries |
Open Graph | Miscellaneous |
PHP 7.4 | Programming languages |
Skrollr 0.6.26 | JavaScript libraries |
Google Call Conversion Tracking | Analytics |
Twitter Emoji (Twemoji) | Font scripts |
Priority Hints | Performance |
WordPress 6.6.2 | CMS, Blogs |
wpBakery | Page builders, WordPress plugins |
CookieYes 3.2.8 | Cookie compliance |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Lodash 1.13.6 | JavaScript libraries |
MediaElement.js 4.2.17 | Video players |
Max Mega Menu 3.4.1 | Widgets, WordPress plugins |
RSS | Miscellaneous |
Sendinblue | Marketing automation, Email |
Wordfence Login Security 1.1.15 | WordPress plugins, Security |
Yoast SEO 24.2 | SEO, WordPress plugins |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://overland.fr/wp-content/uploads/2019 | Found output resembling directory listing. |
Vulnerability description
We noticed that the target application's web server is affected by a Directory Listing vulnerability in its URL structure. Directory listing is enabled due to misconfigured server settings, allowing attackers to view all files and subdirectories on the server.
Recommendation
We recommend reconfiguring the web server in order to deny directory listing. Furthermore, you should verify that there are no sensitive files at the mentioned URLs.
Classification
CWE | CWE-548 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A1 - Broken Access Control |
Evidence
URL | Evidence |
---|---|
https://overland.fr/ | 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 <code>X-Content-Type-Options</code> 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.
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://overland.fr/ | 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.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://overland.fr/ | Response headers do not include the Referrer-Policy HTTP security header as well as the <meta> tag with name 'referrer' is not present in the response. |
Vulnerability description
We noticed that the target application's server responses lack the <code>Referrer-Policy</code> HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
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://overland.fr/ | 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.
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 |
---|---|
Animate.css | UI frameworks |
Contact Form 7 6.0.3 | WordPress plugins, Form builders |
Facebook Pixel 2.9.180 | Analytics |
FitVids.JS 6.6.2 | Widgets, Video players |
Font Awesome | Font scripts |
waitForImages | JavaScript libraries |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.35.1 | JavaScript libraries |
Google Font API | Font scripts |
GSAP 1.13.2 | JavaScript frameworks |
Isotope | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
ProgressBar.js 1.13.3 | JavaScript libraries |
Modernizr | JavaScript libraries |
MySQL | Databases |
prettyPhoto | JavaScript libraries |
Open Graph | Miscellaneous |
PHP 7.4 | Programming languages |
Skrollr 0.6.26 | JavaScript libraries |
Google Call Conversion Tracking | Analytics |
Twitter Emoji (Twemoji) | Font scripts |
Priority Hints | Performance |
WordPress 6.6.2 | CMS, Blogs |
wpBakery | Page builders, WordPress plugins |
CookieYes 3.2.8 | Cookie compliance |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Lodash 1.13.6 | JavaScript libraries |
MediaElement.js 4.2.17 | Video players |
Max Mega Menu 3.4.1 | Widgets, WordPress plugins |
RSS | Miscellaneous |
Sendinblue | Marketing automation, Email |
Wordfence Login Security 1.1.15 | WordPress plugins, Security |
Yoast SEO 24.2 | SEO, WordPress plugins |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
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.
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 |
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.
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 |
---|---|---|---|
overland.fr | TXT | Text record | "google-site-verification=jj_F8NvP1bIj80_1z_x74xhwu-DRy6aqoJ2YzFSyLxs" |
overland.fr | TXT | Text record | "MS=ms97983449" |
Vulnerability description
We found that the target server has no DMARC policy configured. A missing DMARC (Domain-based Message Authentication, Reporting, and Conformance) policy means that the domain is not enforcing any DMARC policies to protect against email spoofing and phishing attacks. Without DMARC, even if SPF (Sender Policy Framework) or DKIM (DomainKeys Identified Mail) are configured, there is no mechanism to tell receiving email servers how to handle messages that fail authentication. This leaves the domain vulnerable to abuse, such as email spoofing and impersonation.
Recommendation
We recommend implementing a DMARC policy for your domain. Start by configuring a DMARC record with a policy of p=none, which will allow you to monitor email flows without impacting legitimate emails. This initial setup helps identify how emails from your domain are being processed by recipient servers. Once you’ve verified that legitimate emails are passing SPF and DKIM checks, you can gradually enforce stricter policies like p=quarantine or p=reject to protect against spoofing and phishing attacks. Additionally, include rua and ruf email addresses in the DMARC record to receive aggregate and forensic reports. These reports will provide valuable insights into authentication failures and help you detect any spoofing attempts.
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 |
---|---|---|---|
overland.fr | A | IPv4 address | 213.186.33.18 |
overland.fr | NS | Name server | ns-208-c.gandi.net |
overland.fr | NS | Name server | ns-227-a.gandi.net |
overland.fr | NS | Name server | ns-208-b.gandi.net |
overland.fr | MX | Mail server | 0 overland-fr.mail.protection.outlook.com |
overland.fr | SOA | Start of Authority | ns1.gandi.net. hostmaster.gandi.net. 1736985600 10800 3600 604800 10800 |
overland.fr | TXT | Text record | "google-site-verification=jj_F8NvP1bIj80_1z_x74xhwu-DRy6aqoJ2YzFSyLxs" |
overland.fr | TXT | Text record | "MS=ms97983449" |
overland.fr | SPF | Sender Policy Framework | "v=spf1 include:spf.mailjet.com include:spf.protection.outlook.com -all" |
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
Operating System |
---|
Tomato 1.28 (Linux 2.4.20) / Tomato firmware (Linux 2.6.22) / Sony Ericsson U8i Vivaz mobile phone |
Vulnerability description
OS Detection
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 |
---|---|---|---|
overland.fr | SPF | Sender Policy Framework | "v=spf1 include:spf.mailjet.com include:spf.protection.outlook.com -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
mailjet | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDIbmh7Gl0r3RJuc32bm/DmG8JCa69wR+213LNaOmpXnydCiZXCzbu3scay0dwSAD3xAOSsqrOLDQ6zkOQdkQjLTbVKmcE4P5RTDi/0cjm/L9p1y+RzPbvlv7XwMrYLQyTu1v2Ks2NK2ZMbjhSV83OX3fyiSKVqiUdLfRR/VNQ9ewIDAQAB" |
Evidence
Software / Version | Category |
---|---|
WordPress 6.6.2 | CMS, Blogs |
MySQL | Databases |
PHP 7.4 | Programming languages |
Animate.css | UI frameworks |
MediaElement.js 4.2.17 | Video players |
Contact Form 7 6.0.3 | WordPress plugins, Form builders |
FitVids.JS 6.6.2 | Widgets, Video players |
wpBakery | Page builders, WordPress plugins |
Yoast SEO 24.2 | SEO, WordPress plugins |
Max Mega Menu 3.4.1 | Widgets, WordPress plugins |
Priority Hints | Performance |
waitForImages | JavaScript libraries |
ProgressBar.js 1.13.3 | JavaScript libraries |
Modernizr | JavaScript libraries |
Twitter Emoji (Twemoji) | Font scripts |
Skrollr 0.6.10 | JavaScript libraries |
prettyPhoto | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
jQuery Migrate 3.4.1 | JavaScript libraries |
jQuery 3.7.1 | JavaScript libraries |
Isotope | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Call Conversion Tracking | Analytics |
Facebook Pixel 2.9.180 | Analytics |
core-js 3.35.1 | JavaScript libraries |
Sendinblue | Marketing automation, Email |
reCAPTCHA | Security |
Google Font API | Font scripts |
Font Awesome | Font scripts |
CookieYes 3.2.8 | Cookie compliance |
RSS | Miscellaneous |
Open Graph | Miscellaneous |
Wordfence Login Security 1.1.15 | WordPress plugins, Security |
Lodash 1.13.6 | 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.
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.