CVE-2023-53619
Last modified
CVE-2023-53619 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: Avoid nf_ct_helper_hash uses after free If nf_conntrack_init_start() fails (for example due to a register_nf_conntrack_bpf() failure), the nf_conntrack_helper_fini() clean-up path frees the nf_ct_helper_hash map. When built with NF_CONNTRACK=y, further netfilter modules (e.g: netfilter_conntrack_ftp) can still be loaded and call nf_conntrack_helpers_register(), independently of whether nf_conntrack initialized correctly. This accesses the nf_ct_helper_hash dangling pointer and causes a uaf, possibly leading to random memory corruption. This patch guards nf_conntrack_helper_register() from accessing a freed or uninitialized nf_ct_helper_hash pointer and fixes possible uses-after-free when loading a conntrack module.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: Avoid nf_ct_helper_hash uses after free If nf_conntrack_init_start() fails (for example due to a register_nf_conntrack_bpf() failure), the nf_conntrack_helper_fini() clean-up path frees the nf_ct_helper_hash map. When built with NF_CONNTRACK=y, further netfilter modules (e.g: netfilter_conntrack_ftp) can still be loaded and call nf_conntrack_helpers_register(), independently of whether nf_conntrack initialized correctly. This accesses the nf_ct_helper_hash dangling pointer and causes a uaf, possibly leading to random memory corruption. This patch guards nf_conntrack_helper_register() from accessing a freed or uninitialized nf_ct_helper_hash pointer and fixes possible uses-after-free when loading a conntrack module.
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 | >= 3.6, < 4.14.322 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.291 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.251 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.188 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.121 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.39 | — |
| Linux | Linux Kernel | >= 6.2, < 6.4.4 | — |
| Linux | Linux Kernel | 6.5 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53619?
How severe is CVE-2023-53619?
How do I fix CVE-2023-53619?
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 2023
- CVE-2023-53613In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53614In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-53615In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-53616In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53617In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53618In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5362The Carousel, Recent Post Slider and Banner Slider plugin fo…5.4
- CVE-2023-53620In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53621In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53622In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-53623In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-53624In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53619?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
