Bug 2324313 (CVE-2024-50154)
Summary: | CVE-2024-50154 kernel: tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink(). | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | dfreiber, drow, jburrell, vkumar |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
A use-after-free (UAF) vulnerability was found and fixed in the Linux kernel's TCP subsystem related to request socket (reqsk) timers during handshake handling. This issue stems from a race condition caused by relying on `timer_pending()` in `reqsk_queue_unlink()`. This could result in the timer continuing to run after the socket (`req->sk`) is freed, allowing BPF programs to access invalid memory.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2324380 | ||
Bug Blocks: |
Description
OSIDB Bzimport
2024-11-07 10:01:11 UTC
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024110745-CVE-2024-50154-0259@gregkh/T This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2025:0578 https://access.redhat.com/errata/RHSA-2025:0578 This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2025:11456 https://access.redhat.com/errata/RHSA-2025:11456 This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2025:11455 https://access.redhat.com/errata/RHSA-2025:11455 |