Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2024-39476 | First vendor Publication | 2024-07-05 |
Vendor | Cve | Last vendor Modification | 2024-11-21 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H | |||
---|---|---|---|
Overall CVSS Score | 5.5 | ||
Base Score | 5.5 | Environmental Score | 5.5 |
impact SubScore | 3.6 | Temporal Score | 5.5 |
Exploitabality Sub Score | 1.8 | ||
Attack Vector | Local | Attack Complexity | Low |
Privileges Required | Low | User Interaction | None |
Scope | Unchanged | Confidentiality Impact | None |
Integrity Impact | None | Availability Impact | High |
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root cause is exactly the same as commit bed9e27baf52 ("Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"") However, Dan reported another hang after that, and junxiao investigated the problem and found out that this is caused by plugged bio can't issue from raid5d(). Current implementation in raid5d() has a weird dependence: 1) md_check_recovery() from raid5d() must hold 'reconfig_mutex' to clear This behaviour is introduce before v2.6, and for consequence, if other context hold 'reconfig_mutex', and md_check_recovery() can't update super_block, then raid5d() will waste one cpu 100% by the deadloop, until 'reconfig_mutex' is released. Refer to the implementation from raid1 and raid10, fix this problem by skipping issue IO if MD_SB_CHANGE_PENDING is still set after md_check_recovery(), daemon thread will be woken up when 'reconfig_mutex' is released. Meanwhile, the hang problem will be fixed as well. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39476 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-667 | Insufficient Locking |
CPE : Common Platform Enumeration
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-06-26 02:32:31 |
|
2025-06-25 12:31:50 |
|
2025-06-24 02:37:10 |
|
2025-05-27 02:41:36 |
|
2025-03-29 03:37:53 |
|
2025-03-28 13:43:14 |
|
2025-03-28 03:16:31 |
|
2025-03-19 03:11:55 |
|
2025-03-18 03:24:48 |
|
2025-03-14 03:12:10 |
|
2025-03-06 14:08:34 |
|
2025-02-22 03:22:03 |
|
2025-01-08 03:03:25 |
|
2025-01-07 03:02:58 |
|
2024-12-25 03:01:36 |
|
2024-12-12 03:04:33 |
|
2024-11-25 09:24:16 |
|
2024-11-22 21:23:19 |
|
2024-11-21 21:22:56 |
|
2024-11-20 02:58:12 |
|
2024-11-14 02:58:31 |
|
2024-11-09 02:58:31 |
|
2024-10-26 02:55:55 |
|
2024-10-25 02:57:50 |
|
2024-10-23 02:57:03 |
|
2024-10-03 02:52:23 |
|
2024-10-02 02:50:47 |
|
2024-09-15 02:48:37 |
|
2024-09-12 02:48:10 |
|
2024-09-07 02:47:10 |
|
2024-09-06 02:46:22 |
|
2024-09-04 02:49:35 |
|
2024-08-22 02:47:35 |
|
2024-08-02 13:56:34 |
|
2024-08-02 01:35:47 |
|
2024-07-08 21:27:30 |
|
2024-07-05 17:27:24 |
|
2024-07-05 13:27:27 |
|