- EPSS 0.04%
- Published 18.09.2025 13:33:14
- Last modified 29.09.2025 12:15:45
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindex_set_parms Syzkaller reports a memory leak as follows: ==================================== BUG: memory leak unreferenced object 0xffff88810c2...
- EPSS 0.03%
- Published 18.09.2025 13:33:13
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: integrity: Fix memory leakage in keyring allocation error path Key restriction is allocated in integrity_init_keyring(). However, if keyring allocation failed, it is not freed, cau...
- EPSS 0.02%
- Published 18.09.2025 13:33:12
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: SDMA update use unlocked iterator SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. W...
- EPSS 0.04%
- Published 18.09.2025 13:33:12
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismt_access() When the driver does not check the data from the user, the variable 'data->block[0]' may be very large to cause an out-of-bound...
- EPSS 0.02%
- Published 18.09.2025 13:33:11
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe() The node returned by of_parse_phandle() with refcount incremented, of_node_put() needs be ca...
- EPSS 0.02%
- Published 18.09.2025 13:33:10
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN...
- EPSS 0.02%
- Published 18.09.2025 13:33:10
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix memory leak in set_mempolicy_home_node system call When encountering any vma in the range with policy other than MPOL_BIND or MPOL_PREFERRED_MANY, an error is ret...
- EPSS 0.03%
- Published 18.09.2025 13:33:09
- Last modified 19.09.2025 16:00:46
In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak In crb_acpi_add(), we get the TPM2 table to retrieve information like start method, and then assign them to the pri...
- EPSS 0.02%
- Published 18.09.2025 13:33:08
- Last modified 19.09.2025 16:00:46
In the Linux kernel, the following vulnerability has been resolved: nvme: fix multipath crash caused by flush request when blktrace is enabled The flush request initialized by blk_kick_flush has NULL bio, and it may be dealt with nvme_end_req durin...
- EPSS 0.04%
- Published 18.09.2025 13:33:07
- Last modified 19.09.2025 16:00:46
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix user-after-free This uses l2cap_chan_hold_unless_zero() after calling __l2cap_get_chan_blah() to prevent the following trace: Bluetooth: l2cap_core.c:static ...