CVE-2025-38092
Last modified
CVE-2025-38092 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: use list_first_entry_or_null for opinfo_get_list() The list_first_entry() macro never returns NULL. If the list is empty then it returns an invalid pointer. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use list_first_entry_or_null for opinfo_get_list() The list_first_entry() macro never returns NULL. If the list is empty then it returns an invalid pointer. Use list_first_entry_or_null() to check if the list is empty.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.6.88, < 6.6.93 | — |
| Linux | Linux Kernel | >= 6.12.25, < 6.12.32 | — |
| Linux | Linux Kernel | >= 6.14.4, < 6.14.10 | — |
| Linux | Linux Kernel | 6.15 | Rc3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-38092?
How severe is CVE-2025-38092?
How do I fix CVE-2025-38092?
Are you affected by CVE-2025-38092?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
