0.0
NA
CVE-2023-54306
net: tls: avoid hanging tasks on the tx_lock
Description

In the Linux kernel, the following vulnerability has been resolved: net: tls: avoid hanging tasks on the tx_lock syzbot sent a hung task report and Eric explains that adversarial receiver may keep RWIN at 0 for a long time, so we are not guaranteed to make forward progress. Thread which took tx_lock and went to sleep may not release tx_lock for hours. Use interruptible sleep where possible and reschedule the work if it can't take the lock. Testing: existing selftest passes

INFO

Published Date :

Dec. 30, 2025, 1:16 p.m.

Last Modified :

Dec. 30, 2025, 1:16 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2023-54306 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Make tx_lock interruptible to prevent hung tasks and ensure forward progress.
  • Use interruptible sleep where possible.
  • Reschedule work if the lock cannot be acquired.
  • Apply the Linux kernel net: tls fix.
  • Test using existing selftests.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2023-54306 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2023-54306 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2023-54306 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2023-54306 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Dec. 30, 2025

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: net: tls: avoid hanging tasks on the tx_lock syzbot sent a hung task report and Eric explains that adversarial receiver may keep RWIN at 0 for a long time, so we are not guaranteed to make forward progress. Thread which took tx_lock and went to sleep may not release tx_lock for hours. Use interruptible sleep where possible and reschedule the work if it can't take the lock. Testing: existing selftest passes
    Added Reference https://git.kernel.org/stable/c/1f800f6aae57d2d8f63d32fff383017cbc11cf65
    Added Reference https://git.kernel.org/stable/c/7123a4337bf73132bbfb5437e4dc83ba864a9a1e
    Added Reference https://git.kernel.org/stable/c/bde541a57b4204d0a800afbbd3d1c06c9cdb133f
    Added Reference https://git.kernel.org/stable/c/be5d5d0637fd88c18ee76024bdb22649a1de00d6
    Added Reference https://git.kernel.org/stable/c/ccf1ccdc5926907befbe880b562b2a4b5f44c087
    Added Reference https://git.kernel.org/stable/c/f3221361dc85d4de22586ce8441ec2c67b454f5d
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
No CVSS metrics available for this vulnerability.