Answer in brief
CVE-2026-80948 records a Unknown severity vulnerability in wifi: iwlwifi: dvm: fix memory leak in iwl_op_mode_dvm_start(). The current sources do not mark it as known exploited. The current feed maps 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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <84ba017a1e1ea7896ed1e3258c947bdbfc5299c5 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <ad2a9fdca4a7100472be82ee6048c616fc589720 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <67105abd6195a685a84dcb8a5daf54a1f4bfdb60 || >=0 <6.18.50 || >=0 <7.2.4 | 84ba017a1e1ea7896ed1e3258c947bdbfc5299c5, ad2a9fdca4a7100472be82ee6048c616fc589720, 67105abd6195a685a84dcb8a5daf54a1f4bfdb60, 6.18.50, 7.2.4 |
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: wifi: iwlwifi: dvm: fix memory leak in iwl_op_mode_dvm_start() In iwl_op_mode_dvm_start(), jumping to out_free_eeprom currently bypasses the out_free_eeprom_blob label. Consequently, error paths triggered after successfully parsing the EEPROM free priv->nvm_data but leak priv->eeprom_blob. Fix this memory leak by reordering the error handling labels so that out_free_eeprom falls through to out_free_eeprom_blob. The bug was first flagged by an experimental analysis tool we are developing for kernel memory-management bugs while analyzing v6.13-rc1. The tool is still under development and is not yet publicly available. Manual inspection confirms that the bug is still present in v7.1-rc6. An x86_64 allyesconfig build showed no new warnings. As we do not have supported Intel DVM wireless hardware and firmware to test with, no runtime testing was able to be performed.
Quoted source text, attributed separately from HOL analysis.