- EPSS 0.03%
- Published 01.10.2025 12:15:50
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: ipv6: Add lwtunnel encap size of all siblings in nexthop calculation In function rt6_nlmsg_size(), the length of nexthop is calculated by multipling the nexthop length of fib6_info...
- EPSS 0.02%
- Published 01.10.2025 12:15:50
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: tracing/synthetic: Fix races on freeing last_cmd Currently, the "last_cmd" variable can be accessed by multiple processes asynchronously when multiple users manipulate synthetic_ev...
- EPSS 0.02%
- Published 01.10.2025 12:15:50
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() KASAN and KFENCE detected an user-after-free in the CXL driver. This happens in the cxl_decoder_add() fail path. KASAN prints th...
- EPSS 0.03%
- Published 01.10.2025 12:15:50
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: kobject: Add sanity check for kset->kobj.ktype in kset_register() When I register a kset in the following way: static struct kset my_kset; kobject_set_name(&my_kset.kobj, "my_kse...
- EPSS 0.03%
- Published 01.10.2025 12:15:50
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed Following process will trigger an infinite loop in ubi_wl_put_peb(): ubifs_bgt ubi_bgt ubifs_leb_unmap ub...
- EPSS 0.02%
- Published 01.10.2025 12:15:50
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: iommu: Fix error unwind in iommu_group_alloc() If either iommu_group_grate_file() fails then the iommu_group is leaked. Destroy it on these error paths. Found by kselftest/iommu/...
- EPSS 0.02%
- Published 01.10.2025 12:15:49
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlink_alloc Add a check for NULL on the alloc return. If devlink_alloc() fails and we try to use devlink_priv() on the NULL return, the kernel gets ver...
- EPSS 0.03%
- Published 01.10.2025 12:15:49
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras gfx9 cp_ecc_error_irq is only enabled when legacy gfx ras is assert. So in gfx_v9_0_hw_fini, interru...
- EPSS 0.03%
- Published 01.10.2025 12:15:49
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: pwm: lpc32xx: Remove handling of PWM channels Because LPC32xx PWM controllers have only a single output which is registered as the only PWM device/channel per controller, it is kno...
- EPSS 0.02%
- Published 01.10.2025 12:15:49
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: ext4: improve error handling from ext4_dirhash() The ext4_dirhash() will *almost* never fail, especially when the hash tree feature was first introduced. However, with the additio...