Comparison Overview
Beckman Coulter Life Sciences - China

Beckman Coulter Life Sciences - China
5/F, Block 518, Fuquan North Road, Changning District, Shanghai, 200335, CN
Last Update: 07/02/2026
贝克曼库尔特生命科学事业部一直致力于改善全世界人类的健康。在过去的一百年里,“贝克曼”、“库尔特”卓越品牌的各种仪器已被世界各地医务人员和科研工作者所普遍认可和接受。贝克曼库尔特生命科学事业部为广大科研、商业实验室的生命科学研究工作者们提供先进的仪器系统、试剂和优质的技术服务与支持,不断促进生物学科研的新技术发展。我们的技术支持和售后服务网络遍及全球,营销达至130多个国家。公司主要产品包括流式细胞仪、离心机、实验室自动化系统、细胞与颗粒计数器以及粒度分析仪等,其产品主要用于前沿的重要研究领域,包括基因组学、蛋白质组学、细胞组学以及生...

Roche
Grenzacherstrasse, Switzerland 🇨🇭 , 4070, CH
Last Update: 09/09/2026
Roche is a global pioneer in pharmaceuticals and diagnostics focused on advancing science to improve people’s lives. The combined strengths of pharmaceuticals and diagnostics under one roof have made Roche the leader in personalised healthcare – a strategy that aims to ...
Compliance Ranges Comparison

Beckman Coulter Life Sciences - China







Roche






Benchmark & Cyber Underwriting Signals
Incidents vs Biotechnology Research Industry Avg (This Year)
No incidents recorded for Beckman Coulter Life Sciences - China in 2026.
Incidents vs Biotechnology Research Industry Avg (This Year)
No incidents recorded for Roche in 2026.
Incident History - Beckman Coulter Life Sciences - China (X = Date, Y = Severity)
Beckman Coulter Life Sciences - China cyber incidents detection timeline including parent company and subsidiaries.
Incident History - Roche (X = Date, Y = Severity)
Roche cyber incidents detection timeline including parent company and subsidiaries.
Notable Incidents

Beckman Coulter Life Sciences - China

Roche
FAQ
Latest Global CVEs
A vulnerability was identified in Anil-matcha Open-Generative-AI up to 1.0.11/2.0.0. Affected by this issue is some unknown functionality of the file /api/upload-binary of the component S3 Upload. Such manipulation of the argument x-proxy-target-url leads to unrestricted upload. The attack may be launched remotely. The name of the patch is f013270957f75e439eaf97eb2a93decb32a4543e. Applying a patch is advised to resolve this issue.
- https://github.com/Anil-matcha/Open-Generative-AI/
- https://github.com/Anil-matcha/Open-Generative-AI/commit/f013270957f75e439eaf97eb2a93decb32a4543e
- https://github.com/Anil-matcha/Open-Generative-AI/issues/310
- https://vuldb.com/cve/CVE-2026-90603
- https://vuldb.com/submit/914005
- https://vuldb.com/vuln/403185
- https://vuldb.com/vuln/403185/cti
A vulnerability was determined in Anil-matcha Open-Generative-AI up to 1.0.11/2.0.0. Affected by this vulnerability is the function renderHistory of the file ImageStudio.js of the component Studio Components. This manipulation causes cross site scripting. The attack may be initiated remotely. The pull request to fix this issue awaits acceptance.
A vulnerability was found in getzep graphiti up to 0.30.2. Affected is an unknown function of the file server/graph_service/main.py of the component REST API. The manipulation results in improper authentication. The attack can be launched remotely. The pull request to fix this issue awaits acceptance.
A vulnerability has been found in itsourcecode Sales and Inventory System 1.0. This impacts an unknown function of the file /pages/inv_edit1.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
The mcumgr SMP settings-management group handlers settings_mgmt_read(), settings_mgmt_write(), and settings_mgmt_delete() in subsys/mgmt/mcumgr/grp/settings_mgmt/src/settings_mgmt.c allocate a key_name buffer (and, for read, a data buffer) via k_malloc() when CONFIG_MCUMGR_GRP_SETTINGS_BUFFER_TYPE_HEAP is enabled, relying on the end: label to k_free() them. When CONFIG_MCUMGR_GRP_SETTINGS_ACCESS_HOOK is also enabled and the application access hook rejects a request by returning status MGMT_CB_ERROR_RC, the handler executed return ret_rc; directly, bypassing end: and leaking the heap allocation on every rejected request. The settings handlers are reachable over the unauthenticated SMP transport (Bluetooth LE, UART, or UDP, depending on product configuration). The access hook is the mechanism applications use to deny unauthorized settings access, and MGMT_CB_ERROR_RC is a common rejection style, so an attacker who can send settings read/write/delete commands that the hook rejects triggers a heap leak on each attempt. Because the leaked memory is never reclaimed until reboot, a sustained stream of rejected requests monotonically exhausts the kernel heap until k_malloc() fails, denying mcumgr service and impacting any other heap consumer on the device — a denial of service. The impact is availability-only; there is no memory corruption or information disclosure. Only configurations that select the heap buffer type, enable the access hook, and register a hook that returns MGMT_CB_ERROR_RC are affected (the default stack buffer type cannot leak).