31 lines
928 B
YAML
31 lines
928 B
YAML
id: CVE-2019-9978
|
|
|
|
info:
|
|
name: WordPress social-warfare RFI
|
|
author: madrobot,dwisiswant0
|
|
severity: medium
|
|
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
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.10
|
|
cve-id: CVE-2019-9978
|
|
cwe-id: CWE-79
|
|
tags: cve,cve2019,wordpress,wp-plugin,ssrf
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-admin/admin-post.php?swp_debug=load_options&swp_url=http://{{interactsh-url}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http"
|