Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1325 CNY

100%

CVE-2019-9670 PoC — Zimbra Collaboration Suite 代码问题漏洞

Source
Associated Vulnerability
Title:Zimbra Collaboration Suite 代码问题漏洞 (CVE-2019-9670)
Description:mailboxd component in Synacor Zimbra Collaboration Suite 8.7.x before 8.7.11p10 has an XML External Entity injection (XXE) vulnerability, as demonstrated by Autodiscover/Autodiscover.xml.
Readme
# CVE-2019-9670-DtdFilegeneration

Zimbra 远程代码执行漏洞(CVE-2019-9670)复现所需要的Dtd文件生成脚本

修改代码中XML文件的格式也可用于其他XXE漏洞的复现

```
!DOCTYPE note (第二行)定义此文档是 note 类型的文档。
!ELEMENT note (第三行)定义 note 元素有四个元素:"to、from、heading,、body"
!ELEMENT to (第四行)定义 to 元素为 "#PCDATA" 类型
!ELEMENT from (第五行)定义 from 元素为 "#PCDATA" 类型
!ELEMENT heading (第六行)定义 heading 元素为 "#PCDATA" 类型
!ELEMENT body (第七行)定义 body 元素为 "#PCDATA" 类型
下边的数据即标识具体对应元素的数据
```

脚本使用方法:需要一台带有py云服务器并确保8000端口畅通

运行 python 1.py

CVE-2019-9670复现所需的Dtd文件已生成,后续利用步骤参考互联网文章
File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →