# GoAnywhere MFT 序列化漏洞
## 概述
Fortra的GoAnywhere MFT产品中存在一个反序列化漏洞,位于License Servlet组件。攻击者若能伪造合法的许可证响应签名,便可反序列化任意由攻击者控制的对象,可能导致命令注入攻击。
## 影响版本
尚未明确具体影响版本,建议用户核查Fortra官方通告或更新日志。
## 细节
漏洞出现在处理许可证响应的License Servlet中,该组件未正确校验反序列化数据的来源和完整性。攻击者通过伪造有效的签名,可触发对恶意构造对象的反序列化,从而在目标系统上执行任意命令。
## 影响
成功利用该漏洞可导致攻击者在受漏洞影响的系统上执行任意命令,进而实现远程代码执行或完全控制目标服务器。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | None | https://github.com/h4xnz/CVE-2025-10035-Exploit | POC详情 |
| 2 | Detection for CVE-2025-10035 | https://github.com/rxerium/CVE-2025-10035 | POC详情 |
| 3 | A deserialization vulnerability in the License Servlet of Fortra's GoAnywhere MFT allows an actor with a validly forged license response signature to deserialize an arbitrary actor-controlled object, possibly leading to command injection. | https://github.com/ThemeHackers/CVE-2025-10035 | POC详情 |
| 4 | Fortra GoAnywhere MFT contains an insecure deserialization vulnerability in the License Servlet caused by deserializing attacker-controlled objects with a valid forged license response signature, letting attackers perform command injection, exploit requires valid forged license signature. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-10035.yaml | POC详情 |
| 5 | CVE-2025-10035_GoAnywhere Get RCE | https://github.com/orange0Mint/CVE-2025-10035_GoAnywhere | POC详情 |
| 6 | CVE-2025-10035 | https://github.com/B1ack4sh/Blackash-CVE-2025-10035 | POC详情 |
暂无评论