CVE-2024-27394
Linux Kernel vulnerability analysis and mitigation

Overview

A use-after-free (UAF) vulnerability was discovered in the TCP implementation of the Linux kernel, identified as CVE-2024-27394. The vulnerability exists in the tcp_ao_connect_init function where a potential use-after-free condition could occur during RCU (Read-Copy-Update) traversal. The issue was discovered and reported in May 2024, affecting the Linux kernel's TCP Authentication Option (TCP-AO) implementation (NVD).

Technical details

The vulnerability occurs because call_rcu, which is called in the hlist_for_each_entry_rcu traversal of tcp_ao_connect_init, is not part of the RCU read critical section. This means it's possible for the RCU grace period to pass during the traversal, potentially leading to the key being freed while still in use. The fix involves changing the traversal method from hlist_for_each_entry_rcu to hlist_for_each_entry_safe. The vulnerability has been assigned a CVSS v3.1 base score of 7.4 (HIGH) with the vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H (NVD).

Impact

The vulnerability could potentially allow an attacker to exploit use-after-free conditions in the TCP stack, which could lead to system crashes, information disclosure, or potential code execution. The high CVSS score indicates that successful exploitation could have severe consequences for affected systems (NVD).

Exploitability

The vulnerability requires local access (AV:L) with high attack complexity (AC:H), but no privileges (PR:N) or user interaction (UI:N) are needed. While the vulnerability has been publicly disclosed, there are no known reports of it being actively exploited in the wild (NVD).

Mitigation and workarounds

The vulnerability has been fixed in various Linux kernel versions. Ubuntu has released patches for affected systems, including version 6.8.0-40.40 for Ubuntu 24.04 LTS and corresponding versions for other supported releases. Users are advised to update their systems to the patched versions. The fix involves a code change in the tcp_ao.c file to use a safer list traversal method (Ubuntu Security).

Additional resources


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-74730CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 22, 2026
CVE-2026-74733HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesAug 22, 2026
CVE-2026-74726HIGH7.3
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesAug 22, 2026
CVE-2026-74732MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesAug 22, 2026
CVE-2026-74728NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-modules-core
NoNoAug 22, 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