Skip to content

Releases: concretecms/concretecms

9.3.2

28 May 21:20
f0bcbcb
Compare
Choose a tag to compare

Bug Fixes

  • Fixed errors where copying a package after downloading it from the marketplace would throw an error under certain conditions.
  • Moving a stack from Orphan Blocks into the page 500 (thanks JohnTheFish)
  • Fixed: Stacks, Containers and Scrapbook blocks makes longer block cache than block cache setting (thanks hissy)
  • Fixed bug where boolean page attributes that are checked by default show up as checked even if they have previously been saved unchecked (thanks hissy)
  • Fixed error when using workflow under certain conditions in PHP 8+ (thanks pszostok)
  • Fixed: If you use advanced log configuration to set your own logger for Channels::META_CHANNEL_ALL, this logger gets applied to all core channels. Therefore you cannot set this at the same time as customising a specific core channel (thanks bikerdave)

Developer Updates

Updated scssphp/scssphp to a newer version, tweaking some output of the theme customizer (thanks mlocati)

9.3.1

17 May 22:22
6aa395f
Compare
Choose a tag to compare

Behavioral Improvements

  • 9.3.0 automatically checked and configured a canonical URL on installation, in order to improve marketplace connection reliability. This is not actually necessary, as initial marketplace connections do not require a canonical URL to function, so this behavior has been reverted to pre-9.3.0.
  • When encountering a problem downloading a package, we now report the error in a nicer presentation.
  • If the saving of remote data in a Concrete Site data object in the marketplace fails, it will fail silently and log the error, instead of outputting it.

Bug Fixes

  • Fixed error when visiting the Dashboard Extend package under PHP 7.
  • Fixed some minor marketplace connection errors when not running in UTC.
  • Fixed bug where package showed up as ready to download from the marketplace even when it was already installed

9.3.0

16 May 21:56
6bfcc22
Compare
Choose a tag to compare

New Features

  • Support for the brand-new marketplace found at market.concretecms.com, featuring auto-connect, free trials on Concrete SAAS, Composer support for packages, a modern website and much more.
  • Added support for webp images as the default thumbnail type when Concrete auto-generates thumbnails (thanks parasek)
  • Added lazy loading as an option for the Image block (thanks parasek)
  • Added an option to keep file manager folders at the top of the list of contents (instead of intermingled with files) (thanks hissy)
  • When deleting user groups, users are now presented with an option as to what to do with child groups. (thanks mlocati)
  • Make thumbnails generated by Image Helper SEO-friendly (thanks parasek)
  • Atomik is now built on Bedrock 1.5 (Bootstrap 5.3)
  • Dashboard theme is now built on Bedrock 1.5 (Bootstrap 5.3)

Behavioral Improvements

  • Added a config value to toggle default behavior of "Keep Live Version Approved"-Toggle-Button (thanks marcokuoni)
  • Added a confirm dialog box when cancelling out of the in-page rich text editor (thanks Mesuva)
  • If users are prompted to save the username and password on install, the proper credentials will be saved for the admin user (thanks mlocati)
  • Add attribute key handle next to attribute key name in the page type composer form add dialog (thanks parasek)
  • Allow for setting/altering the User Logged by the Logging Service (Thanks haeflimi)
  • File manager detail page now reloads when the file is swapped (thanks mlocati)

Bug Fixes

  • Fixed: CKEditor Maximize plugin breaks editing when used in a dialog (thanks mlocati)
  • Bug fixes and improvements to Boards (thanks marcokuoni)
  • Fixed blank screen that showed when adding blocks to the composer page type form on first load (thanks parasek)
  • Fixed bug where custom styles applied to a global area didn’t work.
  • Fixed: When a page is re-edited, topics in the child level of the topic attribute disappear (thanks hissy)

Backward Compatibility Notes

  • There has been some refactoring to the core class loaders and autoloaders. If you work with the autoloader directly or have extended the built-in Symfony autoloader classes, verify your changes work properly.
  • The core themes now rely on Bootstrap 5.3 (Bedrock 1.5).

Developer Updates

  • Significant improvements to the core autoloaders (thanks mlocati)
  • The Dashboard and CMS are now using Bedrock 1.5 (built from Bootstrap 5.3) as their basis. This should be minimally invasive, but if some third party packages are not displaying properly, please verify that their markup conforms to Bootstrap 5.3.
  • Removing trailing / from HTML header elements (thanks marcokuoni)
  • Developers can now specify CLI shortcuts for fields added to their tasks, when they’re run via the CLI (thanks KnollElias)

9.2.9

07 May 20:19
f96c5de
Compare
Choose a tag to compare

Behavioral Improvements

  • Added notifications into the interface about the new marketplace coming in Concrete CMS 9.3.0.
  • Changed the field type for API integration redirect URIs from string to text, enabling better support for multiple redirect URIs.
  • Broken Express objects will no longer attempt to be indexed, leading to errors on upgrade (thanks hissy)
  • Removed the arbitrary 256MB upload limit when using the drag and drop file uploader. Increased to 4GB. (Note: limits based on PHP configuration are still in place – if your site is configured to have a lower limit than this for uploading this will not increase it.)
  • Removed “concrete5” from the system help messages.

