Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2024-26585
HistoryFeb 21, 2024 - 3:15 p.m.

CVE-2024-26585

2024-02-2115:15:09
Debian Security Bug Tracker
security-tracker.debian.org
8
cve-2024-26585
linux kernel
tls
race condition
vulnerability fix
async crypto handler
scheduling
socket close
unix

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.2%

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.

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.2%