- EPSS 0.02%
- Published 04.10.2025 15:43:54
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix pci device refcount leak in ppr_notifier() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, t...
- EPSS 0.03%
- Published 04.10.2025 15:43:53
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid scheduling in rtas_os_term() It's unsafe to use rtas_busy_delay() to handle a busy status from the ibm,os-term RTAS function in rtas_os_term(): Kernel panic - ...
- EPSS 0.03%
- Published 04.10.2025 15:43:52
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2_nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resource_size(add_range) invoked, if platform_get_resource() returns NULL.
- EPSS 0.02%
- Published 04.10.2025 15:43:52
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: mm: /proc/pid/smaps_rollup: fix no vma's null-deref Commit 258f669e7e88 ("mm: /proc/pid/smaps_rollup: convert to single value seq_file") introduced a null-deref if there are no vma...
- EPSS 0.03%
- Published 04.10.2025 15:43:51
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for dcoda_iram_alloc As the coda_iram_alloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereferenc...
- EPSS 0.02%
- Published 04.10.2025 15:43:50
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_register() failed If some items in nsim_dev_resources_register() fail, memory leak will occur. The following ...
- EPSS 0.03%
- Published 04.10.2025 15:43:50
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvb_register_device() In function dvb_register_device() -> dvb_register_media_device() -> dvb_create_media_entity(), dvb->entity is allocated an...
- EPSS 0.02%
- Published 04.10.2025 15:43:49
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: eth: alx: take rtnl_lock on resume Zbynek reports that alx trips an rtnl assertion on resume: RTNL: assertion failed at net/core/dev.c (2891) RIP: 0010:netif_set_real_num_tx_que...
- EPSS 0.03%
- Published 04.10.2025 15:43:48
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: fix shift-out-of-bounds in check_special_flags UBSAN reported a shift-out-of-bounds warning: left shift of 1 by 31 places cannot be represented in type 'int' Call T...
- EPSS 0.03%
- Published 04.10.2025 15:43:47
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: dm cache: Fix UAF in destroy() Dm_cache also has the same UAF problem when dm_resume() and dm_destroy() are concurrent. Therefore, cancelling timer again in destroy().