Skip to content

OMERO.web must check that the JSONP callback is a valid function

Moderate severity GitHub Reviewed Published May 21, 2024 in ome/omero-web • Updated May 21, 2024

Package

pip omero-web (pip)

Affected versions

< 5.26.0

Patched versions

5.26.0

Description

Background

There is currently no escaping or validation of the callback parameter that can be passed to various OMERO.web endpoints that have JSONP enabled. One such endpoint is /webclient/imgData/.... As we only really use these endpoints with jQuery's own callback name generation 1 it is quite difficult or even impossible to exploit this in vanilla OMERO.web. However, these metadata endpoints are likely to be used by many plugins.

Impact

OMERO.web before 5.25.0

Patches

Users should upgrade to 5.26.0 or higher

Workarounds

None

References

For more information
If you have any questions or comments about this advisory:

Open an issue in omero-web
Email us at security@openmicroscopy.org

References

Footnotes

  1. https://learn.jquery.com/ajax/working-with-jsonp/

@jburel jburel published to ome/omero-web May 21, 2024
Published by the National Vulnerability Database May 21, 2024
Published to the GitHub Advisory Database May 21, 2024
Reviewed May 21, 2024
Last updated May 21, 2024

Severity

Moderate
6.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2024-35180

GHSA ID

GHSA-vr85-5pwx-c6gq

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.