Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

CVE-2024-26861
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2024-26861 is a data-race vulnerability identified in the Linux kernel's WireGuard implementation, specifically in the receiving counter handling. The issue was discovered by Syzkaller with KCSAN when accessing keypair->receiving_counter.counter. The vulnerability was first reported on April 17, 2024, and has been resolved through the implementation of READ_ONCE() and WRITE_ONCE() annotations to mark the data race as intentional (Kernel Git).

Technical details

The vulnerability manifests as a data race between wg_packet_decrypt_worker and wg_packet_rx_poll functions in the WireGuard receive handling code. The race condition occurs during concurrent access to the receiving_counter.counter field, where one CPU performs a write operation while another performs a read operation. The issue stems from the original code introduced in commit a9e90d9931f3 ("wireguard: noise: separate receive counter from send counter") (Kernel Git).

Impact

While the data race could potentially lead to inconsistent counter values in the WireGuard subsystem, the actual impact appears to be limited as the fix involves properly annotating intentional concurrent access rather than addressing an unintended race condition. The vulnerability affects systems running the Linux kernel with WireGuard support enabled (NVD).

Exploitability

The vulnerability requires local access to a system running the affected Linux kernel version with WireGuard enabled. No public exploits have been reported, and the nature of the fix (adding memory barrier annotations) suggests that practical exploitation would be difficult (NVD).

Mitigation and workarounds

The issue has been fixed by adding proper memory barrier annotations (READ_ONCE() and WRITE_ONCE()) to the affected code paths in the WireGuard receive handling. Users should update their Linux kernel to a version containing the fix. The patch has been backported to various stable kernel versions (Kernel Git).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

linux: 6.1.85-1

Fixed

bullseye

linux: 5.10.216-1

Fixed

sid

linux: 6.7.12-1

Fixed

trixie

linux: 6.7.12-1

Fixed

SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-90048CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-lowlatency
NoYesSep 16, 2026
CVE-2026-90042CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux-ibm
NoNoSep 16, 2026
CVE-2026-90049CRITICAL9.3
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-7.0
NoYesSep 16, 2026
CVE-2026-90041HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-azure-nvidia
NoYesSep 16, 2026
CVE-2026-90039NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-hwe-6.14
NoNoSep 16, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management