CVE Catalog

CVE-2025-38197

HighCVSS 7.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel's dell_rbu driver (platform/x86), a list usage bug was found. The list_for_each_entry*() function received an incorrect list head when iterating through packets, causing incorrect data reads via sysfs and a NULL pointer dereference when clearing the list.

Risk Assessment

This bug can lead to information disclosure (incorrect data via sysfs) and system crashes (NULL pointer dereference) when attempting to clear the packet list.

Recommendation

Update the Linux kernel to a version that includes the fix, which passes the correct list head to list_for_each_entry*().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS