Race Condition Vulnerability in Oxia Metadata Store and Coordination System
CVE-2026-40943
8.7HIGH
What is CVE-2026-40943?
Oxia, a metadata store and coordination system, is impacted by a race condition that may lead to server instability. This issue arises from a timing conflict between session heartbeat processing and session closure. Specifically, the heartbeat() method employs a blocking channel send while a mutex is held, which can result in either a deadlock if the channel buffer is full or a server panic due to attempting to send over a closed channel. This vulnerability has been addressed in version 0.16.2.
Affected Version(s)
oxia < 0.16.2
