- EPSS 0.03%
- Veröffentlicht 08.12.2025 01:16:40
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: fix memory leak in dvb_usb_adapter_init() Syzbot reports a memory leak in "dvb_usb_adapter_init()". The leak is due to not accounting for and freeing current iterat...
- EPSS 0.03%
- Veröffentlicht 08.12.2025 01:16:39
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: avoid SBSA UART accessing DMACR register Chapter "B Generic UART" in "ARM Server Base System Architecture" [1] documentation describes a generic UART interface....
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:38
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: net: netsec: fix error handling in netsec_register_mdio() If phy_device_register() fails, phy_device_free() need be called to put refcount, so memory of phy device and device name ...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:37
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: fpga: prevent integer overflow in dfl_feature_ioctl_set_irq() The "hdr.count * sizeof(s32)" multiplication can overflow on 32 bit systems leading to memory corruption. Use array_s...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:35
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential memory leak in ext4_fc_record_modified_inode() As krealloc may return NULL, in this case 'state->fc_modified_inodes' may not be freed by krealloc, but 'state->f...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:34
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: dm: verity-loadpin: Only trust verity targets with enforcement Verity targets can be configured to ignore corrupted data blocks. LoadPin must only trust verity targets that are con...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:33
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to invalidate dcc->f2fs_issue_discard in error path Syzbot reports a NULL pointer dereference issue as below: __refcount_add include/linux/refcount.h:193 [inline] __re...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:32
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr() If the number of pages from the userptr BO differs from the SG BO then the allocated memory for the SG table doesn't get fre...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:31
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: mmc: meson-gx: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmc...
- EPSS 0.02%
- Veröffentlicht 08.12.2025 01:16:30
- Zuletzt bearbeitet 08.12.2025 18:26:19
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/powerplay/psm: Fix memory leak in power state init Commit 902bc65de0b3 ("drm/amdgpu/powerplay/psm: return an error in power state init") made the power state init functi...