PT-2026-51909 · Linux · Linux
Published
2026-06-24
·
Updated
2026-06-24
·
CVE-2026-53015
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
erofs: unify lcn as u64 for 32-bit platforms
As sashiko reported [1],
lcn was typed as unsigned long (or
unsigned int sometimes), which is only 32 bits wide on 32-bit
platforms, which causes (lcn << lclusterbits) to be truncated
at 4 GiB.In order to consolidate the logic, just use
u64 consistently
around the codebase. Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux