blob: 8273b81eb512acfc7fbbc09db3b9ec38544210b2 [file] [log] [blame]
From bippy-5f407fcff5a0 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: <linux-cve-announce@vger.kernel.org>
Reply-to: <cve@kernel.org>, <linux-kernel@vger.kernel.org>
Subject: CVE-2024-26585: tls: fix race between tx work scheduling and socket close
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 it's
the inverse order of what the submitting thread will do.
The Linux kernel CVE team has assigned CVE-2024-26585 to this issue.
Affected and fixed versions
===========================
Issue introduced in 4.20 with commit a42055e8d2c30d4decfc13ce943d09c7b9dad221 and fixed in 5.15.165 with commit dd32621f19243f89ce830919496a5dcc2158aa33
Issue introduced in 4.20 with commit a42055e8d2c30d4decfc13ce943d09c7b9dad221 and fixed in 6.1.84 with commit 196f198ca6fce04ba6ce262f5a0e4d567d7d219d
Issue introduced in 4.20 with commit a42055e8d2c30d4decfc13ce943d09c7b9dad221 and fixed in 6.6.18 with commit 6db22d6c7a6dc914b12c0469b94eb639b6a8a146
Issue introduced in 4.20 with commit a42055e8d2c30d4decfc13ce943d09c7b9dad221 and fixed in 6.7.6 with commit e327ed60bff4a991cd7a709c47c4f0c5b4a4fd57
Issue introduced in 4.20 with commit a42055e8d2c30d4decfc13ce943d09c7b9dad221 and fixed in 6.8 with commit e01e3934a1b2d122919f73bc6ddbe1cdafc4bbdb
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions. The official CVE entry at
https://cve.org/CVERecord/?id=CVE-2024-26585
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
net/tls/tls_sw.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes. Individual
changes are never tested alone, but rather are part of a larger kernel
release. Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all. If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
https://git.kernel.org/stable/c/dd32621f19243f89ce830919496a5dcc2158aa33
https://git.kernel.org/stable/c/196f198ca6fce04ba6ce262f5a0e4d567d7d219d
https://git.kernel.org/stable/c/6db22d6c7a6dc914b12c0469b94eb639b6a8a146
https://git.kernel.org/stable/c/e327ed60bff4a991cd7a709c47c4f0c5b4a4fd57
https://git.kernel.org/stable/c/e01e3934a1b2d122919f73bc6ddbe1cdafc4bbdb