CVE-2025-37867
- EPSS 0.02%
- 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.02%
- 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-37862
- EPSS 0.02%
- 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.01%
- 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-37858
- EPSS 0.01%
- Veröffentlicht 09.05.2025 06:42:05
- Zuletzt bearbeitet 12.11.2025 20:09:28
In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Prevent integer overflow in AG size calculation The JFS filesystem calculates allocation group (AG) size using 1 << l2agsize in dbExtendFS(). When l2agsize exceeds 31 (poss...
CVE-2025-37857
- EPSS 0.02%
- 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.
CVE-2025-37854
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:42:00
- Zuletzt bearbeitet 17.11.2025 12:51:35
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix mode1 reset crash issue If HW scheduler hangs and mode1 reset is used to recover GPU, KFD signal user space to abort the processes. After process abort exit, user q...
CVE-2025-37852
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:41:59
- Zuletzt bearbeitet 17.11.2025 12:52:14
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create() Add error handling to propagate amdgpu_cgs_create_device() failures to the caller. When amdgpu_cgs_cr...
CVE-2025-37851
- EPSS 0.01%
- Veröffentlicht 09.05.2025 06:41:58
- Zuletzt bearbeitet 17.11.2025 12:52:55
In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: Add 'plane' value check Function dispc_ovl_setup is not intended to work with the value OMAP_DSS_WB of the enum parameter plane. The value of this parameter is init...
CVE-2025-37850
- EPSS 0.02%
- Veröffentlicht 09.05.2025 06:41:57
- Zuletzt bearbeitet 17.11.2025 12:53:47
In the Linux kernel, the following vulnerability has been resolved: pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() With CONFIG_COMPILE_TEST && !CONFIG_HAVE_CLK, pwm_mediatek_config() has a divide-by-zero in the following line: do_...