CVE-2025-37871
- EPSS 0.07%
- Veröffentlicht 09.05.2025 06:43:59
- Zuletzt bearbeitet 12.11.2025 19:45:36
In the Linux kernel, the following vulnerability has been resolved: nfsd: decrease sc_count directly if fail to queue dl_recall A deadlock warning occurred when invoking nfs4_put_stid following a failed dl_recall queue operation: T1 ...
CVE-2025-37869
- EPSS 0.05%
- Veröffentlicht 09.05.2025 06:43:58
- Zuletzt bearbeitet 12.11.2025 20:37:16
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use local fence in error path of xe_migrate_clear The intent of the error path in xe_migrate_clear is to wait on locally generated fence and then return. The code is waitin...
CVE-2025-37867
- EPSS 0.07%
- Veröffentlicht 09.05.2025 06:43:56
- Zuletzt bearbeitet 12.11.2025 20:15:41
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Silence oversized kvmalloc() warning syzkaller triggered an oversized kvmalloc() warning. Silence it by adding __GFP_NOWARN. syzkaller log: WARNING: CPU: 7 PID: 518 at...
CVE-2025-37865
- EPSS 0.07%
- Veröffentlicht 09.05.2025 06:43:55
- Zuletzt bearbeitet 12.11.2025 20:13:55
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported Russell King reports that on the ZII dev rev B, deleting a bridge VLAN from a user port fails with -ENOE...
CVE-2025-37863
- EPSS 0.07%
- Veröffentlicht 09.05.2025 06:43:54
- Zuletzt bearbeitet 12.11.2025 20:13:11
In the Linux kernel, the following vulnerability has been resolved: ovl: don't allow datadir only In theory overlayfs could support upper layer directly referring to a data layer, but there's no current use case for this. Originally, when data-onl...
CVE-2025-37864
- EPSS 0.06%
- Veröffentlicht 09.05.2025 06:43:54
- Zuletzt bearbeitet 12.11.2025 20:13:21
In the Linux kernel, the following vulnerability has been resolved: net: dsa: clean up FDB, MDB, VLAN entries on unbind As explained in many places such as commit b117e1e8a86d ("net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_del"), DSA is w...
CVE-2025-37861
- EPSS 0.07%
- Veröffentlicht 09.05.2025 06:42:07
- Zuletzt bearbeitet 12.11.2025 20:12:35
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queue When the task management thread processes reply queues while the reset thread resets them, the task managem...
CVE-2025-37862
- EPSS 0.06%
- Veröffentlicht 09.05.2025 06:42:07
- Zuletzt bearbeitet 12.11.2025 20:13:04
In the Linux kernel, the following vulnerability has been resolved: HID: pidff: Fix null pointer dereference in pidff_find_fields This function triggered a null pointer dereference if used to search for a report that isn't implemented on the device...
CVE-2025-37859
- EPSS 0.06%
- Veröffentlicht 09.05.2025 06:42:06
- Zuletzt bearbeitet 12.11.2025 20:10:45
In the Linux kernel, the following vulnerability has been resolved: page_pool: avoid infinite loop to schedule delayed worker We noticed the kworker in page_pool_release_retry() was waken up repeatedly and infinitely in production because of the bu...
CVE-2025-37857
- EPSS 0.05%
- Veröffentlicht 09.05.2025 06:42:05
- Zuletzt bearbeitet 12.11.2025 20:08:56
In the Linux kernel, the following vulnerability has been resolved: scsi: st: Fix array overflow in st_setup() Change the array size to follow parms size instead of a fixed value.