CVE-2025-21856
- EPSS 0.01%
- Veröffentlicht 12.03.2025 09:42:09
- Zuletzt bearbeitet 01.10.2025 20:18:29
In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to device_release() in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. T...
CVE-2025-21854
- EPSS 0.01%
- Veröffentlicht 12.03.2025 09:42:08
- Zuletzt bearbeitet 01.10.2025 20:18:29
In the Linux kernel, the following vulnerability has been resolved: sockmap, vsock: For connectible sockets allow only connected sockmap expects all vsocks to have a transport assigned, which is expressed in vsock_proto::psock_update_sk_prot(). How...
CVE-2025-21853
- EPSS 0.02%
- Veröffentlicht 12.03.2025 09:42:07
- Zuletzt bearbeitet 03.11.2025 20:17:22
In the Linux kernel, the following vulnerability has been resolved: bpf: avoid holding freeze_mutex during mmap operation We use map->freeze_mutex to prevent races between map_freeze() and memory mapping BPF map contents with writable permissions. ...
CVE-2025-21848
- EPSS 0.02%
- Veröffentlicht 12.03.2025 09:42:04
- Zuletzt bearbeitet 12.05.2026 13:16:38
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-21847
- EPSS 0.01%
- 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.02%
- Veröffentlicht 12.03.2025 09:42:02
- Zuletzt bearbeitet 12.05.2026 13:16:38
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-21844
- EPSS 0.02%
- Veröffentlicht 12.03.2025 09:42:00
- Zuletzt bearbeitet 12.05.2026 13:16:37
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.01%
- 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.01%
- 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.08%
- Veröffentlicht 12.03.2025 07:28:09
- Zuletzt bearbeitet 23.04.2026 13:48:41
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.