Race Condition Vulnerability in Linux Kernel's SMC Listener Handling
CVE-2026-74692

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
22 August 2026

What is CVE-2026-74692?

A vulnerability exists in the Linux kernel related to race conditions that occur between the smc_listen_out() function and the closure of a listener. Specifically, the function accesses the state of a socket without holding the required lock, allowing for a state transition that could lead to a memory leak if a remote peer establishes connections while a listener is being closed. This scenario results in unguarded work items continuing to operate, potentially leading to kernel memory exhaustion due to leaks. To mitigate this issue, the locking mechanism has been modified to occur before state checks, ensuring atomicity during listener operations.

Affected Version(s)

Linux fd57770dd198f5b2ddd5b9e6bf282cf98d63adb9 < 53c7938d8bcfde3296ec1a347ba2a9393c1fdcfa

Linux fd57770dd198f5b2ddd5b9e6bf282cf98d63adb9

Linux fd57770dd198f5b2ddd5b9e6bf282cf98d63adb9 < 01865e1ddb126b25ac9eba5cdd7ec49e11183a64

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.