RubySec

Providing security resources for the Ruby community

CVE-2024-39910 (decidim): Decidim::Admin vulnerable to cross-site scripting (XSS) in the admin panel with QuillJS WYSWYG editor

ADVISORIES

GEM

decidim

SEVERITY

CVSS v3.x: 5.4 (Medium)

PATCHED VERSIONS

  • >= 0.27.7

DESCRIPTION

Impact

The WYSWYG editor QuillJS is subject to potential XSS attach in case the attacker manages to modify the HTML before being uploaded to the server.

The attacker is able to change e.g. to <svg onload=alert('XSS')> if they know how to craft these requests themselves.

Patches

N/A

Workarounds

Review the user accounts that have access to the admin panel (i.e. general Administrators, and participatory space's Administrators) and remove access to them if they don't need it.

Disable the "Enable rich text editor for participants" setting in the admin dashboard.

References

OWASP ASVS v4.0.3-5.1.3

RELATED