CVE-2025-21850
- EPSS 0.02%
- Veröffentlicht 12.03.2025 09:42:05
- Zuletzt bearbeitet 01.10.2025 20:18:29
In the Linux kernel, the following vulnerability has been resolved: nvmet: Fix crash when a namespace is disabled The namespace percpu counter protects pending I/O, and we can only safely diable the namespace once the counter drop to zero. Otherwis...
CVE-2025-21848
- EPSS 0.06%
- Veröffentlicht 12.03.2025 09:42:04
- Zuletzt bearbeitet 03.11.2025 20:17:22
In the Linux kernel, the following vulnerability has been resolved: nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() Add check for the return value of nfp_app_ctrl_msg_alloc() in nfp_bpf_cmsg_alloc() to prevent null pointer dereference.
CVE-2025-21849
- EPSS 0.02%
- Veröffentlicht 12.03.2025 09:42:04
- Zuletzt bearbeitet 01.10.2025 20:18:28
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Use spin_lock_irqsave() in interruptible context spin_lock/unlock() functions used in interrupt contexts could result in a deadlock, as seen in GitLab issue #13399, wh...
CVE-2025-21847
- EPSS 0.03%
- Veröffentlicht 12.03.2025 09:42:03
- Zuletzt bearbeitet 01.10.2025 20:18:28
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() The nullity of sps->cstream should be checked similarly as it is done in sof_set_stream_data_offset() functio...
CVE-2025-21846
- EPSS 0.05%
- Veröffentlicht 12.03.2025 09:42:02
- Zuletzt bearbeitet 03.11.2025 20:17:21
In the Linux kernel, the following vulnerability has been resolved: acct: perform last write from workqueue In [1] it was reported that the acct(2) system call can be used to trigger NULL deref in cases where it is set to write to a file that trigg...
CVE-2025-21845
- EPSS 0.03%
- Veröffentlicht 12.03.2025 09:42:01
- Zuletzt bearbeitet 01.10.2025 20:18:28
In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: sst: Fix SST write failure 'commit 18bcb4aa54ea ("mtd: spi-nor: sst: Factor out common write operation to `sst_nor_write_data()`")' introduced a bug where only one by...
CVE-2025-21844
- EPSS 0.06%
- Veröffentlicht 12.03.2025 09:42:00
- Zuletzt bearbeitet 03.11.2025 20:17:21
In the Linux kernel, the following vulnerability has been resolved: smb: client: Add check for next_buffer in receive_encrypted_standard() Add check for the return value of cifs_buf_get() and cifs_small_buf_get() in receive_encrypted_standard() to ...
CVE-2024-58089
- EPSS 0.03%
- Veröffentlicht 12.03.2025 09:41:59
- Zuletzt bearbeitet 01.10.2025 20:18:14
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double accounting race when btrfs_run_delalloc_range() failed [BUG] When running btrfs with block size (4K) smaller than page size (64K, aarch64), there is a very high c...
CVE-2024-58088
- EPSS 0.03%
- Veröffentlicht 12.03.2025 09:41:58
- Zuletzt bearbeitet 01.10.2025 20:18:14
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock when freeing cgroup storage The following commit bc235cdb423a ("bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]") first introduced deadlock pre...
CVE-2024-58087
- EPSS 0.22%
- Veröffentlicht 12.03.2025 07:28:09
- Zuletzt bearbeitet 01.10.2025 20:18:14
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix racy issue from session lookup and expire Increment the session reference count within the lock for lookup to avoid racy issue with session expire.