Security Advisory

CVE-2025-21905

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-01 15:40:46
Last updated 2026-05-11 21:08:47
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: limit printed string from FW file Theres no guarantee here that the file is always with a NUL-termination, so reading the string may read beyond the end of the TLV. If thats the last TLV in the file, it can perhaps even read beyond the end of the file buffer. Fix that by limiting the print format to the size of the buffer we have.