Vulnerability Scan Result

| Title: | BLM - Elektrobauteile GmbH | Ihr Partner für Elektrobauteile in Mosbach |
| Description: | Die BLM - Elektrobauteile GmbH in Mosbach ist Ihr Partner für hochwertige Elektrobauteile aus den Bereichen Spulen und Frequenzweichen. |
| ip_address | 91.216.248.20 |
| country | DE |
| network_name | 23M GMBH |
| asn | AS47447 |
22/tcp | ssh | OpenSSH 8.2p1 Ubuntu 4ubuntu0.13 |
80/tcp | http | OpenResty web app server - |
443/tcp | https | OpenResty web app server - |
| Software / Version | Category |
|---|---|
| Photo Gallery 1.8.35 | WordPress plugins, Photo galleries |
| Borlabs Cookie | Cookie compliance, WordPress plugins |
| Clipboard.js | JavaScript libraries |
| Contact Form 7 6.1.3 | WordPress plugins, Form builders |
| Magnific Popup 3.14 | JavaScript libraries |
| Font Awesome 4.5.0 | Font scripts |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| Google Font API | Font scripts |
| jQuery 3.7.1 | JavaScript libraries |
| Modernizr 2.6.2 | JavaScript libraries |
| MySQL | Databases |
| Nginx | Web servers, Reverse proxies |
| OpenResty | Web servers |
| PHP 8.2.29 | Programming languages |
| Skrollr 0.5.14 | JavaScript libraries |
| Twitter Emoji (Twemoji) | Font scripts |
| Underscore.js 1.13.7 | JavaScript libraries |
| WordPress | CMS, Blogs |
| HSTS | Security |
| RSS | Miscellaneous |
| Slider Revolution | Widgets, Photo galleries |
Web Application Vulnerabilities
Evidence
| URL | Cookie Name | Evidence |
|---|---|---|
| https://www.blm-elektrobauteile.de/ | _lcp | Set-Cookie: _lcp=a |
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 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://www.blm-elektrobauteile.de/wp-content/themes/3clicks-child-theme | Found output resembling directory listing. |
| https://www.blm-elektrobauteile.de/wp-content/uploads | Found output resembling directory listing. |
| https://www.blm-elektrobauteile.de/wp-content/uploads/2015/ | Found output resembling directory listing. |
| https://www.blm-elektrobauteile.de/wp-content/uploads/photo-gallery/ | Found output resembling directory listing. |
| https://www.blm-elektrobauteile.de/wp-content/uploads/photo-gallery/thumb | Found output resembling directory listing. |
| https://www.blm-elektrobauteile.de/wp-includes/js | 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.
Risk description
The risk is that it's often the case that sensitive files are "hidden" among public files in that location and attackers can use this vulnerability to access them.
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 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://www.blm-elektrobauteile.de/ | 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 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://www.blm-elektrobauteile.de/ | 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 | Evidence |
|---|---|
| https://www.blm-elektrobauteile.de/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues: |
Vulnerability description
We noticed that the Content-Security-Policy (CSP) header configured for the web application includes unsafe directives. The CSP header activates a protection mechanism implemented in web browsers which prevents exploitation of Cross-Site Scripting vulnerabilities (XSS) by restricting the sources from which content can be loaded or executed.
Risk description
For example, if the unsafe-inline directive is present in the CSP header, the execution of inline scripts and event handlers is allowed. This can be exploited by an attacker to execute arbitrary JavaScript code in the context of the vulnerable application.
Recommendation
Remove the unsafe values from the directives, adopt nonces or hashes for safer inclusion of inline scripts if they are needed, and explicitly define the sources from which scripts, styles, images or other resources can be loaded.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://www.blm-elektrobauteile.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 |
|
Vulnerability description
We noticed that the target application is serving mixed content. This occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, scripts) are loaded over an insecure HTTP connection. This is called mixed content because both HTTP and HTTPS content are being loaded to display the same page, and the initial request was secure over HTTPS.
Risk description
The risk is that the insecurely loaded resources (HTTP) on an otherwise secure page (HTTPS) can be intercepted or manipulated by attackers, potentially leading to eavesdropping or content tampering.
Recommendation
Ensure that all external resources the page references are loaded using HTTPS.
Classification
| CWE | CWE-311 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
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).
Evidence
| Software / Version | Category |
|---|---|
| Photo Gallery 1.8.35 | WordPress plugins, Photo galleries |
| Borlabs Cookie | Cookie compliance, WordPress plugins |
| Clipboard.js | JavaScript libraries |
| Contact Form 7 6.1.3 | WordPress plugins, Form builders |
| Magnific Popup 3.14 | JavaScript libraries |
| Font Awesome 4.5.0 | Font scripts |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| Google Font API | Font scripts |
| jQuery 3.7.1 | JavaScript libraries |
| Modernizr 2.6.2 | JavaScript libraries |
| MySQL | Databases |
| Nginx | Web servers, Reverse proxies |
| OpenResty | Web servers |
| PHP 8.2.29 | Programming languages |
| Skrollr 0.5.14 | JavaScript libraries |
| Twitter Emoji (Twemoji) | Font scripts |
| Underscore.js 1.13.7 | JavaScript libraries |
| WordPress | CMS, Blogs |
| HSTS | Security |
| RSS | Miscellaneous |
| Slider Revolution | Widgets, Photo galleries |
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 | Method | Parameters | Evidence |
|---|---|---|---|
| https://www.blm-elektrobauteile.de/xmlrpc.php | GET | Query: rsd= 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 Cookies: _lcp=a _lcp2=a | Possible API endpoint found at |
Vulnerability description
We found API endpoints while crawling the given web application.
Risk description
These endpoints may represent an attack surface for malicious actors interested in API-specific vulnerabilities.
Recommendation
Use the API Scanner to perform a more thorough vulnerability check for these endpoints, if an API specification is present.
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.
Evidence
Vulnerability description
Website is accessible.
Infrastructure Vulnerabilities
Evidence
| Operating System | Accuracy |
|---|---|
| Linux 5.0 - 5.4 | 100% |
Vulnerability description
OS Detection
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| www.blm-elektrobauteile.de | A | IPv4 address | 91.216.248.20 |
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
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| Photo Gallery 1.8.35 | WordPress plugins, Photo galleries |
| Slider Revolution 5.4.7.3 | Widgets, Photo galleries |
| MySQL | Databases |
| PHP 8.2.29 | Programming languages |
| Nginx | Web servers, Reverse proxies |
| Contact Form 7 6.1.3 | WordPress plugins, Form builders |
| OpenResty | Web servers |
| Borlabs Cookie | Cookie compliance, WordPress plugins |
| Modernizr | JavaScript libraries |
| Magnific Popup 3.14 | JavaScript libraries |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery | JavaScript libraries |
| 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.
