CVE-2024-35813

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35813
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35813.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35813
Downstream
Related
Published
2024-05-17T14:15:15Z
Modified
2025-08-09T20:01:28Z
Summary
[none]
Details

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.

References

Affected packages