Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
concrete-cms-9.4.3-remote-updater.zip | 2025-08-05 | 77.4 MB | |
concrete-cms-9.4.3.zip | 2025-08-05 | 76.8 MB | |
9.4.3 source code.tar.gz | 2025-08-05 | 40.3 MB | |
9.4.3 source code.zip | 2025-08-05 | 46.5 MB | |
README.md | 2025-08-05 | 4.1 kB | |
Totals: 5 Items | 241.0 MB | 0 |
Behavioral Improvements
- Many block types that didn’t properly report their file usage to the Dashboard File Details page now do so (thanks mlocati)
- RSS Feeds created and listed in the Dashboard now include a convenience link to view the contents of the feed (thanks Mesuva)
- Force download view_inline will no longer download a file if the file is not viewable inline, instead it will just return (thanks Allan-macareux)
- When comparing page versions, we will now sort the version IDs to ensure that you’re always comparing old versions to new versions regardless of the order of query string arguments, and we’ll also order the version IDs in the tab description more sensibly.
- You can now set the background of stack contents in the Dashboard to a temporary white or black (does not affect content or how its rendered) in order to assist when working on content that differs from the Dashboard color scheme (thanks mlocati)
Bug Fixes
- Many bug fixes to the Concrete content import/export system (thanks mlocati)
- Fixed bug where Concrete proxy settings were not sending URLs that were https:// through the proxy (thanks hissy)
- Sites that registered a proxy server in the Dashboard will now use that proxy server when connecting to the marketplace for add-on downloads and updates (thanks hissy)
- When editing the frontend of a site on mobile, the pages icon in the toolbar was positioned incorrectly. This is now fixed.
- Fixed error when assigning a new page attribute to multiple pages via Page Search (thanks danklassen)
- Fixed bug where Option List attributes that were defined through CIF XML on import or through custom code were not properly assigning to a page.
- Fixed error where leaving a comment larger than 255 characters on a page version would trigger a database error (thanks SashaMcr)
Developer Updates
- Massive improvements to block import and export, including the ability to import and export many block types that were not possible (Calendar, etc…) (thanks mlocati)
- Minor translation improvements (thanks mlocati)
- Certain ancient functions now marked as deprecated since PHP provides their functionality natively (thanks mlocati)
- We now dispatch the "on_add_canonical_page_path" when adding a canonical path (thanks biplobice)
- Fixed bug running the
c5:ide-symbols
console command under certain conditions (thanks mlocati)
Security Fixes
- Fixed CVE-2025-8571 Reflected XSS in Conversation Messages Dashboard Page by adding more sanitization to the Url::setVariable method with commit 12643 for version 9 and commit 12646 for version 8. The Concrete CMS security team gave this vulnerability a CVSS v.4.0 score of 4.8 with vector CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N. Unsanitized input could cause theft of session cookies or tokens, defacement of web content, redirection to malicious sites, and (if victim is an admin), the execution of unauthorized actions. Thanks Fortbridge for performing a penetration test and vulnerability assessment on Concrete CMS and reporting this issue.
- Fixed CVE-2025-8573 Stored XSS from Home Folder on Members Dashboard page with commit 12643. The Concrete CMS security team gave this vulnerability a CVSS v.4.0 score of 2.8 with vector CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N. A rogue admin could set up a malicious folder containing XSS to which users could be directed upon login. Version 8 is not affected. Thanks sealldev for reporting HackerOne 3145536.
- Fixed inconsistent behavior when using the rich text editor. Before the fix, users pasting HTML into the “content” pane of the rich text editor and saving the content resulted in HTML-escaped versions of the content. Note that re-saving it would then save it as HTML.