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

46 lines
1.6 KiB
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 <3.5.3 - Cross-Site Scripting
2021-06-09 12:20:56 +00:00
author: madrobot,dwisiswant0
severity: medium
description: WordPress Social Warfare plugin before 3.5.3 contains a cross-site scripting vulnerability via the wp-admin/admin-post.php?swp_debug=load_options swp_url parameter, affecting Social Warfare and Social Warfare Pro.
2023-09-06 12:53:28 +00:00
remediation: |
Update the Social Warfare plugin to version 3.5.3 or later to mitigate the vulnerability.
reference:
- https://github.com/mpgn/CVE-2019-9978
- https://www.wordfence.com/blog/2019/03/unpatched-zero-day-vulnerability-in-social-warfare-plugin-exploited-in-the-wild/
- https://www.pluginvulnerabilities.com/2019/03/21/full-disclosure-of-settings-change-persistent-cross-site-scripting-xss-vulnerability-in-social-warfare/
- https://www.cybersecurity-help.cz/vdb/SB2019032105
- https://nvd.nist.gov/vuln/detail/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.1
cve-id: CVE-2019-9978
cwe-id: CWE-79
2023-08-31 11:46:18 +00:00
epss-score: 0.97286
epss-percentile: 0.99784
2023-09-06 12:53:28 +00:00
cpe: cpe:2.3:a:warfareplugins:social_warfare:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: warfareplugins
product: social_warfare
2023-09-06 12:53:28 +00:00
framework: wordpress
2023-07-11 19:49:27 +00:00
tags: cve,cve2019,wordpress,wp-plugin,ssrf,kev
2020-08-12 15:12:50 +00:00
http:
2020-08-12 15:05:52 +00:00
- method: GET
path:
2022-03-22 06:02:49 +00:00
- "{{BaseURL}}/wp-admin/admin-post.php?swp_debug=load_options&swp_url=http://{{interactsh-url}}"
2022-03-22 05:54:50 +00:00
2020-08-12 15:05:52 +00:00
matchers-condition: and
matchers:
- type: word
2022-03-22 05:54:50 +00:00
part: interactsh_protocol
2020-08-12 15:05:52 +00:00
words:
2022-03-22 05:54:50 +00:00
- "http"
2023-07-11 19:49:27 +00:00
- type: status
status:
- 200