In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Apr 28, 2024
to the GitHub Advisory Database
•
Updated Sep 18, 2025
Description
Published by the National Vulnerability Database
Apr 28, 2024
Published to the GitHub Advisory Database
Apr 28, 2024
Last updated
Sep 18, 2025
In the Linux kernel, the following vulnerability has been resolved:
exfat: fix overflow for large capacity partition
Using int type for sector index, there will be overflow in a large
capacity partition.
For example, if storage with sector size of 512 bytes and partition
capacity is larger than 2TB, there will be overflow.
References