CVE-2024-27395

HIGH

Linux kernel - Use After Free

Title source: llm

Description

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Fix Use-After-Free in ovs_ct_exit Since kfree_rcu, which is called in the hlist_for_each_entry_rcu traversal of ovs_ct_limit_exit, is not part of the RCU read critical section, it is possible that the RCU grace period will pass during the traversal and the key will be free. To prevent this, it should be changed to hlist_for_each_entry_safe.

Scores

CVSS v3 7.8
EPSS 0.0001
EPSS Percentile 2.7%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Classification

CWE
CWE-416
Status published

Affected Products (14)

linux/linux_kernel < 4.19.313
linux/linux_kernel
linux/linux_kernel
linux/linux_kernel
linux/linux_kernel
linux/linux_kernel
debian/debian_linux
linux/Kernel < 4.19.313linux
linux/Kernel < 5.4.275linux
linux/Kernel < 5.10.216linux
linux/Kernel < 5.15.158linux
linux/Kernel < 6.1.90linux
linux/Kernel < 6.6.30linux
linux/Kernel < 6.8.9linux

Timeline

Published May 14, 2024
Tracked Since Feb 18, 2026