Race Condition Vulnerability in Linux Kernel's OpenVPN Module
CVE-2026-74727

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
22 August 2026

What is CVE-2026-74727?

A vulnerability in the OpenVPN module of the Linux kernel can lead to a race condition when resolving target peers. The function ovpn_nl_peer_set_doit() can reference a peer before acquiring the necessary lock, allowing for a scenario where a peer is concurrently removed from data tables. Because of this race, the removed peer can be reinserted inadvertently into hash tables, allowing it to become accessible from the RX and TX operations even though the peer is believed to be deleted. This can lead to a use-after-free (UAF) situation when the reference count drops, which threatens system integrity and security. This vulnerability has been addressed by implementing additional checks to prevent the rehashing of already removed peers.

Affected Version(s)

Linux 1d36a36f6d5347360ef9681a05f6166683bafd1d

Linux 1d36a36f6d5347360ef9681a05f6166683bafd1d < 66745480298775f188b2f5ad266643e85a90f73b

Linux 1d36a36f6d5347360ef9681a05f6166683bafd1d < 33ec10567fe14456063daf549fdf1a4f53448e4c

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.