Latest CVE Feed
-
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
-
0.0
NACVE-2023-53472
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 known in... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53471
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, interrupt di... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2023-53470
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 very unh... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2023-53469
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix null-ptr-deref in unix_stream_sendpage(). Bing-Jhong Billy Jheng reported null-ptr-deref in unix_stream_sendpage() with detailed analysis and a nice repro. unix_stream_sen... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Race Condition
-
0.0
NACVE-2023-53468
In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in alloc_wbufs() kmemleak reported a sequence of memory leaks, and show them as following: unreferenced object 0xffff8881575f8400 (size 1024): comm "mount"... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53467
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() Do `kfree_skb(new)` before `goto out` to prevent potential leak.... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
-
0.0
NACVE-2023-53466
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit Always purge mcu skb queues in mt7915_mcu_exit routine even if mt7915_firmware_state fails.... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53465
In the Linux kernel, the following vulnerability has been resolved: soundwire: qcom: fix storing port config out-of-bounds The 'qcom_swrm_ctrl->pconfig' has size of QCOM_SDW_MAX_PORTS (14), however we index it starting from 1, not 0, to match real port ... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53464
In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param() The validity of sock should be checked before assignment to avoid incorrect values. Commit 57569c37f0ad ("scsi: iscsi:... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53463
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Do not reset dql stats on NON_FATAL err All ibmvnic resets, make a call to netdev_tx_reset_queue() when re-opening the device. netdev_tx_reset_queue() resets the num_queued and... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Denial of Service
-
0.0
NACVE-2023-53462
In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in fill_frame_info() Syzbot reports the following uninit-value access problem. ===================================================== BUG: KMSAN: uninit-val... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53461
In the Linux kernel, the following vulnerability has been resolved: io_uring: wait interruptibly for request completions on exit WHen the ring exits, cleanup is done and the final cancelation and waiting on completions is done by io_ring_exit_work. That... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Denial of Service
-
0.0
NACVE-2023-53460
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix memory leak in rtw_usb_probe() drivers/net/wireless/realtek/rtw88/usb.c:876 rtw_usb_probe() warn: 'hw' from ieee80211_alloc_hw() not released on lines: 811 Fix this by... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2023-53459
In the Linux kernel, the following vulnerability has been resolved: HID: mcp-2221: prevent UAF in delayed work If the device is plugged/unplugged without giving time for mcp_init_work() to complete, we might kick in the devm free code path and thus have... Read more
Affected Products : linux_kernel- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption