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/20220801155034.3772543-1-khazhy@google.com/ | 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/20220801155034.3772543-1-khazhy@google.com/ | 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/20220801155034.3772543-1-khazhy@google.com/ - 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 |
25 Jan 2024, 20:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
23 Jan 2024, 21:00
Type | Values Removed | Values Added |
---|---|---|
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/20220801155034.3772543-1-khazhy@google.com/ - Mailing List, Patch | |
CWE | CWE-416 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CPE | cpe:2.3:o:linux:linux_kernel:6.0:rc1:*:*:*:*:*:* cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.0:rc2:*:*:*:*:*:* cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
First Time |
Linux
Redhat Redhat enterprise Linux Linux linux Kernel |
15 Jan 2024, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
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
redhat
- enterprise_linux
linux
- linux_kernel
CWE
CWE-416
Use After Free