Fixed
Created: Apr 2, 2025
Updated: May 30, 2025
Resolved Date: May 30, 2025
Found In Version: 10.21.20.1
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Kernel
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.
CREATE(Triage):(User=admin) CVE-2025-21905 (https://nvd.nist.gov/vuln/detail/CVE-2025-21905)