- 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: 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 b...
- 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: 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 c...
- 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: 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 dereferenc...
- EPSS 0.02%
- Published 01.10.2025 12:15:48
- Last modified 02.10.2025 19:12:17
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_queue...
- EPSS 0.02%
- Published 01.10.2025 12:15:48
- Last modified 02.10.2025 19:12:17
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: i...
- EPSS 0.02%
- Published 01.10.2025 12:15:48
- Last modified 02.10.2025 19:12:17
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 ...
- EPSS 0.02%
- Published 01.10.2025 12:15:48
- Last modified 02.10.2025 19:12:17
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.
- EPSS 0.02%
- Published 01.10.2025 12:15:48
- Last modified 02.10.2025 19:12:17
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.
- EPSS 0.03%
- Published 01.10.2025 12:15:48
- Last modified 02.10.2025 19:12:17
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 "m...
- EPSS 0.02%
- Published 01.10.2025 12:15:48
- Last modified 02.10.2025 19:12:17
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_strea...