In the Linux kernel, the following vulnerability has been resolved: block: avoid possible overflow for chunk_sectors check in blk_stack_limits() In blk_stack_limits(), we check that the t->chunk_sectors value is a multiple of the t->physical_block_size value. However, by finding the chunk_sectors value in bytes, we may overflow the unsigned int which holds chunk_sectors, so change the check to be based on sectors.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | < 18.3R1-S7, 18.3R3-S2 |
| Linux | Linux | < 18.4R1-S7, 18.4R2-S4, 18.4R3-S2 |
| Linux | Linux | 7.6.1.0 |
| Linux | Linux | 8.2 |