- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:34:12
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: mmc: toshsd: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:34:11
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drm_copy_field() to attempt copying a NULL pointer There are some struct drm_driver fields that are required by drivers since drm_copy_field() attempts to copy them to...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:23:48
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add While doing smcr_port_add, there maybe linkgroup add into or delete from smc_lgr_list.list at t...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:23:47
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: dm flakey: don't corrupt the zero page When we need to zero some range on a block device, the function __blkdev_issue_zero_pages submits a write bio with the bio vector pointing to...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:23:46
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: refscale: Fix uninitalized use of wait_queue_head_t Running the refscale test occasionally crashes the kernel with the following error: [ 8569.952896] BUG: unable to handle page f...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:23:45
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: media: af9005: Fix null-ptr-deref in af9005_i2c_xfer In af9005_i2c_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf woul...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:23:45
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/sriov: perform null check on iov before dereferencing iov Currently pointer iov is being dereferenced before the null check of iov which can lead to null pointer de...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:23:44
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovl_get_acl_rcu() Following process: P1 P2 path_openat link_path_walk may_lookup inode_permission(rcu) ...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:23:43
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: ext4: fix deadlock when converting an inline directory in nojournal mode In no journal mode, ext4_finish_convert_inline_dir() can self-deadlock by calling ext4_handle_dirty_dirbloc...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:23:43
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: samples/bpf: Fix buffer overflow in tcp_basertt Using sizeof(nv) or strlen(nv)+1 is correct.