Answer in brief
CVE-2024-26585 records a Unknown severity vulnerability in tls: fix race between tx work scheduling and socket close. 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.
Answer in brief
CVE-2024-26585 records a Unknown severity vulnerability in tls: fix race between tx work scheduling and socket close. 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 | >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <dd32621f19243f89ce830919496a5dcc2158aa33 || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <196f198ca6fce04ba6ce262f5a0e4d567d7d219d || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <6db22d6c7a6dc914b12c0469b94eb639b6a8a146 || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <e327ed60bff4a991cd7a709c47c4f0c5b4a4fd57 || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <e01e3934a1b2d122919f73bc6ddbe1cdafc4bbdb | dd32621f19243f89ce830919496a5dcc2158aa33, 196f198ca6fce04ba6ce262f5a0e4d567d7d219d, 6db22d6c7a6dc914b12c0469b94eb639b6a8a146, e327ed60bff4a991cd7a709c47c4f0c5b4a4fd57, e01e3934a1b2d122919f73bc6ddbe1cdafc4bbdb |
| Linux/Linuxgeneric | 4.20 | Not reported |
Published upstream
Feb 21, 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: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread (recvmsg/sendmsg) may exit as soon as the async crypto handler calls complete(). Reorder scheduling the work before calling complete(). This seems more logical in the first place, as it's the inverse order of what the submitting thread will do.
Quoted source text, attributed separately from HOL analysis.
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 | >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <dd32621f19243f89ce830919496a5dcc2158aa33 || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <196f198ca6fce04ba6ce262f5a0e4d567d7d219d || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <6db22d6c7a6dc914b12c0469b94eb639b6a8a146 || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <e327ed60bff4a991cd7a709c47c4f0c5b4a4fd57 || >=a42055e8d2c30d4decfc13ce943d09c7b9dad221 <e01e3934a1b2d122919f73bc6ddbe1cdafc4bbdb | dd32621f19243f89ce830919496a5dcc2158aa33, 196f198ca6fce04ba6ce262f5a0e4d567d7d219d, 6db22d6c7a6dc914b12c0469b94eb639b6a8a146, e327ed60bff4a991cd7a709c47c4f0c5b4a4fd57, e01e3934a1b2d122919f73bc6ddbe1cdafc4bbdb |
| Linux/Linuxgeneric | 4.20 | Not reported |
Published upstream
Feb 21, 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: tls: fix race between tx work scheduling and socket close Similarly to previous commit, the submitting thread (recvmsg/sendmsg) may exit as soon as the async crypto handler calls complete(). Reorder scheduling the work before calling complete(). This seems more logical in the first place, as it's the inverse order of what the submitting thread will do.
Quoted source text, attributed separately from HOL analysis.