Answer in brief
CVE-2024-35874 records a Unknown severity vulnerability in aio: Fix null ptr deref in aio_complete() wakeup. 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 | >=71eb6b6b0ba93b1467bccff57b5de746b09113d2 <9678bcc6234d83759fe091c197f5017a32b468da || >=71eb6b6b0ba93b1467bccff57b5de746b09113d2 <caeb4b0a11b3393e43f7fa8e0a5a18462acc66bd | 9678bcc6234d83759fe091c197f5017a32b468da, caeb4b0a11b3393e43f7fa8e0a5a18462acc66bd |
| Linux/Linuxgeneric | 6.8 | Not reported |
Published upstream
May 19, 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: aio: Fix null ptr deref in aio_complete() wakeup list_del_init_careful() needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finish_wait() would see the empty list head and skip taking the lock, and then we'd return - but the completion path would still attempt to do the wakeup after the task_struct pointer had been overwritten.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-35874 records a Unknown severity vulnerability in aio: Fix null ptr deref in aio_complete() wakeup. 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 | >=71eb6b6b0ba93b1467bccff57b5de746b09113d2 <9678bcc6234d83759fe091c197f5017a32b468da || >=71eb6b6b0ba93b1467bccff57b5de746b09113d2 <caeb4b0a11b3393e43f7fa8e0a5a18462acc66bd | 9678bcc6234d83759fe091c197f5017a32b468da, caeb4b0a11b3393e43f7fa8e0a5a18462acc66bd |
| Linux/Linuxgeneric | 6.8 | Not reported |
Published upstream
May 19, 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: aio: Fix null ptr deref in aio_complete() wakeup list_del_init_careful() needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finish_wait() would see the empty list head and skip taking the lock, and then we'd return - but the completion path would still attempt to do the wakeup after the task_struct pointer had been overwritten.
Quoted source text, attributed separately from HOL analysis.