2 matches found
CVE-2025-38197
In the Linux kernel, the following vulnerability has been resolved: platform/x86: dellrbu: Fix list usage Pass the correct list head to listforeachentry when looping through the packet list. Without this patch, reading the packet data via sysfs will show the data incorrectly because it starts at...
CVE-2025-38197
CVE-2025-38197 affects the Linux kernel (platform/x86: dell_rbu). The root cause is using the wrong list head with list_for_each_entry*() when iterating the packet list, causing incorrect packet data reads via sysfs and a NULL pointer dereference when clearing the list. A patch fixes the issue by...