3 matches found
CVE-2026-53336
In the Linux kernel, the following vulnerability has been resolved: nvmem: layouts: onie-tlv: fix hang on unknown types The EEPROM on my board has a vendor specific entry of type 0x41. When stumbling upon that, this driver hangs in an endless loop. Fix it by keep incrementing the offset on unknow...
CVE-2026-53336
In the Linux kernel, the following vulnerability has been resolved: nvmem: layouts: onie-tlv: fix hang on unknown types The EEPROM on my board has a vendor specific entry of type 0x41. When stumbling upon that, this driver hangs in an endless loop. Fix it by keep incrementing the offset on unknow...
CVE-2026-53336
Summary of CVE-2026-53336 (Linux kernel nvmem driver) : The vulnerability occurs in the nvmem layouts: onie-tlv handling where an EEPROM entry with an unknown type can cause the driver to hang in an endless loop. The root cause is an infinite loop when encountering vendor-specific or unknown type...