Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
Informations
Name CVE-2024-45023 First vendor Publication 2024-09-11
Vendor Cve Last vendor Modification 2024-09-13

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Overall CVSS Score 7.1
Base Score 7.1 Environmental Score 7.1
impact SubScore 5.2 Temporal Score 7.1
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact High 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/raid1: Fix data corruption for degraded array with slow disk

read_balance() will avoid reading from slow disks as much as possible, however, if valid data only lands in slow disks, and a new normal disk is still in recovery, unrecovered data can be read:

raid1_read_request
read_balance
raid1_should_read_first
-> return false
choose_best_rdev
-> normal disk is not recovered, return -1
choose_bb_rdev
-> missing the checking of recovery, return the normal disk
-> read unrecovered data

Root cause is that the checking of recovery is missing in choose_bb_rdev(). Hence add such checking to fix the problem.

Also fix similar problem in choose_slow_rdev().

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45023

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-787 Out-of-bounds Write (CWE/SANS Top 25)

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3672

Sources (Detail)

https://git.kernel.org/stable/c/2febf5fdbf5d9a52ddc3e986971c8609b1582d67
https://git.kernel.org/stable/c/c916ca35308d3187c9928664f9be249b22a3a701
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Date Informations
2025-03-29 03:40:09
  • Multiple Updates
2025-03-28 13:44:41
  • Multiple Updates
2025-03-28 03:18:19
  • Multiple Updates
2025-03-19 03:13:40
  • Multiple Updates
2025-03-18 03:26:36
  • Multiple Updates
2025-03-14 03:13:53
  • Multiple Updates
2025-03-06 14:10:25
  • Multiple Updates
2025-02-22 03:23:58
  • Multiple Updates
2025-01-08 03:05:01
  • Multiple Updates
2025-01-07 03:04:34
  • Multiple Updates
2024-12-25 03:03:12
  • Multiple Updates
2024-12-12 03:06:08
  • Multiple Updates
2024-11-23 03:03:08
  • Multiple Updates
2024-11-22 03:01:19
  • Multiple Updates
2024-11-20 02:59:39
  • Multiple Updates
2024-11-14 02:59:57
  • Multiple Updates
2024-11-09 02:59:57
  • Multiple Updates
2024-10-26 02:57:20
  • Multiple Updates
2024-10-25 02:59:13
  • Multiple Updates
2024-10-23 02:58:25
  • Multiple Updates
2024-10-03 02:53:36
  • Multiple Updates
2024-10-02 02:52:00
  • Multiple Updates
2024-09-14 21:29:45
  • Multiple Updates
2024-09-13 21:27:52
  • Multiple Updates
2024-09-11 21:27:24
  • First insertion