CVE-2024-27394
Last modified
CVE-2024-27394 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tcp: Fix Use-After-Free in tcp_ao_connect_init Since 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, 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.. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix Use-After-Free in tcp_ao_connect_init Since 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, 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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.8.9 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-27394?
How severe is CVE-2024-27394?
How do I fix CVE-2024-27394?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-27389In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2739The Advanced Search WordPress plugin through 1.1.6 does not …8.7
- CVE-2024-27390In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27391In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27392In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27393In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2024-27395In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27396In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27397In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-27398In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27399In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2740Information exposure vulnerability in Planet IGS-4215-16T2S,…7.7
Are you affected by CVE-2024-27394?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
