cbcvebase.
CVE-2026-23240
published 2026-03-10

CVE-2026-23240: In the Linux kernel, the following vulnerability has been resolved: tls: Fix race condition in tls_sw_cancel_work_tx() This issue was discovered during a code…

PriorityP347critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
0.49%
38.9th percentile
In the Linux kernel, the following vulnerability has been resolved: tls: Fix race condition in tls_sw_cancel_work_tx() This issue was discovered during a code audit. After cancel_delayed_work_sync() is called from tls_sk_proto_close(), tx_work_handler() can still be scheduled from paths such as the Delayed ACK handler or ksoftirqd. As a result, the tx_work_handler() worker may dereference a freed TLS object. The following is a simple race scenario: cpu0 cpu1 tls_sk_proto_close() tls_sw_cancel_work_tx() tls_write_space() tls_sw_write_space() if (!test_and_set_bit(BIT_TX_SCHEDULED, &tx_ctx->tx_bitmask)) set_bit(BIT_TX_SCHEDULED, &ctx->tx_bitmask); cancel_delayed_work_sync(&ctx->tx_work.work); schedule_delayed_work(&tx_ctx->tx_work.work, 0); To prevent this race condition, cancel_delayed_work_sync() is replaced with disable_delayed_work_sync().

Affected

16 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.19.6-1 (forky)linux 6.19.6-1 (forky)
linuxlinux
linuxlinux>= f87e62d45e51b12d48d2cb46b5cde8f83b866bc4 < a5de36d6cee74a92c1a21b260bc507e64bc451dea5de36d6cee74a92c1a21b260bc507e64bc451de
linuxlinux>= f87e62d45e51b12d48d2cb46b5cde8f83b866bc4 < 854cd32bc74fe573353095e90958490e4e4d641b854cd32bc74fe573353095e90958490e4e4d641b
linuxlinux>= f87e62d45e51b12d48d2cb46b5cde8f83b866bc4 < 17153f154f80be2b47ebf52840f2d8f724eb2f3b17153f154f80be2b47ebf52840f2d8f724eb2f3b
linuxlinux>= f87e62d45e51b12d48d2cb46b5cde8f83b866bc4 < 7bb09315f93dce6acc54bf59e5a95ba7365c2be47bb09315f93dce6acc54bf59e5a95ba7365c2be4
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 0 < 6.19.6-16.19.6-1
linuxlinux_kernel>= 5.3.0 < 6.12.756.12.75
linuxlinux_kernel>= 5.3.1 < 6.12.756.12.75
linuxlinux_kernel>= 6.13 < 6.18.166.18.16
linuxlinux_kernel>= 6.13.0 < 6.18.166.18.16
linuxlinux_kernel>= 6.19 < 6.19.66.19.6
linuxlinux_kernel>= 6.19.0 < 6.19.66.19.6
msrcazl3_kernel_6.6.126.1-1_on_azure_linux_3.0

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
osv9.8CRITICAL
vendor_debian9.8CRITICAL
vendor_redhat9.8CRITICAL
vendor_msrc7.0HIGH
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.