CVE-2024-35813

Summary

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.

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxf49f9e802785291149bdc9c824414de4604226b4 < b9a7339ae403035ffe7fc37cb034b36947910f68affected
LinuxLinux59020bf0999ff7da8aedcd00ef8f0d75d93b6d20 < 2b539c88940e22494da80a93ee1c5a28bbad10f6affected
LinuxLinux50b8b7a22e90bab9f1949b64a88ff17ab10913ec < 81b8645feca08a54c7c4bf36e7b176f4983b2f28affected
LinuxLinuxc4edcd134bb72b3b0acc884612d624e48c9d057f < ad9cc5e9e53ab94aa0c7ac65d43be7eb208dcb55affected
LinuxLinux1653a8102868264f3488c298a9f20af2add9a288 < 4466677dcabe2d70de6aa3d4bd4a4fafa94a71f2affected
LinuxLinuxeed9119f8f8e8fbf225c08abdbb58597fba807e0 < 064db53f9023a2d5877a2d12de6bc27995f6ca56affected
LinuxLinux4d0c8d0aef6355660b6775d57ccd5d4ea2e15802 < 7d0e8a6147550aa058fa6ade8583ad252aa61304affected
LinuxLinux4d0c8d0aef6355660b6775d57ccd5d4ea2e15802 < cf55a7acd1ed38afe43bba1c8a0935b51d1dc014affected
LinuxLinux5.4.269 < 5.4.274affected
LinuxLinux5.10.210 < 5.10.215affected
LinuxLinux5.15.149 < 5.15.154affected
LinuxLinux6.1.76 < 6.1.84affected
LinuxLinux6.6.15 < 6.6.24affected
LinuxLinux6.7.3 < 6.7.12affected
LinuxLinux6.8affected
LinuxLinux0 < 6.8unaffected
LinuxLinux5.4.274 <= 5.4.*unaffected
LinuxLinux5.10.215 <= 5.10.*unaffected
LinuxLinux5.15.154 <= 5.15.*unaffected
LinuxLinux6.1.84 <= 6.1.*unaffected
LinuxLinux6.6.24 <= 6.6.*unaffected
LinuxLinux6.7.12 <= 6.7.*unaffected
LinuxLinux6.8.3 <= 6.8.*unaffected
LinuxLinux6.9 <= *unaffected

Weaknesses

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

CVE Program Container

Additional References

Additional References

References