Skip to content

Zimbra Panel - Detect

ID: zimbra-web-client

Severity: info

Author: dhiyaneshDk,idealphase

Tags: edb,panel,zimbra,synacor

Zimbra panel was detected. Zimbra provides open source server and client software for messaging and collaboration.

id: zimbra-web-client
info:
name: Zimbra Panel - Detect
author: dhiyaneshDk,idealphase
severity: info
description: Zimbra panel was detected. Zimbra provides open source server and client software for messaging and collaboration.
reference:
- https://www.exploit-db.com/ghdb/7409
- https://www.zimbra.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:synacor:zimbra_collaboration_suite:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: synacor
product: zimbra_collaboration_suite
shodan-query:
- http.title:"Zimbra Web Client Sign In"
- http.title:"zimbra collaboration suite"
- http.title:"zimbra web client sign in"
fofa-query:
- title="zimbra web client sign in"
- title="zimbra collaboration suite"
google-query:
- intitle:"zimbra collaboration suite"
- intitle:"zimbra web client sign in"
tags: edb,panel,zimbra,synacor
http:
- method: GET
path:
- "{{BaseURL}}/zimbraAdmin/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Zimbra Administration</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'AjxPackage\.setQueryString\("v=(.+)"\);'
# digest: 4b0a00483046022100afede5735d6e46a22e325228615ea5390d4160793f0b60c1754c726a30138296022100f875671ebb4934c708a749891804afaa96bd73f84b18180302dad6d0bd0f09e8:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/zimbra-web-client.yaml"

View on Github