- EPSS 0.02%
- Published 19.08.2025 17:15:36
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv Currently both dev_coredumpv and skb_put_data in hci_devcd_dump use hdev->dump.head. However, dev_coredumpv can free ...
- EPSS 0.04%
- Published 19.08.2025 17:15:35
- Last modified 28.08.2025 15:15:54
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix KMSAN uninit-value in extent_info usage KMSAN reported a use of uninitialized value in `__is_extent_mergeable()` and `__is_back_mergeable()` via the read extent tree pat...
- EPSS 0.02%
- Published 19.08.2025 17:15:35
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: ext4: fix inode use after free in ext4_end_io_rsv_work() In ext4_io_end_defer_completion(), check if io_end->list_vec is empty to avoid adding an io_end that requires no conversion...
- EPSS 0.05%
- Published 19.08.2025 17:15:35
- Last modified 28.08.2025 15:15:54
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix crash when rebind ccp device for ccp.ko When CONFIG_CRYPTO_DEV_CCP_DEBUGFS is enabled, rebinding the ccp device causes the following crash: $ echo '0000:0a:00.2'...
- EPSS 0.03%
- Published 19.08.2025 17:15:35
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix double destruction of rsv_qp rsv_qp may be double destroyed in error flow, first in free_mr_init(), and then in hns_roce_exit(). Fix it by moving the free_mr_init() c...
- EPSS 0.04%
- Published 19.08.2025 17:15:35
- Last modified 28.08.2025 15:15:54
In the Linux kernel, the following vulnerability has been resolved: clk: xilinx: vcu: unregister pll_post only if registered correctly If registration of pll_post is failed, it will be set to NULL or ERR, unregistering same will fail with following...
- EPSS 0.02%
- Published 19.08.2025 17:15:35
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: padata: Fix pd UAF once and for all There is a race condition/UAF in padata_reorder that goes back to the initial commit. A reference count is taken at the start of the process in...
- EPSS 0.03%
- Published 19.08.2025 17:15:35
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int() When gmin_get_config_var() calls efi.get_variable() and the EFI variable is larger than the expected buffer...
- EPSS 0.05%
- Published 19.08.2025 17:15:34
- Last modified 28.08.2025 15:15:53
In the Linux kernel, the following vulnerability has been resolved: ipv6: reject malicious packets in ipv6_gso_segment() syzbot was able to craft a packet with very long IPv6 extension headers leading to an overflow of skb->transport_header. This ...
- EPSS 0.03%
- Published 19.08.2025 17:15:34
- Last modified 20.08.2025 14:40:17
In the Linux kernel, the following vulnerability has been resolved: spi: cs42l43: Property entry should be a null-terminated array The software node does not specify a count of property entries, so the array must be null-terminated. When untermina...