CVE-2024-35813
Last modified
CVE-2024-35813 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.269, < 5.4.274 | — |
| Linux | Linux Kernel | >= 5.10.210, < 5.10.215 | — |
| Linux | Linux Kernel | >= 5.15.149, < 5.15.154 | — |
| Linux | Linux Kernel | >= 6.1.76, < 6.1.84 | — |
| Linux | Linux Kernel | >= 6.6.15, < 6.6.24 | — |
| Linux | Linux Kernel | >= 6.7.3, < 6.7.12 | — |
| Linux | Linux Kernel | >= 6.8, < 6.8.3 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
| Debian | Debian Linux | 10.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2024/06/msg00017.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-35813?
How severe is CVE-2024-35813?
How do I fix CVE-2024-35813?
Are you affected by CVE-2024-35813?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
