Answer in brief
CVE-2026-81006 records a Unknown severity vulnerability in ipmi: Remove all sysfs files on registration failure. 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 | >=627118470fccc61d7763aa667fcab0a9476843f6 <d46c97eddcbc53ca885e8bb359930c58884616ff || >=627118470fccc61d7763aa667fcab0a9476843f6 <b115b7d06f26b3f000d2afda88acb54c7a7cb2c9 || >=627118470fccc61d7763aa667fcab0a9476843f6 <b6c46ab0bdee90c238e96ea4a74972118c97900d | d46c97eddcbc53ca885e8bb359930c58884616ff, b115b7d06f26b3f000d2afda88acb54c7a7cb2c9, b6c46ab0bdee90c238e96ea4a74972118c97900d |
| Linux/Linuxgeneric | 6.18 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: ipmi: Remove all sysfs files on registration failure ipmi_add_smi() creates the nr_users and nr_msgs files before trying to create the maintenance_mode file. If that last creation fails, the error path removes only nr_users before dropping the final reference to the interface. Remove nr_msgs as well so no sysfs attribute embedded in the freed interface remains registered.
Quoted source text, attributed separately from HOL analysis.