Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-23240— tls: Fix race condition in tls_sw_cancel_work_tx()

CVSS 9.8 · Critical EPSS 0.49% · P40

Possible ATT&CK Techniques 1AI

T1190 · Exploit Public-Facing Application

Affected Version Matrix 10

VendorProductVersion RangeStatus
LinuxLinuxf87e62d45e51b12d48d2cb46b5cde8f83b866bc4< a5de36d6cee74a92c1a21b260bc507e64bc451deaffected
f87e62d45e51b12d48d2cb46b5cde8f83b866bc4< 854cd32bc74fe573353095e90958490e4e4d641baffected
f87e62d45e51b12d48d2cb46b5cde8f83b866bc4< 17153f154f80be2b47ebf52840f2d8f724eb2f3baffected
f87e62d45e51b12d48d2cb46b5cde8f83b866bc4< 7bb09315f93dce6acc54bf59e5a95ba7365c2be4affected
5.3affected
< 5.3unaffected
6.12.75≤ 6.12.*unaffected
6.18.16≤ 6.18.*unaffected
… +2 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-23240

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
tls: Fix race condition in tls_sw_cancel_work_tx()
Source: CVE Program / CVE List V5
Vulnerability Description
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().
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于tls_sw_cancel_work_tx函数存在竞争条件,可能导致释放后重用。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Shenlong Deep Dive — AI Deep Analysis

10-question deep dive: root cause, exploitation, mitigation, urgency. Read summary free, full version requires login.

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux f87e62d45e51b12d48d2cb46b5cde8f83b866bc4 ~ a5de36d6cee74a92c1a21b260bc507e64bc451de -
LinuxLinux 5.3 -

II. Public POCs for CVE-2026-23240

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-23240

登录查看更多情报信息。

Patches & Fixes for CVE-2026-23240 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-23240

No comments yet


Leave a comment