- EPSS 0.02%
- Published 04.10.2025 15:44:01
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: bpf: reject unhashed sockets in bpf_sk_assign The semantics for bpf_sk_assign are as follows: sk = some_lookup_func() bpf_sk_assign(skb, sk) bpf_sk_release(sk) That i...
- EPSS 0.02%
- Published 04.10.2025 15:44:01
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix multiple LUN_RESET handling This fixes a bug where an initiator thinks a LUN_RESET has cleaned up running commands when it hasn't. The bug was added in commit 51e...
- EPSS 0.02%
- Published 04.10.2025 15:43:59
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start() Since commit 096b52fd2bb4 ("perf: RISC-V: throttle perf events") the perf_sample_event_took() function was ...
- EPSS 0.02%
- Published 04.10.2025 15:43:59
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process There are two states for ubifs writing pages: 1. Dirty, Private 2. Not Dirty, Not Private The normal process...
- EPSS 0.02%
- Published 04.10.2025 15:43:58
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds Fix a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated i...
- EPSS 0.02%
- Published 04.10.2025 15:43:57
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: USB: Gadget: core: Help prevent panic during UVC unconfigure Avichal Rakesh reported a kernel panic that occurred when the UVC gadget driver was removed from a gadget's configurati...
- EPSS 0.02%
- Published 04.10.2025 15:43:57
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Check for NOT_READY flag state after locking Currently the check for NOT_READY flag is performed before obtaining the necessary lock. This opens a possibility for race c...
- EPSS 0.02%
- Published 04.10.2025 15:43:56
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power After 'commit ba45841ca5eb ("wifi: mt76: mt76x02: simplify struct mt76x02_rate_power")', mt76x02 relies on ht[0-7]...
- EPSS 0.02%
- Published 04.10.2025 15:43:55
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate data run offset This adds sanity checks for data run offset. We should make sure data run offset is legit before trying to unpack them, otherwise we may encounte...
- EPSS 0.02%
- Published 04.10.2025 15:43:54
- Last modified 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix pci device refcount leak in ppr_notifier() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, t...