CVE-2026-80748 PUBLISHED

mmc: loongson2: Fix sg iteration in data reorder functions

Assigner: Linux
Reserved: 26.08.2026 Published: 03.09.2026 Updated: 03.09.2026

In the Linux kernel, the following vulnerability has been resolved:

mmc: loongson2: Fix sg iteration in data reorder functions

In ls2k0500_mmc_reorder_cmd_data() and ls2k2000_mmc_reorder_cmd_data(), the for_each_sg() macro already iterates over the scatterlist entries, with 'sg' pointing to the current entry. However, the code incorrectly uses '&sg[i]' and 'sg_dma_len(&sg[i])' inside the loop, which treats 'sg' as an array base and indexes it again, leading to access of wrong sg entries (or out-of-bounds if the list is not an array).

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 2115772014bdac368317e997ed15016cf2792665 to 8f7f7a6d5aed8f346a1c936fba02033c73a337dc (excl.)
  • affected from 2115772014bdac368317e997ed15016cf2792665 to db368164383c46f256ed8152a41ae9300e615028 (excl.)
  • affected from 2115772014bdac368317e997ed15016cf2792665 to 00179ed9fbe07799676e2cb63c4e7f0e7cd80a5c (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.17 is affected
  • unaffected from 0 to 6.17 (excl.)
  • unaffected from 6.18.46 to 6.18.* (incl.)
  • unaffected from 7.1.10 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References