Answer in brief
CVE-2026-68413 records a Unknown severity vulnerability in wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one(). 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 | >=2c86c275015c880e810830304a3a4ab94803b38b <f75b9a2a9d8334ae0f9c5e47df7b31f7aeb1fdbe || >=2c86c275015c880e810830304a3a4ab94803b38b <836a19c654dcb1b01878a70090af016fbd0fd7e5 || >=2c86c275015c880e810830304a3a4ab94803b38b <f442e581a88937671a22ceb3806c186265ef6254 || >=2c86c275015c880e810830304a3a4ab94803b38b <7cbda50eebcd9aa00b0de382f776287cf7a36cf8 || >=2c86c275015c880e810830304a3a4ab94803b38b <0d388f62031dbabcba0f44bb91b59f10e88cac17 | f75b9a2a9d8334ae0f9c5e47df7b31f7aeb1fdbe, 836a19c654dcb1b01878a70090af016fbd0fd7e5, f442e581a88937671a22ceb3806c186265ef6254, 7cbda50eebcd9aa00b0de382f776287cf7a36cf8, 0d388f62031dbabcba0f44bb91b59f10e88cac17 |
| Linux/Linuxgeneric | 2.6.14 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one() The memory allocated in the ipw2100_alloc_device() function is not freed in some of the error paths in ipw2100_pci_init_one(). Fix that by converting the direct return into a goto to the error path return. The error path when pci_enable_device() fails cannot jump to fail, since at this point priv is not set, so perform error handling inline.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-68413 records a Unknown severity vulnerability in wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one(). 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 | >=2c86c275015c880e810830304a3a4ab94803b38b <f75b9a2a9d8334ae0f9c5e47df7b31f7aeb1fdbe || >=2c86c275015c880e810830304a3a4ab94803b38b <836a19c654dcb1b01878a70090af016fbd0fd7e5 || >=2c86c275015c880e810830304a3a4ab94803b38b <f442e581a88937671a22ceb3806c186265ef6254 || >=2c86c275015c880e810830304a3a4ab94803b38b <7cbda50eebcd9aa00b0de382f776287cf7a36cf8 || >=2c86c275015c880e810830304a3a4ab94803b38b <0d388f62031dbabcba0f44bb91b59f10e88cac17 | f75b9a2a9d8334ae0f9c5e47df7b31f7aeb1fdbe, 836a19c654dcb1b01878a70090af016fbd0fd7e5, f442e581a88937671a22ceb3806c186265ef6254, 7cbda50eebcd9aa00b0de382f776287cf7a36cf8, 0d388f62031dbabcba0f44bb91b59f10e88cac17 |
| Linux/Linuxgeneric | 2.6.14 | Not reported |
Published upstream
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 10, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 10, 2026
In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one() The memory allocated in the ipw2100_alloc_device() function is not freed in some of the error paths in ipw2100_pci_init_one(). Fix that by converting the direct return into a goto to the error path return. The error path when pci_enable_device() fails cannot jump to fail, since at this point priv is not set, so perform error handling inline.
Quoted source text, attributed separately from HOL analysis.