Vulnerability Scan Result

| Title: | Auto AG Group |
| Description: | Die Auto AG Group beschäftigt über 500 Mitarbeitende und ist in den Bereichen Nutzfahrzeuge, Personenverkehr und Immobilien unterwegs. |
| ip_address | 82.199.159.117 |
| country | CH |
| network_name | Core-Backbone GmbH |
| asn | AS201011 |
80/tcp | http | nginx - |
443/tcp | https | nginx - |
| Software / Version | Category |
|---|---|
| Clipboard.js | JavaScript libraries |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| Google Analytics | Analytics |
| Google Font API | Font scripts |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| MySQL | Databases |
| Nginx | Web servers, Reverse proxies |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Underscore.js 1.13.7 | JavaScript libraries |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| WPML 4.8.6 | WordPress plugins, Translation |
| Google Tag Manager | Tag managers |
| HSTS | Security |
| Yoast SEO 27.1.1 | SEO, WordPress plugins |
Web Application Vulnerabilities
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
| URL | Evidence |
|---|---|
| https://autoag.ch/ | 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
| Software / Version | Category |
|---|---|
| Clipboard.js | JavaScript libraries |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| Google Analytics | Analytics |
| Google Font API | Font scripts |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| MySQL | Databases |
| Nginx | Web servers, Reverse proxies |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Underscore.js 1.13.7 | JavaScript libraries |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| WPML 4.8.6 | WordPress plugins, Translation |
| Google Tag Manager | Tag managers |
| HSTS | Security |
| Yoast SEO 27.1.1 | 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.
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
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://autoag.ch/wp-content/themes/autoag/ | 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 | Response has an internal server error status code: 500 |
Vulnerability description
We noticed that the target application's website does not properly handle or incorrectly manages exceptional conditions like Internal Server Errors. These errors can reveal sensitive information through their error messages. For instance, an error message could inadvertently disclose system paths or private application details.
Risk description
The risk exists that attackers could utilize information revealed in Internal Server Error messages to mount more targeted and effective attacks. Detailed error messages could, for example, expose a path traversal weakness (CWE-22) or other exploitable system vulnerabilities.
Recommendation
Ensure that error messages only contain minimal details that are useful to the intended audience, and nobody else. The messages need to strike the balance between being too cryptic and not being cryptic enough. They should not necessarily reveal the methods that were used to determine the error. Such detailed information can be used to refine the original attack to increase the chances of success. If errors must be tracked in some detail, capture them in log messages - but consider what could occur if the log messages can be viewed by attackers. Avoid recording highly sensitive information such as passwords in any form. Avoid inconsistent messaging that might accidentally tip off an attacker about internal state, such as whether a username is valid or not.
Classification
| CWE | CWE-209 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://autoag.ch/ | 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-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://autoag.ch/ | 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 | Method | Summary |
|---|---|---|
| https://autoag.ch/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: OPTIONS,HEAD,GET,POST` 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
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://autoag.ch/ | 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: info@autoag.ch |
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
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://autoag.ch/wp-json/oembed/1.0/embed | GET | Query: url=https://autoag.ch/ 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 | 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.
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.
Classification
| CWE | CWE-1188 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.autoag.ch | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarcrecords@autoag.ch; ruf=mailto:dmarcrecords@autoag.ch; 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
We found insecure DNS cookie usage on the following nameservers: ns.hostpoint.ch, ns2.hostpoint.ch, ns3.hostpoint.ch
Vulnerability description
We found that the server does not implement DNS Cookies or uses them insecurely. DNS Cookies help prevent DNS-based attacks, such as spoofing and amplification attacks.
Risk description
The risk exists because without DNS Cookies, the server is vulnerable to DNS spoofing and amplification attacks. Attackers can manipulate responses or use the server in distributed denial-of-service (DDoS) attacks, compromising network availability and security.
Recommendation
We recommend enabling DNS Cookies to prevent spoofed DNS responses. Ensure proper cookie validation is implemented to mitigate DNS amplification attacks. Regularly update DNS servers to support the latest DNS security features.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.autoag.ch | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarcrecords@autoag.ch; ruf=mailto:dmarcrecords@autoag.ch; fo=1" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| autoag.ch | SPF | Sender Policy Framework | "v=spf1 a mx ip4:193.246.95.111 ip4:193.246.95.121 ip4:193.246.95.100 ip4:185.157.2.44 ip4:212.243.89.252 ip4:193.246.95.101 a:mail01.refline.ch a:mail02.refline.ch include:spf.protection.outlook.com include:spf.protection.cyon.net -all" |
Evidence
| Operating System | Accuracy |
|---|---|
| Linux 3.2 - 4.9 | 100% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| MySQL | Databases |
| PHP | Programming languages |
| Nginx | Web servers, Reverse proxies |
| WPML | WordPress plugins, Translation |
| Google Analytics | Analytics |
| HSTS | Security |
| HTTP/3 | Miscellaneous |
| Yoast SEO 27.1.1 | SEO, WordPress plugins |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery | JavaScript libraries |
| Google Tag Manager | Tag managers |
| Underscore.js 1.13.7 | JavaScript libraries |
| Clipboard.js | JavaScript libraries |
| Priority Hints | Performance |
| Google Font API | Font scripts |
| 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.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| autoag.ch | A | IPv4 address | 82.199.159.117 |
| autoag.ch | NS | Name server | ns.hostpoint.ch |
| autoag.ch | NS | Name server | ns2.hostpoint.ch |
| autoag.ch | NS | Name server | ns3.hostpoint.ch |
| autoag.ch | MX | Mail server | 0 autoag-ch.mail.protection.outlook.com |
| autoag.ch | SOA | Start of Authority | ns.hostpoint.ch. hostmaster.hostpoint.ch. 1773878400 86400 7200 3628800 3600 |
| autoag.ch | AAAA | IPv6 address | 2a01:4a0:17::4:2800 |
| autoag.ch | TXT | Text record | "7ccjl7bc0rbnr35cgs3jmmb3cbzgp0p2" |
| autoag.ch | TXT | Text record | "apple-domain-verification=wvetsPfaYaztM8R5" |
| autoag.ch | TXT | Text record | "Foxit-domain-verification=01875f8d4aec7c22b7ca807507bf3096" |
| autoag.ch | TXT | Text record | "sophos-domain-verification=351c9ecc3ac71cce7c764378ce8b51f18dce720a" |
| autoag.ch | TXT | Text record | "google-site-verification=K2tmj0Dc4Q14FYsXqfdTdjCXLtcGCrE0hnbnDDY7g3s" |
| autoag.ch | TXT | Text record | "8KB7gGgh0TvtEynGs+1H60AksZJCloFW5sYOX313MaLbJHr8gutg9vguPJQUG783hva20HgYQtN7FNFhOZz+ww==" |
| autoag.ch | TXT | Text record | "kje91vJYwsa6Y4mgBGqQjVDRiXK1F1LY4UAXLwpq0z9E8QRykZpJSijCalnwa/+GbMUuUiQqf7VuGeB2VZKUxQ==" |
| autoag.ch | TXT | Text record | "sophos-domain-verification=d9ca563ef06229865962f7da8cdfeb6ead734e639a2ff84c6681abdc8050feaa" |
| autoag.ch | SPF | Sender Policy Framework | "v=spf1 a mx ip4:193.246.95.111 ip4:193.246.95.121 ip4:193.246.95.100 ip4:185.157.2.44 ip4:212.243.89.252 ip4:193.246.95.101 a:mail01.refline.ch a:mail02.refline.ch include:spf.protection.outlook.com include:spf.protection.cyon.net -all" |
| _dmarc.autoag.ch | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarcrecords@autoag.ch; ruf=mailto:dmarcrecords@autoag.ch; 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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| selector1 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzS5R3bCDqLADgD7brSwPUEDCVrBtMJRoDUG+mkevUsW1OtqEI061PQ1xWUYWGLZsUISVZFyc13VtbPJFyeQ760/uLHVlc6hSDXBvhzB3u7pEG/V00P6GMRo7sPM/Y8HrWonyPeqnYOe4fBmYHWnQtRDaHyn1BVkmyXDeBtCxKuKeKRiFOBUexTh59D892SUQR" "nOZIEyI1Ks7QD4X7XO3UOazn6G5F/Id+cGDlvXODd83jEJWhCF9hEKCkA94TnO5DijH6UOVLAMDQOGjVLLXE1WDYUdTUvAn0myWCR0EZW6MVxnu0u1tYVeTnML6T5iv7BluabCAfxAa5gyy/2b52QIDAQAB;" |
| selector2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw8/lNivo7qbW/4d2+7uaAcAfsyAZ5K5IpoKu8N+ZlhhEQrKlU0Azvgiw4ssSOMJefGvi3wfPjJJxYQw0tJHEcO0gvGvR6/sF5DBIKlNxmzF5W7VoQtXy790fjatZei4Xw+cwNU1+oydQ0sBT/AaqGBeBkrF0uUj554vET2fCER3i2xjOhGtOSWjGC6DHIgSzF" "HkmLAuKAKYW5ugVzteQ9M0qs+aYzGvJml1WAZzB984Z+1fdEP/WDw/7bnbjr6zGGTSDFT1J6Ax2gpYBwsEFCxV0xEfcX2G4On3ZMNh0FaRQHHj3u+sHdQAEpL1QR/uVbY+doXeiOXrrDfzlTvwd9QIDAQAB;" |
