CVE-2025-37778
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:16
- Zuletzt bearbeitet 17.03.2026 14:49:44
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krb_authenticate krb_authenticate frees sess->user and does not set the pointer to NULL. It calls ksmbd_krb5_authenticate to reinitialise sess->user ...
CVE-2025-37777
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:15
- Zuletzt bearbeitet 14.11.2025 16:45:29
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in __smb2_lease_break_noti() Move tcp_transport free to ksmbd_conn_free. If ksmbd connection is referenced when ksmbd server thread terminates, It will no...
CVE-2025-37775
- EPSS 0.06%
- Veröffentlicht 01.05.2025 13:07:14
- Zuletzt bearbeitet 17.03.2026 14:41:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from __kernel_write_iter [ 2110.972290] ------------[ cut here ]------------ [ 2110.972301] WARNING: CPU: 3 PID: 735 at fs/read_write.c:599 __kernel_write_it...
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:14
- Zuletzt bearbeitet 14.11.2025 16:45:45
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb_break_all_levII_oplock() There is a room in smb_break_all_levII_oplock that can cause racy issues when unlocking in the middle of the loop. This pa...
CVE-2025-37774
- EPSS 0.05%
- Veröffentlicht 01.05.2025 13:07:13
- Zuletzt bearbeitet 06.11.2025 21:43:46
In the Linux kernel, the following vulnerability has been resolved: slab: ensure slab->obj_exts is clear in a newly allocated slab page ktest recently reported crashes while running several buffered io tests with __alloc_tagging_slab_alloc_hook() a...
CVE-2025-37772
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:12
- Zuletzt bearbeitet 05.11.2025 17:49:53
In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix workqueue crash in cma_netevent_work_handler struct rdma_cm_id has member "struct work_struct net_work" that is reused for enqueuing cma_netevent_work_handler()s onto...
CVE-2025-37773
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:12
- Zuletzt bearbeitet 05.11.2025 17:49:05
In the Linux kernel, the following vulnerability has been resolved: virtiofs: add filesystem context source name check In certain scenarios, for example, during fuzz testing, the source name may be NULL, which could lead to a kernel panic. Therefor...
CVE-2025-37771
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:11
- Zuletzt bearbeitet 05.11.2025 15:02:22
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINT_MAX/8, division by zero is possible. Found by Linux Verification Center (linux...
CVE-2025-37770
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:10
- Zuletzt bearbeitet 05.11.2025 15:02:53
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINT_MAX/8, division by zero is possible. Found by Linux Verification Center (linux...
CVE-2025-37769
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:09
- Zuletzt bearbeitet 05.11.2025 15:03:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm/smu11: Prevent division by zero The user can set any speed value. If speed is greater than UINT_MAX/8, division by zero is possible. Found by Linux Verification Center ...