Security Advisory

CVE-2024-35813

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-17 13:23:18
Last updated 2026-05-23 15:43:29
Assigner Linux
State PUBLISHED

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 doesnt check that the iterator i is greater than zero. Lets fix this by adding a check.