- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:35
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix a leak in map_user_pages() If get_user_pages_fast() allocates some pages but not as many as we wanted, then the current code leaks those pages. Call put_page() on ...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:34
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-sysman: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned. This means that we need to dispose...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:34
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdp_set_features() Hold RTNL lock when calling xdp_set_features() with a registered netdev, as the call triggers the netdev not...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:33
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batch_last_index should use 'start_index' since at input to this function the batc...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:32
- Zuletzt bearbeitet 29.10.2025 11:15:43
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs The gfx.cp_ecc_error_irq is retired in gfx11. In gfx_v11_0_hw_fini still use amdgpu_irq_put to disable this interrupt, which cause...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:32
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message in softirq context I experienced the following KASAN use-after-free warning: [ 151.760477] ...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:31
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list When freeing slots in function slot_complete_v3_hw(), it is possible that sas_dev.list is being traver...
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:30
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gvt: fix vgpu debugfs clean in remove Check carefully on root debugfs available when destroying vgpu, e.g in remove case drm minor's debugfs root might already be destroye...
- EPSS 0.04%
- Veröffentlicht 07.10.2025 15:19:30
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: ext4: fix possible double unlock when moving a directory
- EPSS 0.04%
- Veröffentlicht 07.10.2025 15:19:29
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_fq: fix integer overflow of "credit" if sch_fq is configured with "initial quantum" having values greater than INT_MAX, the first assignment of "credit" does signed ...