Latest CVE Feed
-
0.0
NONECVE-2025-37868
In the Linux kernel, the following vulnerability has been resolved: drm/xe/userptr: fix notifier vs folio deadlock User is reporting what smells like notifier vs folio deadlock, where migrate_pages_batch() on core kernel side is holding folio lock(s) an... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37867
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 mm/u... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37866
In the Linux kernel, the following vulnerability has been resolved: mlxbf-bootctl: use sysfs_emit_at() in secure_boot_fuse_state_show() A warning is seen when running the latest kernel on a BlueField SOC: [251.512704] ------------[ cut here ]-----------... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37865
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 -ENOENT: h... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37864
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 writte... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37863
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-only lay... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37862
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. Thi... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37861
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 management t... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37859
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 buggy d... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37858
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 (possible ... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37857
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.... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37856
In the Linux kernel, the following vulnerability has been resolved: btrfs: harden block_group::bg_list against list_del() races As far as I can tell, these calls of list_del_init() on bg_list cannot run concurrently with btrfs_mark_bg_unused() or btrfs_... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37855
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Guard Possible Null Pointer Dereference [WHY] In some situations, dc->res_pool may be null. [HOW] Check if pointer is null before dereference.... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37854
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 queues... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37853
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: debugfs hang_hws skip GPU with MES debugfs hang_hws is used by GPU reset test with HWS, for MES this crash the kernel with NULL pointer access because dqm->packet_mgr is not... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37852
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_create_... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37851
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 initializ... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37850
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_div(r... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37849
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Tear down vGIC on failed vCPU creation If kvm_arch_vcpu_create() fails to share the vCPU page with the hypervisor, we propagate the error back to the ioctl but leave the vGI... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025
-
0.0
NONECVE-2025-37848
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix PM related deadlocks in MS IOCTLs Prevent runtime resume/suspend while MS IOCTLs are in progress. Failed suspend will call ivpu_ms_cleanup() that would try to acquire fi... Read more
Affected Products :- Published: May. 09, 2025
- Modified: May. 09, 2025