- EPSS 0.02%
- Published 01.10.2025 12:15:51
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance the attribute size check This combines the overflow and boundary check so that all attribute size will be properly examined while enumerating them. [ 169.181521...
- EPSS 0.03%
- Published 01.10.2025 12:15:51
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas_flash: allow user copy to flash block cache objects With hardened usercopy enabled (CONFIG_HARDENED_USERCOPY=y), using the /proc/powerpc/rtas/firmware_update interface...
- EPSS 0.03%
- Published 01.10.2025 12:15:51
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix possible panic during hotplug remove During hotplug remove it is possible that the update counters work might be pending, and may run after memory has been freed. Canc...
- EPSS 0.04%
- Published 01.10.2025 12:15:51
- Last modified 02.10.2025 19:12:17
In the Linux kernel, the following vulnerability has been resolved: tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp. syzkaller reported [0] memory leaks of an UDP socket and ZEROCOPY skbs. We can reproduce the problem with these se...
- 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/...