← Vulnerability feed

Vulnerability record · CVE-2023-27179 · published 11 April 2023

CVE-2023-27179: GDidees CMS arbitrary file download via filename parameter

Gdidees · Gdidees Cms

GDidees CMS v3.9.1 and lower contains an arbitrary file download vulnerability reachable through the filename parameter at /_admin/imgdownload.php. The flaw allows unauthenticated remote retrieval of files from the server, exposing configuration, credentials or other sensitive data. Note the record's CWE (CWE-434 Unrestricted file upload) does not match the described file download behavior, and no fixed version is stated.

7.5 CVSS 3.1 High EPSS 61% · top 0.9% CWE-434 · Unrestricted file upload
7.5CVSS 3.1 base score
61%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
9References
17 Jun 2026Last modified by NVD

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.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: medium.

high priorityUnauthenticated network-reachable arbitrary file read with a high EPSS score and public exploit detail, though no KEV listing or confirmed in-the-wild exploitation.

What it is

GDidees CMS v3.9.1 and lower contains an arbitrary file download vulnerability reachable through the filename parameter at /_admin/imgdownload.php. The flaw allows unauthenticated remote retrieval of files from the server, exposing configuration, credentials or other sensitive data. Note the record's CWE (CWE-434 Unrestricted file upload) does not match the described file download behavior, and no fixed version is stated.

Impact

An attacker can read arbitrary files on the host, potentially obtaining credentials, configuration or source code that enables further compromise. There is no integrity or availability impact per the CVSS vector.

Attack surface

Reached over the network via HTTP requests to /_admin/imgdownload.php with a crafted filename parameter. The CVSS vector indicates no authentication and no user interaction are required, though the path sits under an admin directory.

Exploitation

Not listed in CISA KEV and no ransomware use documented. EPSS is high (0.60793, 99.1st percentile) and public references include a Packet Storm advisory and a third-party gist, indicating public technical detail is available.

What to do

  • Upgrade GDidees CMS to a version above 3.9.1 if the vendor provides one; the record does not name a fixed release, so confirm with the vendor.
  • If no fix is available, restrict or block access to /_admin/imgdownload.php at the web server or WAF.
  • Require authentication and authorization for admin endpoints and validate the filename parameter against a strict allowlist.
  • Run the CMS with least privilege and store no sensitive files in web-accessible paths.
  • Monitor vendor and advisory channels for a patched release.

Detection

  • Review web logs for requests to /_admin/imgdownload.php with filename parameters containing traversal sequences such as ../ or encoded variants.
  • Alert on downloads of sensitive paths (e.g., configuration files, /etc/passwd) from the web server process.
  • Baseline normal imgdownload.php usage and flag anomalous or high-volume file retrieval from that endpoint.
  • Check for outbound or local file reads by the web user account outside expected image directories.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2023-27179 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2024-46101Gdidees cms unrestricted file upload vulnerabilityGDidees CMS <= v3.9.1 has a file upload vulnerability.EPSS 0.46%9.8CVE-2023-27178Gdidees cms unrestricted file upload vulnerabilityAn arbitrary file upload vulnerability in the upload function of GDidees CMS 3.9.1 allows attackers to execute arbitrary code via a crafted file.EPSS 1.4%7.5CVE-2023-27180Gdidees cms vulnerabilityGDidees CMS v3.9.1 was discovered to contain a source code disclosure vulnerability by the backup feature which is accessible via /_admin/backup.php.EPSS 1.1%5.4CVE-2023-44758Gdidees cms cross-site scripting vulnerabilityGDidees CMS 3.0 is affected by a Cross-Site Scripting (XSS) vulnerability that allows attackers to execute arbitrary code via a crafted payload to th…EPSS 0.48%10.0CVE-2026-56291Balbooa Forms Joomla extension unauthenticated arbitrary file upload RCEThe Balbooa Forms extension for Joomla before version 2.4.1 accepts file uploads without authentication and does not restrict file type, allowing exe…KEVEPSS 15%analysed10.0CVE-2026-48939iCagenda Joomla extension unrestricted file upload leads to PHP RCEThe iCagenda extension for Joomla fails to restrict file types in its file attachment feature, allowing arbitrary file uploads that result in PHP cod…KEVEPSS 20%analysed10.0CVE-2026-56290Joomla Page Builder CK unauthenticated file upload leads to RCEThe Joomla Page Builder CK extension before 3.6.0 allows unauthenticated arbitrary file uploads, letting an attacker place executable files on the se…KEVEPSS 31%analysed10.0CVE-2026-48908SP Page Builder for Joomla unauthenticated arbitrary file upload RCESP Page Builder for Joomla permits unauthenticated users to upload arbitrary files, which can lead to upload and execution of PHP code. The flaw is a…KEVEPSS 89%analysed

Source: NIST National Vulnerability Database (record CVE-2023-27179), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.