First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 ("mmc: core: Use mrq.sbc in close-ended ffu") assigns prev_idata = idatas[i - 1], but doesn't check that the iterator i is greater than zero. Let's fix this by adding a check.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35813 is classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-35813, you should upgrade to one of the patched Linux kernel versions: 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-35813 affects the mmc core component of the Linux kernel.
CVE-2024-35813 has the potential for exploitation due to the negative index issue that could lead to unexpected behavior.
CVE-2024-35813 was disclosed as part of a series of security updates to the Linux kernel in 2024.