First published: Thu Jun 20 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix off by one in BIOS boundary checking Bounds checking when parsing init scripts embedded in the BIOS reject access to the last byte. This causes driver initialization to fail on Apple eMac's with GeForce 2 MX GPUs, leaving the system with no working console. This is probably only seen on OpenFirmware machines like PowerPC Macs because the BIOS image provided by OF is only the used parts of the ROM, not a power-of-two blocks read from PCI directly so PCs always have empty bytes at the end that are never accessed.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | >=4.8<4.9.300 | |
Linux Linux kernel | >=4.10<4.14.265 | |
Linux Linux kernel | >=4.15<4.19.228 | |
Linux Linux kernel | >=4.20<5.4.178 | |
Linux Linux kernel | >=5.5<5.10.99 | |
Linux Linux kernel | >=5.11<5.15.22 | |
Linux Linux kernel | >=5.16<5.16.8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.