⚠️ New 1.8.10 Core and Tags release ⚠️
Today we announce the release of Flarum 1.8.10, which primarily addresses a security vulnerability in session handling. We strongly recommend upgrading at your earliest convenience.
See CVE-2025-27794 for further information.
Upgrade Instructions
Run the following commands to update:
composer update --prefer-dist --no-plugins --no-dev -a --with-all-dependencies
php flarum migrate
php flarum cache:clear
This release also includes some general improvements, bringing the Flarum 1.x branch one step closer to its final version.
Fixes
Changes
Versions
Today's release bumps the versions of flarum/core
and flarum/tags
, see below:
flarum/core
- 1.8.10
flarum/tags
- 1.8.4
A big thanks to @glowingblue for collaborating with us to resolve this security issue!