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.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
No history.
Information
Published : 2025-09-12 16:15
Updated : 2026-01-16 20:00
NVD link : CVE-2025-39795
Mitre link : CVE-2025-39795
CVE.ORG link : CVE-2025-39795
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
CWE-674
Uncontrolled Recursion
