acardosodev thanks for the report.
I believe Flarum is not impacted by that vulnerability. We do have symfony/http-foundation
as a dependecy of two Laravel packages, but we don't actually use the Symfony request/response classes, only file upload and session related classes.
All requests and responses in Flarum are handled via Zend-now-Laminas classes, and I believe we also have an explicit content type on every response.
We will discuss whether an update to our dependency requirements is necessary for the next beta. If we discover Flarum actually being vulnerable we'll make an official announcement.
In the meantime, users are already able to update to the fixed version of the Symfony package with the command composer update symfony/http-foundation
without any change required in Flarum.