Bug Fixes

  • Fixed bug where Add Pages/Navigate Sitemap icon was displayed in the Dashboard to users who didn’t have permission to actually do either of those operations.
  • Fixed: QueuedReindexPageCommand failed when express entry detail block exists (thanks hissy)
  • Fixed: Page List Custom Topics Category Filtering Not Working after 9.2.2 (thanks hissy)
  • Fixed: Page Type Display Pages Beneath Page setting doesn't work (thanks hissy)
  • Fixed: getPageIndexScore (unused in stock Concrete but perhaps used in certain configurations) would cause an error under PHP 8 if the score was undefined (thanks JohnTheFish)
  • Fixed inability to add custom CSS classes with colons in them, which certain CSS frameworks like Tailwind require.
  • Fixed: When multisite is enabled, the Form submission action gets executed on an incorrect page (thanks BSalaeddin)
  • Fixed PHP 8 error for undefined $siteTypeID under certain conditions.
  • Fixed error when using the calendar block in lightbox mode with a theme that didn’t include lightbox support (thanks hissy)
  • Fixed: Date Time Widget is no longer translated.
  • Fixed bug where user’s may not be prompted to validate their email address when user validation is required (thanks donaier)
  • Fixed deprecation error "Decrement on bool" in page statistics (thanks mlocati)
  • Minor fixes for PHP 8 compatibility (thanks shahroq)
  • Removed obsolete line from search block controller save method (thanks shahroq)
  • Fixed typo in ConfigServiceProvider (thanks biplobice)

Developer Updates

  • SEOCanonical Class Add getIncludedQuerystringParameters (thanks ccmEnlil)

8.5.17

07 May 20:15
Compare
Choose a tag to compare

Behavioral Improvements

  • Added notifications into the interface about the new marketplace coming in Concrete CMS 9.3.0.

Bug Fixes

  • Backported fix from Concrete CMS 9: CollectionSearchIndexAttributes table is updated without approving the page version (thanks hissy)

9.2.8

02 Apr 18:36
54cb334
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug where c5:info console command would fail when run on a Concrete webroot if that webroot was not yet an installed Concrete site.
  • Fixed bug where logout link in toolbar would not work when user was logged in as an editor who could not view the Dashboard (thanks ounziw)

