← Back to CVE List

CVE-2025-21905

Published: 2025-04-01T16:15Z
Last Modified: 2025-04-15T16:59Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: limit printed string from FW file There's 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 that's 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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt