CVE-2026-30662
MEDIUM EPSS 20.5%
Published Mar 24, 20263mo ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Published Mar 24, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago
Description
ConcreteCMS v9.4.7 contains a Denial of Service (DoS) vulnerability in the File Manager component. The 'download' method in 'concrete/controllers/backend/file.php' improperly manages memory when creating zip archives. It uses 'ZipArchive::addFromString' combined with 'file_get_contents', which loads the entire content of every selected file into PHP memory. An authenticated attacker can exploit this by requesting a bulk download of large files, triggering an Out-Of-Memory (OOM) condition that causes the PHP-FPM process to terminate (SIGSEGV) and the web server to return a 500 error.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
20.5% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-400 Uncontrolled Resource Consumption Resource Mgmt
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| concretecms | concrete_cms | 9.4.7 | any |
References 1
- wang1rrr.github.io https://wang1rrr.github.io/2026/02/11/CVE-Report-ConcreteCMS-DoS/
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.