Answer in brief
CVE-2025-38092 records a Unknown severity vulnerability in ksmbd: use list_first_entry_or_null for opinfo_get_list(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=296cb5457cc6f4a754c4ae29855f8a253d52bcc6 <c78abb646ff823e7d22faad4cc0703d4484da9e8 || >=d54ab1520d43e95f9b2e22d7a05fc9614192e5a5 <334da674b25fdb7a1a4d4b89dcd7795144fc7e11 || >=d73686367ad68534257cd88a36ca3c52cb8b81d8 <cb7e06e9736d73007dc8dab7b353733bb37df86b || >=18b4fac5ef17f77fed9417d22210ceafd6525fc7 <10379171f346e6f61d30d9949500a8de4336444a | c78abb646ff823e7d22faad4cc0703d4484da9e8, 334da674b25fdb7a1a4d4b89dcd7795144fc7e11, cb7e06e9736d73007dc8dab7b353733bb37df86b, 10379171f346e6f61d30d9949500a8de4336444a |
| Linux/Linuxgeneric | >=6.6.88 <6.6.93 || >=6.12.25 <6.12.32 || >=6.14.4 <6.14.10 | 6.6.93, 6.12.32, 6.14.10 |
Published upstream
Jul 2, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2025-38092 records a Unknown severity vulnerability in ksmbd: use list_first_entry_or_null for opinfo_get_list(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=296cb5457cc6f4a754c4ae29855f8a253d52bcc6 <c78abb646ff823e7d22faad4cc0703d4484da9e8 || >=d54ab1520d43e95f9b2e22d7a05fc9614192e5a5 <334da674b25fdb7a1a4d4b89dcd7795144fc7e11 || >=d73686367ad68534257cd88a36ca3c52cb8b81d8 <cb7e06e9736d73007dc8dab7b353733bb37df86b || >=18b4fac5ef17f77fed9417d22210ceafd6525fc7 <10379171f346e6f61d30d9949500a8de4336444a | c78abb646ff823e7d22faad4cc0703d4484da9e8, 334da674b25fdb7a1a4d4b89dcd7795144fc7e11, cb7e06e9736d73007dc8dab7b353733bb37df86b, 10379171f346e6f61d30d9949500a8de4336444a |
| Linux/Linuxgeneric | >=6.6.88 <6.6.93 || >=6.12.25 <6.12.32 || >=6.14.4 <6.14.10 | 6.6.93, 6.12.32, 6.14.10 |
Published upstream
Jul 2, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.