Security Advisory

CVE-2024-26585

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-02-21 14:59:13
Last updated 2026-05-11 20:00:06
Assigner Linux
State PUBLISHED

Description

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 its the inverse order of what the submitting thread will do.