CMHS A.I CyberSecurity Scoring
15/05/2026
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for College of Medicine and Health Sciences in 2026.
No incidents recorded for College of Medicine and Health Sciences in 2026.
No incidents recorded for College of Medicine and Health Sciences in 2026.
At NUS, we are shaping the future through our people and our pursuit of new frontiers in knowledge. In a single century, we have become a university of global influence and an Asian thought leader. Our location at the crossroads of Asia informs our mission and gives us a tremendous vantage point to help create opportunities and address the pressing issues facing Singapore, Asia and the world. At NUS, we believe in education, research and service that change lives. Read our social media community guidelines here: https://nus.edu/socialmediaguidelines.
Ain Shams University, as the third Egyptian university, was founded in July 1950 under the name of "Ibrahim Pasha University". It participated with the two earlier universities, "Cairo University" (Fua'd the 1st ) and "Alexandria University" (Farouk the 1st) in fulfilling the message of universities and meeting the increasing demand of youth for higher education. When it was first established, Ain Shams University comprised a number of distinguished faculties and academic institutes, which were later developed into university.
University of Florida is a major, public, comprehensive, land-grant, research university. The state's oldest, largest and most comprehensive university, it is among the nation's most academically diverse public universities. University of Florida has a long history of established programs in international education, research and service. It was founded in 1853 and is based in Gainesville, Florida.
A Universidade de São Paulo (USP) é uma universidade pública, mantida pelo Estado de São Paulo e ligada à Secretaria de Desenvolvimento Econômico, Ciência, Tecnologia e Inovação (SDECTI). O talento e dedicação dos docentes, alunos e funcionários têm sido reconhecidos por diferentes rankings mundiais, criados para medir a qualidade das universidades a partir de diversos critérios, principalmente os relacionados à produtividade científica.
For more than a century, The University of Queensland (UQ) has maintained a global reputation for delivering knowledge leadership for a better world. The most prestigious and widely recognised rankings of world universities consistently place UQ among the world's top universities. UQ has also won more national teaching awards than any other Australian university. This commitment to quality teaching empowers our 53,600 current students, who study across UQ’s three campuses, to create positive change for society. Our research has global impact, delivered by an interdisciplinary research community of more than 1500 researchers at our six faculties, eight research institutes and more than 100 research centres. Social Media Community Guidelines: https://marketing-communication.uq.edu.au/services/social-media/social-media-community-guidelines CRICOS Provider 00025B • TEQSA PRV12080
La Universidad de Buenos Aires (UBA) es la universidad pública más importante de Argentina. Es reconocida por los principales rankings internacionales como la mejor universidad de Iberoamérica. Actualmente, ocupa el puesto Nº 67 en el Ranking QS global. Su modelo de gratuidad, excelencia académica y masividad hacen de la UBA una institución de enseñanza única en el mundo, con más de 330.000 estudiantes, 23.000 profesores/as y más de 10.000 investigadores/as. Además, por sus aulas pasaron los 5 Premios Nobel de Argentina. Tiene 13 facultades con más de 100 carreras de grado y casi 500 de posgrado, 6 escuelas preuniversitarias, más de 60 institutos de investigación y 6 hospitales públicos con diferentes especialidades. #OrgulloUBA
Université de Montréal and its two affiliated schools, Polytechnique Montréal and HEC Montréal, is Quebec's biggest university complex and one of the largest in North America. Its 450,000 graduates make their presence felt around the globe and in every sphere of activity. Since 2018, UdeM has consistently ranked as one of Canada's top 100 employers.
Monash University is Australia’s largest and most international university. Its extensive educational offering, delivered via our 10 faculties, includes undergraduate, postgraduate and research courses. Monash is a research-intensive university, known for some significant and lasting discoveries that have delivered impact beyond the academic community. The university is home to a range of world-leading facilities and technologies, giving it wide-ranging capabilities across many fields, sectors and industries. Monash works with a variety of industry, government and community groups, allowing its researchers to share their discoveries with the world. Monash is a truly global institution, with five Australian campuses, a campus in Malaysia, a joint graduate school in China, a learning centre in Italy, and a research centre in India. At Monash, cultural experiences are lived, not described. Registered Australian University CRICOS No: 00008C
Página oficial. La Universidad Nacional de Colombia fue creada en 1867 por medio de la expedición de la Ley 66 del Congreso de la República, como un ente universitario con plena autonomía vinculado al Ministerio de Educación Nacional, con régimen especial, de carácter público y perteneciente al Estado. La Universidad Nacional de Colombia cumple funciones orientadas a promover, en nombre del Estado y bajo su fomento, el desarrollo de la educación superior hasta sus más altos niveles; favorecer el acceso a ella y estimular la docencia, la investigación, las ciencias, la creación artística y la extensión, para alcanzar la excelencia. Por su carácter nacional y para cumplir la misión de contribuir a la identidad de la nación en su diversidad, la Institución está constituida por nueve sedes en el territorio nacional: Amazonia, Caribe, Bogotá, Manizales, Medellín, Orinoquia, Palmira, Tumaco y de La Paz.
Latest updates, reports, and threat intel affecting the global network.
A vulnerability in keras-team/keras version 3.15.0 allows unsafe deserialization of attacker-controlled PyTorch pickle data through the public `keras.layers.TorchModuleWrapper.from_config` method. This method invokes `torch.load(..., weights_only=False)` without requiring an explicit unsafe opt-in, such as a `safe_mode=False` parameter. When called outside a `SafeModeScope(True)` context, the absence of an ambient safe mode state permits unsafe deserialization by default. This issue can lead to arbitrary code execution if untrusted Keras layer configurations are processed using this method. The vulnerability arises because the method does not enforce safe deserialization practices unless explicitly guarded by Keras safe mode.
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommu_mmio_write() and iommu_capability_write(), the variables dbg_mmio_offset and dbg_cap_offset are declared as int. However, they are populated using kstrtou32_from_user(). If a user provides a sufficiently large value, it can become a negative integer. Prior to this patch, the AMD IOMMU debugfs implementation was already protected by different mechanisms. 1. #define OFS_IN_SZ 8 ensures the user string <= 8 bytes, so e.g. 0xffffffff isn't a valid input. if (cnt > OFS_IN_SZ) return -EINVAL; 2. Implicit type promotion in iommu_mmio_write(), dbg_mmio_offset is int and iommu->mmio_phys_end is u64 if (dbg_mmio_offset > iommu->mmio_phys_end - sizeof(u64)) return -EINVAL; 3. The show handlers would currently catch the negative number and refuse to perform the read. Replace kstrtou32_from_user() with kstrtos32_from_user() to parse the input, and check for negative values to explicitly prevent out-of-bounds memory accesses directly in iommu_mmio_write() and iommu_capability_write().
In the Linux kernel, the following vulnerability has been resolved: sysfs: don't remove existing directory on update failure When sysfs_update_group() is called for a named group and create_files() fails (e.g. -ENOMEM), internal_create_group() calls kernfs_remove(kn) on the group directory. In the update path, kn was obtained via kernfs_find_and_get() and refers to a directory that already existed before this call. Removing it silently destroys a sysfs group that the caller did not create. Only remove the directory if we created it ourselves. On update failure the directory remains as it is left empty by remove_files() inside create_files(), but can be repopulated by a retry.
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break() damon_sysfs_memcg_path_to_id() breaks mem_cgroup_iter() loop without calling mem_cgroup_iter_break(). This leaks the cgroup reference. Fix the issue by calling mem_cgroup_iter_break() before the break. The issue was discovered [1] by Sashiko.
In the Linux kernel, the following vulnerability has been resolved: efi: Allocate runtime workqueue before ACPI init Since commit 5894cf571e14 ("acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers") ACPI PRM calls are delegated to a workqueue which runs in a kernel thread, making it easier to detect and mitigate faulting memory accesses performed by the firmware. Rafael reports that such PRM accesses may occur before efisubsys_init() executes, which is where the workqueue is allocated, leading to NULL pointer dereferences. Since acpi_init() [which triggers the early PRM accesses] executes as a subsys_initcall() as well, and has its own dependencies that may be sensitive to initcall ordering, deferring acpi_init() is not an option. So instead, split off the workqueue allocation into its own postcore initcall, as this is the only missing piece to allow EFI runtime calls to be made. This ensures that EFI runtime call (including PRM calls) are accessible to all code running at subsys_initcall() level.
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.