CVE-2026-43230
Kernel Reconnect Pending Bit Issue in Linux
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's RDS (Reliable Datagram Sockets) networking code. Specifically, when canceling the reconnect worker, the reconnect-pending bit must be reset. If the reconnect worker is canceled before it is scheduled, the reconnect-pending bit remains set indefinitely, which is unintended behavior.
How can this vulnerability impact me? :
If the reconnect-pending bit remains set forever due to this issue, it could cause the system to incorrectly believe that a reconnect operation is still pending. This may lead to resource management issues or unexpected behavior in network communication using RDS, potentially affecting system stability or network reliability.