You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Inconsistent input sanitisation leads to XSS vectors
Critical severity
GitHub Reviewed
Published
Oct 14, 2021
in
ome/omero-web
•
Updated Oct 8, 2024
A variety of templates do not perform proper sanitization through HTML escaping.
Due to the lack of sanitization and use of jQuery.html(), there are a whole host of XSS possibilities with specially crafted input to a variety of fields.
Impact
OMERO.web before 5.11.0 and OMERO.figure before 4.4.1.
Patches
Users should upgrade OMERO.web to 5.11.0 or higher and OMERO.figure to 4.4.1 or higher.
Background
A variety of templates do not perform proper sanitization through HTML escaping.
Due to the lack of sanitization and use of
jQuery.html()
, there are a whole host of XSS possibilities with specially crafted input to a variety of fields.Impact
OMERO.web before 5.11.0 and OMERO.figure before 4.4.1.
Patches
Users should upgrade OMERO.web to 5.11.0 or higher and OMERO.figure to 4.4.1 or higher.
References