- EPSS 0.06%
- Veröffentlicht 16.12.2025 13:39:59
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Do not dereference NULL pointer in plane reset The plane state in __drm_gem_reset_shadow_plane() can be NULL. Do not deref that pointer, but forward NULL to the other pl...
- EPSS 0.02%
- Veröffentlicht 16.12.2025 13:39:58
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix KASAN global-out-of-bounds warning When running "perf mem record" command on CWF, the below KASAN global-out-of-bounds warning is seen. =====================...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 13:39:57
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: riscv: stacktrace: Disable KASAN checks for non-current tasks Unwinding the stack of a task other than current, KASAN would report "BUG: KASAN: out-of-bounds in walk_stackframe+0x4...
- EPSS 0.02%
- Veröffentlicht 16.12.2025 13:30:29
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix general protection fault in __smc_diag_dump The syzbot report a crash: Oops: general protection fault, probably for non-canonical address 0xfbd5a5d5a0000003: 0000 [...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 13:30:28
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: sysfs: check visibility before changing group attribute ownership Since commit 0c17270f9b92 ("net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)"), __dev_cha...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 13:30:28
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: spi: rockchip-sfc: Fix DMA-API usage Use DMA-API dma_map_single() call for getting the DMA address of the transfer buffer instead of hacking with virt_to_phys(). This fixes the fo...
- EPSS 0.02%
- Veröffentlicht 16.12.2025 13:30:27
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link->enc NULL pointer access [why] 1.) dc->links[MAX_LINKS] array size smaller than actual requested. max_connector + max_dpia + 4...
- EPSS 0.02%
- Veröffentlicht 16.12.2025 13:30:26
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: arm64: mte: Do not warn if the page is already tagged in copy_highpage() The arm64 copy_highpage() assumes that the destination page is newly allocated and not MTE-tagged (PG_mte_t...
- EPSS 0.03%
- Veröffentlicht 16.12.2025 13:30:25
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: platform/mellanox: mlxbf-pmc: add sysfs_attr_init() to count_clock init The lock-related debug logic (CONFIG_LOCK_STAT) in the kernel is noting the following warning when the BlueF...
- EPSS 0.04%
- Veröffentlicht 16.12.2025 13:30:24
- Zuletzt bearbeitet 18.12.2025 15:08:25
In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat() The syzbot reported issue in hfsplus_delete_cat(): [ 70.682285][ T9333] ===========================================...