- EPSS 0.05%
- Published 25.07.2025 14:15:33
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: NFC: nci: uart: Set tty->disc_data only in success path Setting tty->disc_data before opening the NCI device means we need to clean it up on error paths. This also opens some shor...
- EPSS 0.03%
- Published 25.07.2025 14:15:33
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: ice: fix eswitch code memory leak in reset scenario Add simple eswitch mode checker in attaching VF procedure and allocate required port representor memory structures only in switc...
- EPSS 0.04%
- Published 25.07.2025 14:15:33
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Release rproc->clean_table after rproc_attach() fails When rproc->state = RPROC_DETACHED is attached to remote processor through rproc_attach(), if rproc_handle_r...
- EPSS 0.04%
- Published 25.07.2025 14:15:33
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach() When rproc->state = RPROC_DETACHED and rproc_attach() is used to attach to the re...
- EPSS 0.03%
- Published 25.07.2025 14:15:32
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak of bio integrity If nvmet receives commands with metadata there is a continuous memory leak of kmalloc-128 slab or more precisely bio->bi_integrity. Since c...
- EPSS 0.04%
- Published 25.07.2025 14:15:32
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: remove WARN on bad firmware input If the firmware gives bad input, that's nothing to do with the driver's stack at this point etc., so the WARN_ON() doesn't add any v...
- EPSS 0.03%
- Published 25.07.2025 14:15:32
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: riscv: cpu_ops_sbi: Use static array for boot_data Since commit 6b9f29b81b15 ("riscv: Enable pcpu page first chunk allocator"), if NUMA is enabled, the page percpu allocator may be...
- EPSS 0.03%
- Published 25.07.2025 14:15:32
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: genirq/irq_sim: Initialize work context pointers properly Initialize `ops` member's pointers properly by using kzalloc() instead of kmalloc() when allocating the simulation work co...
- EPSS 0.03%
- Published 25.07.2025 14:15:32
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path put_unused_fd() doesn't free the installed file, if we've already done fd_install(). So we need to also free the sync_file. Pat...
- EPSS 0.04%
- Published 25.07.2025 14:15:32
- Last modified 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drm_sched_entity_push_job(), so msm_job_free() will never get called. Sinc...