A use-after-free vulnerability was found in the cxgb4 driver in the Linux kernel. The bug occurs when the cxgb4 device is detaching due to a possible rearming of the flower_stats_timer from the work queue. This flaw allows a local user to crash the system, causing a denial of service condition.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://access.redhat.com/errata/RHSA-2024:2394 | vendor advisory |
https://access.redhat.com/errata/RHSA-2024:2950 | vendor advisory |
https://access.redhat.com/errata/RHSA-2024:3138 | vendor advisory |
https://access.redhat.com/security/cve/CVE-2023-4133 | vdb entry vendor advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=2221702 | issue tracking |