CVE-2026-30662
Last modified
CVE-2026-30662 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Concretecms | Concrete Cms | 9.4.7 |
References
- https://wang1rrr.github.io/2026/02/11/CVE-Report-ConcreteCMS-DoS/Exploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-30662?
How severe is CVE-2026-30662?
How do I fix CVE-2026-30662?
Are you affected by CVE-2026-30662?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
