๐Ÿ” CVE Alert

CVE-2024-58042

MEDIUM 5.5

rhashtable: Fix potential deadlock by moving schedule_work outside lock

CVSS Score
5.5
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: rhashtable: Fix potential deadlock by moving schedule_work outside lock Move the hash table growth check and work scheduling outside the rht lock to prevent a possible circular locking dependency. The original implementation could trigger a lockdep warning due to a potential deadlock scenario involving nested locks between rhashtable bucket, rq lock, and dsq lock. By relocating the growth check and work scheduling after releasing the rth lock, we break this potential deadlock chain. This change expands the flexibility of rhashtable by removing restrictive locking that previously limited its use in scheduler and workqueue contexts. Import to say that this calls rht_grow_above_75(), which reads from struct rhashtable without holding the lock, if this is a problem, we can move the check to the lock, and schedule the workqueue after the lock. Modified so that atomic_inc is also moved outside of the bucket lock along with the growth above 75% check.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Feb 27, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new medium vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
f0e1a0643a59bf1f922fa209cec86a170b784f3f < eb2e58484b838fb4e777ee9721bb9e20e6ca971d f0e1a0643a59bf1f922fa209cec86a170b784f3f < ced8ce3c83a7150c5f5d371a8c332d7bc7f9b66d f0e1a0643a59bf1f922fa209cec86a170b784f3f < e1d3422c95f003eba241c176adfe593c33e8a8f6
Linux / Linux
6.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/eb2e58484b838fb4e777ee9721bb9e20e6ca971d git.kernel.org: https://git.kernel.org/stable/c/ced8ce3c83a7150c5f5d371a8c332d7bc7f9b66d git.kernel.org: https://git.kernel.org/stable/c/e1d3422c95f003eba241c176adfe593c33e8a8f6