Acknowledged
Created: Oct 10, 2025
Updated: Oct 17, 2025
Found In Version: 10.22.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write[EOL][EOL]When the oob buffer length is not in multiple of words, the oob write[EOL]function does out-of-bounds read on the oob source buffer at the last[EOL]iteration. Fix that by always checking length limit on the oob buffer[EOL]read and fill with 0xff when reaching the end of the buffer to the oob[EOL]registers.