CVE-2026-74693: net: prestera: validate firmware header length
In the Linux kernel, the following vulnerability has been resolved:
net: prestera: validate firmware header length
presterafwhdrparse() reads the firmware header before checking that the firmware image contains that header.
Reject images shorter than struct presterafwheader before decoding the magic and version fields.