A
use-after-free flaw was found in the Linux Kernel. When a disk is removed, bdi_unregister is called to stop further write-back and waits for associated delayed work to complete. However, wb_inode_writeback_end() may schedule bandwidth estimation work after this has completed, which can result in the timer attempting to access the recently freed bdi_writeback.
References
| Link | Resource |
|---|---|
| https://access.redhat.com/errata/RHSA-2024:0412 | Third Party Advisory |
| https://access.redhat.com/security/cve/CVE-2024-0562 | Third Party Advisory |
| https://bugzilla.redhat.com/show_bug.cgi?id=2258475 | Issue Tracking Third Party Advisory |
| https://patchwork.kernel.org/project/linux-mm/patch/[email protected]/ | Mailing List Patch |
| https://access.redhat.com/errata/RHSA-2024:0412 | Third Party Advisory |
| https://access.redhat.com/security/cve/CVE-2024-0562 | Third Party Advisory |
| https://bugzilla.redhat.com/show_bug.cgi?id=2258475 | Issue Tracking Third Party Advisory |
| https://patchwork.kernel.org/project/linux-mm/patch/[email protected]/ | Mailing List Patch |
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
21 Nov 2024, 08:46
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://access.redhat.com/errata/RHSA-2024:0412 - Third Party Advisory | |
| References | () https://access.redhat.com/security/cve/CVE-2024-0562 - Third Party Advisory | |
| References | () https://bugzilla.redhat.com/show_bug.cgi?id=2258475 - Issue Tracking, Third Party Advisory | |
| References | () https://patchwork.kernel.org/project/linux-mm/patch/[email protected]/ - Mailing List, Patch |
27 Aug 2024, 14:57
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://access.redhat.com/errata/RHSA-2024:0412 - Third Party Advisory |
Information
Published : 2024-01-15 19:15
Updated : 2024-11-21 08:46
NVD link : CVE-2024-0562
Mitre link : CVE-2024-0562
CVE.ORG link : CVE-2024-0562
JSON object : View
Products Affected
CWE
CWE-416
Use After Free