Create CVE-2023-45855.yaml

patch-2
Dhiyaneshwaran 2024-05-13 17:32:41 +05:30 committed by GitHub
parent fc23e21aab
commit be89fd721c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
id: CVE-2023-45855
info:
name: qdPM 9.2 Directory Traversal Vulnerability
author: DhiyaneshDk
severity: high
description: qdPM 9.2 allows Directory Traversal to list files and directories by navigating to the /uploads URI.
impact: |
Successful exploitation could allow an attacker to read sensitive files on the server.
remediation: |
Upgrade qdPM to a non-vulnerable version to mitigate the directory traversal vulnerability.
reference:
- https://qdpm.net
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-45855
cwe-id: CWE-22
epss-score: 0.00087
epss-percentile: 0.35946
cpe: cpe:2.3:a:qdpm:qdpm:9.2:*:*:*:*:*:*:*
metadata:
vendor: qdpm
product: qdpm
shodan-query: http.favicon.hash:762074255
tags: cve,cve2023,qdpm,lfi,listing
http:
- method: GET
path:
- "{{BaseURL}}/uploads/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "users"
- "attachments"
condition: and
- type: status
status:
- 200