Description
A flaw has been found in Croogo CMS up to 4.0.7. This affects the function FileManager::isEditable of the file FileManager/src/Utility/FileManager.php of the component Admin File Manager. This manipulation causes path traversal. The attack can be initiated remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-19
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the FileManager::isEditable method of the Admin File Manager component of Croogo CMS versions up to 4.0.7. The flaw allows an attacker to supply a crafted file path that bypasses directory restrictions in this method, resulting in a path traversal weakness (CWE‑22). This can be used to read files located outside the intended directory hierarchy, thereby compromising the confidentiality of data stored on the web server. The description does not indicate that the flaw permits remote file writes or code execution; the primary impact is the unauthorized reading of arbitrary files.

Affected Systems

Croogo CMS versions 4.0.7 and earlier are affected. The vulnerable component is the Admin File Manager, specifically the FileManager::isEditable endpoint. No later versions are identified as affected by the current advisory.

Risk and Exploitability

The CVSS base score of 5.3 reflects a moderate severity. An EPSS score of less than 1% indicates a very low likelihood of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. However, publicly available exploit code demonstrates that the issue can be triggered remotely by sending a crafted request to the isEditable endpoint. The attack vector is network‑based; an external attacker must have network access to the CMS instance and ability to submit HTTP requests to the vulnerable endpoint.

Generated by OpenCVE AI on July 30, 2026 at 22:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Croogo CMS to the latest release once an official patch becomes available; review the vendor’s changelog for a fix to the Admin File Manager path traversal issue.
  • If an upgrade cannot be performed immediately, disable the Admin File Manager module or remove the isEditable route from the web server’s routing configuration so that the vulnerable method cannot be accessed from outside.
  • Enforce strict file permissions on the web server’s file system, especially in directories accessed by the CMS, to ensure that even if traversal succeeds, sensitive files remain protected.

Generated by OpenCVE AI on July 30, 2026 at 22:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 19 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description A flaw has been found in Croogo CMS up to 4.0.7. This affects the function FileManager::isEditable of the file FileManager/src/Utility/FileManager.php of the component Admin File Manager. This manipulation causes path traversal. The attack can be initiated remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title Croogo CMS Admin File Manager FileManager.php isEditable path traversal
First Time appeared Croogo
Croogo cms
Weaknesses CWE-22
CPEs cpe:2.3:a:croogo:cms:*:*:*:*:*:*:*:*
Vendors & Products Croogo
Croogo cms
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-20T13:21:27.780Z

Reserved: 2026-07-18T10:04:13.458Z

Link: CVE-2026-16219

cve-icon Vulnrichment

Updated: 2026-07-20T13:21:24.234Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T22:45:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')