| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| concrete-cms-9.5.2-remote-updater.zip | 2026-06-03 | 77.5 MB | |
| concrete-cms-9.5.2.zip | 2026-06-03 | 76.9 MB | |
| 9.5.2 source code.tar.gz | 2026-06-03 | 40.3 MB | |
| 9.5.2 source code.zip | 2026-06-03 | 46.6 MB | |
| README.md | 2026-06-03 | 1.5 kB | |
| Totals: 5 Items | 241.3 MB | 1 | |
Behavioral Improvements
- Page attributes are now grouped by set in the Composer Add Form Control dialog.
Bug Fixes
- Advanced board templates that used the
$summaryObjectvariable within them should now work again. - Restored old behavior where if a block used a custom template, but that custom template actually didn’t exist in the filesystem, the block would not render anything. Now it renders the default view (as it used to.)
- Fixed: In the date output of a calendar event there was a closing anchor tag which appears to be out of place (thanks danklassen)
Developer Updates
- Added
on_package_test_for_uninstall,on_before_package_uninstallandon_after_package_uninstallevents.
Security Fixes
- Updated third party composer libraries to close out new security vulnerabilities in our upstream dependencies like twig/twig, symfony/yaml, and others.
-
add allowed_classes to unserialize() in Permission, Cache, and Search to prevent PHP Object Injection (thanks XananasX7 for reporting and providing a pull request). CVE-2026-10721 was created for this vulnerability
-
security: add allowed_classes to unserialize() in Form blocks, and File/Set to prevent PHP Object Injection (thanks XananasX7 for providing a pull request and also Sanjorn Keeratirungsan for reporting H1 3756743). CVE-2026-7888 was created for this vulnerability