- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:17
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: nvme-core: fix memory leak in dhchap_secret_store Free dhchap_secret in nvme_ctrl_dhchap_secret_store() before we return fix following kmemleack:- unreferenced object 0xffff888637...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:16
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and rec...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:14
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: iavf: use internal state to free traffic IRQs If the system tries to close the netdev while iavf_reset_task() is running, __LINK_STATE_START will be cleared and netif_running() wil...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:13
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind (e.g. a subcomponent failing to bind). Since commit c3b790ea...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:11
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: md/raid5-cache: fix a deadlock in r5l_exit_log() Commit b13015af94cf ("md/raid5-cache: Clear conf->log after finishing work") introduce a new problem: // caller hold reconfig_mute...
- EPSS 0.04%
- Veröffentlicht 09.12.2025 01:30:10
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Fix uninit-value in alauda_check_media() Syzbot got KMSAN to complain about access to an uninitialized value in the alauda subdriver of usb-storage: BUG: KMSA...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:09
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on direct node in truncate_dnode() syzbot reports below bug: BUG: KASAN: slab-use-after-free in f2fs_truncate_data_blocks_range+0x122a/0x14c0 fs/f2fs/...
- EPSS 0.05%
- Veröffentlicht 09.12.2025 01:30:08
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfs_mdt_get_block() If the disk image that nilfs2 mounts is corrupted and a virtual block address obtained by block lookup for a metadata file is inv...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:06
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Don't leak a resource on swapout move error If moving the bo to system for swapout failed, we were leaking a resource. Fix.
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:30:05
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject negative ifindex Recent changes in net-next (commit 759ab1edb56c ("net: store netdevs in an xarray")) refactored the handling of pre-assigned ifindexes and...