In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Aug 7, 2024
to the GitHub Advisory Database
•
Updated Aug 8, 2024
Description
Published by the National Vulnerability Database
Aug 7, 2024
Published to the GitHub Advisory Database
Aug 7, 2024
Last updated
Aug 8, 2024
In the Linux kernel, the following vulnerability has been resolved:
mmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZE
blk_queue_max_segment_size() ensured:
whereas:
blk_validate_limits() makes it an error:
The change from one to the other, exposed sdhci which was setting maximum
segment size too low in some circumstances.
Fix the maximum segment size when it is too low.
References