CVE-2024-45023
Last modified
CVE-2024-45023 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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().. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.9, < 6.10.7 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-45023?
How severe is CVE-2024-45023?
How do I fix CVE-2024-45023?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-45018In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45019In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4502A vulnerability classified as critical has been found in Rui…7.2
- CVE-2024-45020In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45021In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45022In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45024In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45025In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45026In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-45027In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45028In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-45029In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-45023?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
