CVE-2024-53206
Last modified
CVE-2024-53206 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 of nreq in reqsk_timer_handler(). The cited commit replaced inet_csk_reqsk_queue_drop_and_put() with __inet_csk_reqsk_queue_drop() and reqsk_put() in reqsk_timer_handler(). Then, oreq should be passed to reqsk_put() instead of req; otherwise use-after-free of nreq could happen when reqsk is migrated but the retry attempt failed (e.g. due to timeout). Let's pass oreq to reqsk_put().. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tcp: Fix use-after-free of nreq in reqsk_timer_handler(). The cited commit replaced inet_csk_reqsk_queue_drop_and_put() with __inet_csk_reqsk_queue_drop() and reqsk_put() in reqsk_timer_handler(). Then, oreq should be passed to reqsk_put() instead of req; otherwise use-after-free of nreq could happen when reqsk is migrated but the retry attempt failed (e.g. due to timeout). Let's pass oreq to reqsk_put().
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 |
|---|---|---|
| Linux | Linux Kernel | >= 5.15.170, < 5.15.174 |
| Linux | Linux Kernel | >= 6.1.115, < 6.1.120 |
| Linux | Linux Kernel | >= 6.6.59, < 6.6.64 |
| Linux | Linux Kernel | >= 6.11.6, < 6.11.11 |
| Linux | Linux Kernel | >= 6.12, < 6.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-53206?
How severe is CVE-2024-53206?
How do I fix CVE-2024-53206?
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-53200In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53201In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53202In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53203In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53204In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53205In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53207In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53208In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53209In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5321A security issue was discovered in Kubernetes clusters with …6.1
- CVE-2024-53210In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53211In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-53206?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
