Answer in brief
CVE-2024-36973 records a Unknown severity vulnerability in misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe(). 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 | 6.1 | Not reported |
| Linux/Linuxgeneric | >=393fc2f5948fd340d016a9557eea6e1ac2f6c60c <34ae447b138680b5ed3660f7d935ff3faf88ba1a || >=393fc2f5948fd340d016a9557eea6e1ac2f6c60c <86c9713602f786f441630c4ee02891987f8618b9 || >=393fc2f5948fd340d016a9557eea6e1ac2f6c60c <1efe551982297924d05a367aa2b6ec3d275d5742 || >=393fc2f5948fd340d016a9557eea6e1ac2f6c60c <086c6cbcc563c81d55257f9b27e14faf1d0963d3 | 34ae447b138680b5ed3660f7d935ff3faf88ba1a, 86c9713602f786f441630c4ee02891987f8618b9, 1efe551982297924d05a367aa2b6ec3d275d5742, 086c6cbcc563c81d55257f9b27e14faf1d0963d3 |
Published upstream
Jun 17, 2024
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: misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe() When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback function gp_auxiliary_device_release() calls ida_free() and kfree(aux_device_wrapper) to free memory. We should't call them again in the error handling path. Fix this by skipping the redundant cleanup functions.
Quoted source text, attributed separately from HOL analysis.