Filtered by vendor Openmicroscopy Subscriptions
Total 14 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2018-1000634 1 Openmicroscopy 1 Omero 2024-09-17 N/A
The Open Microscopy Environment OMERO.server version 5.4.0 to 5.4.6 contains an Improper Access Control vulnerability in User management that can result in administrative user with privilege restrictions logging in as a more powerful administrator. This attack appear to be exploitable via Use user administration privilege to set the password of a more powerful administrator. This vulnerability appears to have been fixed in 5.4.7.
CVE-2018-1000635 1 Openmicroscopy 1 Omero 2024-09-16 N/A
The Open Microscopy Environment OMERO.server version 5.4.0 to 5.4.6 contains a Information Exposure Through Sent Data vulnerability in OMERO.server that can result in an Attacker gaining full administrative access to server and may be able to disable it. This vulnerability appears to have been fixed in 5.4.7.
CVE-2018-1000633 1 Openmicroscopy 1 Omero 2024-09-16 N/A
The Open Microscopy Environment OMERO.web version prior to 5.4.7 contains an Information Exposure Through Log Files vulnerability in the login form and change password form that can result in User's password being revealed. Attacker can log in as that user. This attack appear to be exploitable via an attacker reading the web server log. This vulnerability appears to have been fixed in 5.4.7.
CVE-2014-7198 1 Openmicroscopy 1 Omero 2024-08-06 N/A
OMERO before 5.0.6 has multiple CSRF vulnerabilities because the framework for OMERO's web interface lacks CSRF protection.
CVE-2017-1000438 1 Openmicroscopy 1 Omero 2024-08-05 N/A
In OMERO 5.3.3 or earlier a user could create an OriginalFile and adjust its path such that it now points to another user's file on the underlying filesystem, then manipulate the user's data.
CVE-2019-16244 1 Openmicroscopy 1 Omero.server 2024-08-05 9.8 Critical
OMERO.server before 5.6.1 allows attackers to bypass the security filters and access hidden objects via a crafted query.
CVE-2019-16245 1 Openmicroscopy 1 Omero 2024-08-05 5.3 Medium
OMERO before 5.6.1 makes the details of each user available to all users.
CVE-2019-9943 1 Openmicroscopy 1 Omero.server 2024-08-04 7.5 High
In ome.services.graphs.GraphTraversal.findObjectDetails in Open Microscopy Environment OMERO.server 5.1.0 through 5.6.0, permissions on OMERO model objects may be circumvented during certain operations such as move and delete, because group permissions are mishandled.
CVE-2019-9944 1 Openmicroscopy 1 Omero.server 2024-08-04 7.5 High
In Open Microscopy Environment OMERO.server 5.0.0 through 5.6.0, the reading of files from imported image filesets may circumvent OMERO permissions restrictions. This occurs because the Bio-Formats feature allows an image file to have embedded pathnames.
CVE-2020-7932 1 Openmicroscopy 1 Omero.web 2024-08-04 5.7 Medium
OMERO.web before 5.6.3 optionally allows sensitive data elements (e.g., a session key) to be passed as URL query parameters. If an attacker tricks a user into clicking a malicious link in OMERO.web, the information in the query parameters may be exposed in the Referer header seen by the target. Information in the URL path such as object IDs may also be exposed.
CVE-2020-6752 1 Openmicroscopy 1 Omero 2024-08-04 3.8 Low
In OMERO before 5.6.1, group owners can access members' data in other groups.
CVE-2021-41132 1 Openmicroscopy 2 Omero-figure, Omero-web 2024-08-04 9.8 Critical
OMERO.web provides a web based client and plugin infrastructure. In versions prior to 5.11.0, 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 cross-site scripting possibilities with specially crafted input to a variety of fields. This issue is patched in version 5.11.0. There are no known workarounds aside from upgrading.
CVE-2021-21376 1 Openmicroscopy 1 Omero.web 2024-08-03 6.4 Medium
OMERO.web is open source Django-based software for managing microscopy imaging. OMERO.web before version 5.9.0 loads various information about the current user such as their id, name and the groups they are in, and these are available on the main webclient pages. This represents an information exposure vulnerability. Some additional information being loaded is not used by the webclient and is being removed in this release. This is fixed in version 5.9.0.
CVE-2021-21377 1 Openmicroscopy 1 Omero.web 2024-08-03 4.8 Medium
OMERO.web is open source Django-based software for managing microscopy imaging. OMERO.web before version 5.9.0 supports redirection to a given URL after performing login or switching the group context. These URLs are not validated, allowing redirection to untrusted sites. OMERO.web 5.9.0 adds URL validation before redirecting. External URLs are not considered valid, unless specified in the omero.web.redirect_allowed_hosts setting.