If FoF Upload is configured to allow the uploading of SVG files (image/svg+xml
), navigating directly to an SVG file URI could execute arbitrary Javascript code decided by an attacker.
This Javascript code could include the execution of HTTP web requests to Flarum, or any other web service. This could allow data to be leaked by an authenticated Flarum user, or, possibly, for data to be modified maliciously.
This has been patched with v1.2.3, which now sanitizes uploaded SVG files.
Upgrade to 1.2.3
(requires Flarum 1.2 or later), or remove the ability for users to upload SVG files through FoF Upload.
Thank you to Safwat Refaat for the responsible disclosure of this vulnerability.
{ "nvd_published_at": "2022-06-02T14:15:00Z", "github_reviewed_at": "2022-05-25T22:55:25Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-79" ] }