- EPSS 0.02%
- Published 17.09.2025 14:56:28
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix race in lowcomms This patch fixes a race between queue_work() in _dlm_lowcomms_commit_msg() and srcu_read_unlock(). The queue_work() can take the final reference of a ...
- EPSS 0.02%
- Published 17.09.2025 14:56:28
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure syzbot is reporting NULL pointer dereference at hci_uart_tty_close() [1], for rcu_sync_enter() is called without rc...
- EPSS 0.02%
- Published 17.09.2025 14:56:27
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix memory leak when build ntlmssp negotiate blob failed There is a memory leak when mount cifs: unreferenced object 0xffff888166059600 (size 448): comm "mount.cifs", p...
- EPSS 0.02%
- Published 17.09.2025 14:56:26
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: i2c: designware: Fix handling of real but unexpected device interrupts Commit c7b79a752871 ("mfd: intel-lpss: Add Intel Alder Lake PCH-S PCI IDs") caused a regression on certain Gi...
- EPSS 0.02%
- Published 17.09.2025 14:56:26
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: led: qcom-lpg: Fix sleeping in atomic lpg_brighness_set() function can sleep, while led's brightness_set() callback must be non-blocking. Change LPG driver to use brightness_set_bl...
- EPSS 0.03%
- Published 17.09.2025 14:56:24
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case the...
- EPSS 0.02%
- Published 17.09.2025 14:56:24
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix null-ptr-deref in vkms_release() A null-ptr-deref is triggered when it tries to destroy the workqueue in vkms->output.composer_workq in vkms_release(). KASAN: null-...
- EPSS 0.04%
- Published 17.09.2025 14:56:23
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: fs: fix UAF/GPF bug in nilfs_mdt_destroy In alloc_inode, inode_init_always() could return -ENOMEM if security_inode_alloc() fails, which causes inode->i_private uninitialized. Then...
- EPSS 0.04%
- Published 17.09.2025 14:56:17
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue When value < time_unit, the parameter of ilog2() will be zero and the return value is -1. u64(-1) is too large for shift e...
- EPSS 0.04%
- Published 17.09.2025 14:56:16
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: skbuff: Account for tail adjustment during pull operations Extending the tail can have some unexpected side effects if a program uses a helper like BPF_FUNC_skb_pull_data to read p...