# N/A
## 漏洞概述
Fastjson在1.2.25之前的版本中的parseObject方法存在漏洞,攻击者可以通过精心构造的JSON请求执行任意代码。该漏洞影响了Pippo 1.11.0版本以及其它产品中的FastjsonEngine。
## 影响版本
- Fastjson: 1.2.25 之前的所有版本
- Pippo: 1.11.0
- 其它使用受影响版本Fastjson的产品
## 漏洞细节
攻击通过向Pippo的/json URI发送包含精心构造的rmi:// URI的HTTP POST数据实现。具体来说,攻击者可以将攻击载荷嵌入到dataSourceName字段中,进而因AjaxApplication.java中的处理不当而执行任意代码。
## 影响
攻击者可以通过发送特定的JSON请求利用该漏洞执行任意代码,严重时可能导致服务器被完全控制。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | None | https://github.com/h0cksr/Fastjson--CVE-2017-18349- | POC详情 |
2 | parseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi-// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is mishandled in AjaxApplication.java. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2017/CVE-2017-18349.yaml | POC详情 |
暂无评论