Answer in brief
CVE-2026-80974 records a Unknown severity vulnerability in mfd: sm501: Fix potential memory leaks during remove. 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 | >=b6d6454fdb66f3829af8b92ab06825b6060fdf7e <fcc6c3b11d73459e0d55b27c98cc56d59fef4d82 || >=b6d6454fdb66f3829af8b92ab06825b6060fdf7e <94ca4f040ba489db2d4b66e9d1ee91b4f9a00534 || >=b6d6454fdb66f3829af8b92ab06825b6060fdf7e <c8be3a076a59ec793fb2e4bdb830a709aaea9cce || >=b6d6454fdb66f3829af8b92ab06825b6060fdf7e <83feedd9d83c0c5199f98c72df0a6196b4aefb4d | fcc6c3b11d73459e0d55b27c98cc56d59fef4d82, 94ca4f040ba489db2d4b66e9d1ee91b4f9a00534, c8be3a076a59ec793fb2e4bdb830a709aaea9cce, 83feedd9d83c0c5199f98c72df0a6196b4aefb4d |
| Linux/Linuxgeneric | 2.6.21 | 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: mfd: sm501: Fix potential memory leaks during remove The memory allocated for struct sm501_devdata in sm501_pci_probe() and sm501_plat_probe() is not freed by the corresponding remove functions sm501_pci_remove() and sm501_plat_remove(). Fix that by adding a call to kfree().
Quoted source text, attributed separately from HOL analysis.