cve/2025/CVE-2025-38197.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2025-38197

Description

In the Linux kernel, the following vulnerability has been resolved:platform/x86: dell_rbu: Fix list usagePass the correct list head to list_for_each_entry*() when looping throughthe packet list.Without this patch, reading the packet data via sysfs will show the dataincorrectly (because it starts at the wrong packet), and clearing thepacket list will result in a NULL pointer dereference.

POC

Reference

No PoCs from references.

Github