Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2024-46704 | First vendor Publication | 2024-09-13 |
Vendor | Cve | Last vendor Modification | 2024-09-19 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H | |||
---|---|---|---|
Overall CVSS Score | 4.7 | ||
Base Score | 4.7 | Environmental Score | 4.7 |
impact SubScore | 3.6 | Temporal Score | 4.7 |
Exploitabality Sub Score | 1 | ||
Attack Vector | Local | Attack Complexity | High |
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: workqueue: Fix spruious data race in __flush_work() When flushing a work item for cancellation, __flush_work() knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 ("workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items") added a read of @work->data to determine whether to use busy wait for BH work items that are being canceled. While the read is safe when @from_cancel, @work->data was read before testing @from_cancel to simplify code structure: data = *work_data_bits(work); While the read data was never used if !@from_cancel, this could trigger KCSAN data race detection spuriously: ================================================================== write to 0xffff8881223aa3e8 of 8 bytes by task 3998 on cpu 0: read to 0xffff8881223aa3e8 of 8 bytes by task 50 on cpu 1: value changed: 0x0000000000400000 -> 0xffff88810006c00d Reorganize the code so that @from_cancel is tested before @work->data is accessed. The only problem is triggering KCSAN detection spuriously. This shouldn't need READ_ONCE() or other access qualifiers. No functional changes. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-46704 |
CPE : Common Platform Enumeration
Sources (Detail)
Source | Url |
---|
Alert History
Date | Informations |
---|---|
2024-11-23 03:03:20 |
|
2024-11-22 03:01:30 |
|
2024-11-20 02:59:50 |
|
2024-11-14 03:00:08 |
|
2024-11-09 03:00:08 |
|
2024-10-26 02:57:31 |
|
2024-10-25 02:59:23 |
|
2024-10-23 02:58:35 |
|
2024-10-03 02:53:45 |
|
2024-10-02 02:52:08 |
|
2024-09-19 17:27:37 |
|
2024-09-13 21:27:26 |
|
2024-09-13 13:27:27 |
|