Security Updates

  • Created CVE-2024-2753 Stored XSS on the calendar color settings screen and fixed it with commit 11988 Prior to the fix, a rogue administrator could put malicious javascript on the Concrete CMS color setting screen which would have would have been triggered by and affected users who accessed the color settings screen. The Concrete CMS security team gave this vulnerability a CVSS v3.1 score of 2.0 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N
    Thank you Rikuto Tauchi for reporting HackerOne 2433383.

  • Created CVE-2024-3178 Cross-site Scripting (XSS) - Advanced File Search Filter and fixed it with commit 11988 for version 9 and commit 11989 for version 8. Prior to the fix, a rogue administrator could add malicious code in the file manager because of insufficient validation of administrator provided data. All administrators have access to the File Manager and hence could create a search filter with the malicious code attached. The Concrete CMS security team gave this vulnerability a CVSS v3.1 score of 3.1 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L
    Thank you Guram (javakhishvili) for reporting HackerOne 949443

  • Created CVE-2024-3179 Stored XSS in the Custom Class page editing and fixed it with commit 11988 for version 9 and commit 11989 for version 8. Prior to the fix, a rogue administrator could insert malicious code in the custom class field due to insufficient validation of administrator provided data. Concrete CMS version 9.2.8 and 8.5.13 no longer allow any non alphanumeric characters in this CSS class. The Concrete CMS security team gave this vulnerability a CVSS v3.1 score of 3.1 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L Thank you Alexey Solovyev for reporting HackerOne 918129.

  • Created and fixed [CVE-2024-3180] (https://nvd.nist.gov/vuln/detail/CVE-2024-3180) Prior to fix, stored XSS could be executed by a rogue administrator adding malicious code to the link-text field when creating a block of type file. Fixed with commit 11988 for version 9 and commit 11989 for version 8. The Concrete CMS security team gave this vulnerability a CVSS v3.1 sore of 3.1 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L Thank you Alexey Solovyev for reporting HackerOne 903356

  • Created CVE-2024-3181 Stored XSS in the Search Field. Prior to the fix, stored XSS could be executed by an administrator changing a filter to which a rogue administrator had previously added malicious code. The Concrete Team fixed this with commit 11988 for version 9 and commit 11989 for version 8. Thank you Alexey Solovyev for reporting HackerOne 918142

8.5.16

02 Apr 18:31
Compare
Choose a tag to compare

Security Updates

  • Created CVE-2024-2753 Stored XSS on the calendar color settings screen and fixed it with commit 11988 Prior to the fix, a rogue administrator could put malicious javascript on the Concrete CMS color setting screen which would have would have been triggered by and affected users who accessed the color settings screen. The Concrete CMS security team gave this vulnerability a CVSS v3.1 score of 2.0 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N
    Thank you Rikuto Tauchi for reporting HackerOne 2433383.

  • Created CVE-2024-3178 Cross-site Scripting (XSS) - Advanced File Search Filter and fixed it with commit 11988 for version 9 and commit 11989 for version 8. Prior to the fix, a rogue administrator could add malicious code in the file manager because of insufficient validation of administrator provided data. All administrators have access to the File Manager and hence could create a search filter with the malicious code attached. The Concrete CMS security team gave this vulnerability a CVSS v3.1 score of 3.1 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L
    Thank you Guram (javakhishvili) for reporting HackerOne 949443

  • Created CVE-2024-3179 Stored XSS in the Custom Class page editing and fixed it with commit 11988 for version 9 and commit 11989 for version 8. Prior to the fix, a rogue administrator could insert malicious code in the custom class field due to insufficient validation of administrator provided data. Concrete CMS version 9.2.8 and 8.5.13 no longer allow any non alphanumeric characters in this CSS class. The Concrete CMS security team gave this vulnerability a CVSS v3.1 score of 3.1 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L Thank you Alexey Solovyev for reporting HackerOne 918129.

  • Created and fixed [CVE-2024-3180] (https://nvd.nist.gov/vuln/detail/CVE-2024-3180) Prior to fix, stored XSS could be executed by a rogue administrator adding malicious code to the link-text field when creating a block of type file. Fixed with commit 11988 for version 9 and commit 11989 for version 8. The Concrete CMS security team gave this vulnerability a CVSS v3.1 sore of 3.1 with a vector of AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:L Thank you Alexey Solovyev for reporting HackerOne 903356

  • Created CVE-2024-3181 Stored XSS in the Search Field. Prior to the fix, stored XSS could be executed by an administrator changing a filter to which a rogue administrator had previously added malicious code. The Concrete Team fixed this with commit 11988 for version 9 and commit 11989 for version 8. Thank you Alexey Solovyev for reporting HackerOne 918142

9.2.7

05 Mar 18:48
984b7eb
Compare
Choose a tag to compare

Behavioral Improvements

  • Improved display of certain UI elements when Concrete was used with non-Bedrock/Bootstrap themes.
  • Back to Website button in Dashboard now uses the vanity URL instead of the cID URL (Thanks JohnTheFish)
  • Add db charset and collation to environment report (thanks JohnTheFish)

Bug Fixes

  • Fixed: Time selector in the calendar event dialog not showing all times.
  • Fixed: Undefined array key "value"' in /concrete/attributes/date_time/controller.php under PHP 8.
  • Fixed: Undefined array key 0' in /concrete/blocks/calendar_event/controller.php:224 under PHP 8.
  • Fix pagination not working in clipboard side panel (thanks quentinnorbert0)
  • Fix double encoding when displaying page template name (thanks quentinnorbert0)
  • Fixed inability to clear date/time attributes using the built-in HTML datepicker clear link.
  • Fixed bug when attempting to do an advanced search by time in the Logs (thanks Quentin-Gach)
  • Fixed error where including an ampersand in your site name would cause it to be displayed as & in your site browser title.
  • Fixed: Undefined property: Concrete\Block\Survey\Controller::$cID' in /concrete/blocks/survey/controller.php:206 under PHP 8.
  • Fixed: Undefined variable $fID' in /concrete/single_pages/download_file.php:23 under certain conditions in PHP 8.
  • Fixed error when attempting to log values that were non-scalar (thanks JohnTheFish)

Security Updates

  • Fixed CVE-2024-2179 Stored XSS in the Name field of a Group type with commit 11965. A rogue administrator could inject malicious code into the Name field of a Group type which might be executed when users visit the affected page because of insufficient validation of administrator provided data. The Concrete CMS Security team scored this 2.2 with CVSS v3 vector AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N. Concrete versions below 9 do not include group types so they are not affected by this vulnerability. Thanks Luca Fuda for reporting HackerOne 2383192.

9.2.6

12 Feb 23:34
93c9a8b
Compare
Choose a tag to compare

Behavioral Improvements

  • Removed some extraneous and unnecessary files from the ckeditor js/ directory.

Bug Fixes

  • Fixed “CKEditor is not secure” notice when loading CKEditor.
  • Fixed 400 (Bad Request) on download image from detail popup.

8.5.15

12 Feb 23:23
28f8ebc
Compare
Choose a tag to compare

Behavioral Improvements

  • Ignore E_USER_NOTICE and E_USER_DEPRECATED errors (thanks mlocati)
  • Do not combine CAPTCHA JS because it fails to load in some cases (thanks JeRoNZ)
  • Removed some extraneous and unnecessary files from the ckeditor js/ directory.

Bug Fixes

  • Fixed “CKEditor is not secure” notice when loading CKEditor.

Developer Updates

  • formatSize() now supports sizes beyond gigabytes (thanks mlocati)