CTSES A.I CyberSecurity Scoring
03/05/2026
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Clinical Trial Supply Event Series in 2026.
No incidents recorded for Clinical Trial Supply Event Series in 2026.
No incidents recorded for Clinical Trial Supply Event Series in 2026.
Hospitals and Health Care
Our purpose is to provide safe, high quality health and personal social services to the population of Ireland. Our vision is a healthier Ireland with a high quality health service valued by all. Our Workforce The health service is the largest employer in the state with over 110,000 whole time equivalents (WTEs) (not including home helps) employed. Over 70,000 are employed directly by the HSE with the remaining 40,000 employed by voluntary hospitals and agencies. Our vision for healthcare is to put people at the heart of everything we do – we are committed to delivering high quality safe healthcare to our service users, communities and the wider population. Our staff are at the core of the delivery of healthcare services, working within and across all care settings in communities, hospitals and healthcare offices.
Com 80 anos de experiência, a Hapvida é hoje a maior empresa de saúde integrada da América Latina. A companhia, que possui mais de 73 mil colaboradores, atende 16 milhões de beneficiários de saúde e odontologia espalhados pelas cinco regiões do Brasil. Todo o aparato foi construído a partir de uma visão voltada ao cuidado de ponta a ponta, a partir de 86 hospitais, 78 prontos atendimentos, 363 clínicas médicas e 305 centros de diagnóstico por imagem e coleta laboratorial, além de unidades especificamente voltadas ao cuidado preventivo e crônico. Dessa combinação de negócios, apoiada em qualidade médica e inovação, resulta uma empresa com os melhores recursos humanos e tecnológicos para os seus clientes.
Det handler om liv. Om at bringe liv til verden og skabe livskvalitet. Om at redde liv og forbedre liv. Som medarbejder i Region Hovedstaden træder du ind i en verden af muligheder og mangfoldighed med plads til dine ambitioner. Du er en del af et stærkt fagligt miljø, hvor vi har fingeren på pulsen og gør hinanden bedre. Det er noget af det, vi gerne vil vise dig på Region Hovedstadens LinkedIn-profil. Gå ind på www.regionh.dk/job og læs mere om jobmulighederne.
At Johnson & Johnson MedTech, we are working to solve the world’s most pressing healthcare challenges through innovations at the intersection of biology and technology. With deep expertise in surgery, orthopaedics, cardiovascular, and vision, we design healthcare solutions that are smarter, less invasive and more personalized. We are developing the next generation of med tech solutions to tackle the most pervasive and complex health challenges for people around the world.
Founded in 1866, University Hospitals serves the needs of patients through an integrated network of 23 hospitals (including 5 joint ventures), more than 50 health centers and outpatient facilities, and over 200 physician offices in 16 counties throughout northern Ohio. The system’s flagship quaternary care, academic medical center, University Hospitals Cleveland Medical Center, is affiliated with Case Western Reserve University School of Medicine, Northeast Ohio Medical University, Oxford University and the Technion Israel Institute of Technology. The main campus also includes the UH Rainbow Babies & Children's Hospital, ranked among the top children’s hospitals in the nation; UH MacDonald Women's Hospital, Ohio's only hospital for women; and UH Seidman Cancer Center, part of the NCI-designated Case Comprehensive Cancer Center. UH is home to some of the most prestigious clinical and research programs in the nation, with more than 3,000 active clinical trials and research studies underway. UH Cleveland Medical Center is perennially among the highest performers in national ranking surveys, including “America’s Best Hospitals” from U.S. News & World Report. UH is also home to 19 Clinical Care Delivery and Research Institutes. UH is one of the largest employers in Northeast Ohio with more than 30,000 employees.
Queensland Health is the state's largest healthcare provider. We are committed to ensuring all Queenslanders have access to a range of public healthcare services aimed at achieving good health and well-being. Through a network of 16 Hospital and Health Services, as well as the Mater Hospitals, Queensland Health delivers a range of integrated services including hospital inpatient, outpatient and emergency services, community and mental health services, aged care services and public health and health promotion programs.
M42 is an Abu Dhabi-based, global tech-enabled healthcare company operating at the forefront of medical advancement. The company is seeking to transform lives through innovative clinical solutions that can solve the world’s most critical health and diagnostic challenges. By harnessing unique medical and data-centric technologies, including genomics and AI, M42 is transforming the traditional healthcare ecosystem and delivering the highest level of precise, patient-centric, and preventative care. M42 has over 20,000 employees and more than 450 facilities in 26 countries around the world. M42 owns a wide portfolio of assets that includes Amana Healthcare, Biogenix Labs, Danat Al Emarat, Diaverum, HealthPoint Hospital, the HealthPlus network of specialty centers, Moorfields Eye Hospital Abu Dhabi, Imperial College London Diabetes Centre, Insights Research Organization & Solutions (IROS), Omics Center of Excellence and National Reference Laboratory, among others.
UCSF Health is an integrated health care network encompassing several entities, including UCSF Medical Center, one of the nation’s top 10 hospitals according to U.S. News & World Report, and UCSF Benioff Children’s Hospitals, with campuses in Oakland and San Francisco. We are recognized throughout the world for our innovative patient care, advanced technology and pioneering research. For more than a century, we have offered the highest quality medical treatment. Today, our expertise covers virtually all specialties, from cancer to women's health. In addition, the compassionate care provided by our doctors, nurses and other staff is a key to our success. Our services generate about 1.1 million patient visits to our clinics a year and $3.2 billion in annual revenue. We have 12,000 employees and dozens of locations throughout San Francisco as well as outreach clinics throughout Northern California and beyond.
The first academic health center in Texas opened its doors in 1891 and today has four campuses, five health sciences schools, seven institutes for advanced study, a research enterprise that includes one of only two national laboratories dedicated to the safe study of infectious threats to human health, a Level 1 Trauma Center and a health system offering a full range of primary and specialized medical services throughout the Texas Gulf Coast region. UTMB is an institution in The University of Texas System and a member of the Texas Medical Center.
Latest updates, reports, and threat intel affecting the global network.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, the fix for CVE-2026-22778, which introduced a sanitize_message helper that strips object-repr memory addresses from error messages before they reach the client, is incomplete: several response paths echo str(exc) directly to clients without calling sanitize_message. The unsanitized sites include the Anthropic API router in vllm/entrypoints/anthropic/api_router.py (the POST /v1/messages and POST /v1/messages/count_tokens handlers), the Server-Sent Events streaming converter in vllm/entrypoints/anthropic/serving.py, and the realtime speech-to-text WebSocket in vllm/entrypoints/speech_to_text/realtime/connection.py. These paths catch the exception inside the route coroutine and construct the JSONResponse themselves, bypassing the sanitizing global FastAPI exception handler, and WebSocket frames do not traverse that handler chain at all. Using the same primitive as the parent issue, an unauthenticated attacker can send malformed image bytes through the Anthropic Messages API image content parts so that PIL.Image.open raises an UnidentifiedImageError whose message contains the BytesIO object repr, leaking the heap memory address verbatim in the error.message field of the response body. This vulnerability is fixed in 0.23.1rc0.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, ll temperature validation gates use comparison operators (<, >), which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagate to GPU sampling kernels, where they produce undefined behavior or CUDA errors that can crash the inference worker. This vulnerability is fixed in 0.23.1rc0.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, vLLM's /v1/audio/transcriptions endpoint limits compressed upload size but not decoded PCM output. A 25MB OPUS file expands to ~14.9GB of float32 PCM at decode time. This vulnerability is fixed in 0.23.1rc0.
vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.22.1, the vLLM Dockerfile is vulnerable to a dependency confusion attack through the flashinfer-jit-cache package. The package is installed from a custom index (flashinfer.ai/whl/) using --extra-index-url, but the package name was not registered on PyPI, and UV_INDEX_STRATEGY="unsafe-best-match" is set globally. An attacker who registers flashinfer-jit-cache on PyPI with version 0.6.11.post2 can execute arbitrary code as root during the Docker build and backdoor every resulting container image, enabling exfiltration of all user prompts, API credentials, and model data from production vLLM deployments This vulnerability is fixed in 0.22.1.
vLLM is an inference and serving engine for large language models (LLMs). From 0.5.5 until 0.23.1rc0, integer truncation of tensor dimensions in vLLM's GGUF dequantize kernels (csrc/quantization/gguf/gguf_kernel.cu) causes partial tensor processing. The output tensor is allocated at full size via torch::empty (uninitialized memory), but the dequantize CUDA kernel processes only a truncated number of elements. The unfilled portion of the output tensor retains whatever was previously in GPU memory. In multi-tenant inference deployments, this residual GPU memory may contain tensor data from other users' inference requests, constituting information disclosure. This vulnerability is fixed in 0.23.1rc0.
curl -i -X GET 'https://api.rankiteo.com/underwriter-getcompany-history?
linkedin_id=axa' -H 'apikey: YOUR_API_KEY_HERE'
Every week, Rankiteo analyzes billions of signals to give organizations a sharper, faster view of emerging risks. With deeper, more actionable intelligence at their fingertips, security teams can outpace threat actors, respond instantly to Zero-Day attacks, and dramatically shrink their risk exposure window.
Rankiteo is a unified scoring and risk platform that analyzes billions of signals weekly to help organizations gain faster, more actionable insights into emerging threats. Empowering teams to outpace adversaries and reduce exposure.