Latest CVE Feed
-
0.0
NACVE-2023-53492
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not ignore genmask when looking up chain by id When adding a rule to a chain referring to its ID, if that chain had been deleted on the same batch, the rule mig... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
-
0.0
NACVE-2023-53491
In the Linux kernel, the following vulnerability has been resolved: start_kernel: Add __no_stack_protector function attribute Back during the discussion of commit a9a3ed1eff36 ("x86: Fix early boot crash on gcc-10, third try") we discussed the need for ... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2023-53490
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix disconnect vs accept race Despite commit 0ad529d9fd2b ("mptcp: fix possible divide by zero in recvmsg()"), the mptcp protocol is still prone to a race between disconnect() (o... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Race Condition
-
0.0
NACVE-2023-53489
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 sequenc... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53488
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. Cancel th... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53487
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 to p... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2023-53486
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] BUG... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53485
In the Linux kernel, the following vulnerability has been resolved: fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in fs/jfs/jfs_dmap.c:1965:6 index -84 is out of... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53484
In the Linux kernel, the following vulnerability has been resolved: lib: cpu_rmap: Avoid use after free on rmap->obj array entries When calling irq_set_affinity_notifier() with NULL at the notify argument, it will cause freeing of the glue pointer in th... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53483
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup() devm_kzalloc() may fail, clk_data->name might be NULL and will cause a NULL pointer dereference later. [ rj... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53482
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/iommu... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53481
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 ubi_leb... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Denial of Service
-
0.0
NACVE-2023-53480
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_kset"); ... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2023-53479
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 the fol... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53478
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_events ... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Race Condition
-
0.0
NACVE-2023-53477
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 and ... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
-
0.0
NACVE-2023-53476
In the Linux kernel, the following vulnerability has been resolved: iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry() This condition needs to match the previous "if (epcp->state == LISTEN) {" exactly to avoid a NULL dereference of ... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53475
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: tegra: fix sleep in atomic call When we set the dual-role port to Host mode, we observed the following splat: [ 167.057718] BUG: sleeping function called from invalid contex... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2023-53474
In the Linux kernel, the following vulnerability has been resolved: x86/MCE/AMD: Use an u64 for bank_map Thee maximum number of MCA banks is 64 (MAX_NR_BANKS), see a0bc32b3cacf ("x86/mce: Increase maximum number of banks to 64"). However, the bank_m... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2023-53473
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 addition of ... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Denial of Service