CVE-2025-38092
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
02/07/2025
Last modified:
03/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ksmbd: use list_first_entry_or_null for opinfo_get_list()<br />
<br />
The list_first_entry() macro never returns NULL. If the list is<br />
empty then it returns an invalid pointer. Use list_first_entry_or_null()<br />
to check if the list is empty.