In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Dec 29, 2024
to the GitHub Advisory Database
•
Updated Jan 9, 2025
Description
Published by the National Vulnerability Database
Dec 29, 2024
Published to the GitHub Advisory Database
Dec 29, 2024
Last updated
Jan 9, 2025
In the Linux kernel, the following vulnerability has been resolved:
x86/CPU/AMD: Terminate the erratum_1386_microcode array
The erratum_1386_microcode array requires an empty entry at the end.
Otherwise x86_match_cpu_with_stepping() will continue iterate the array after
it ended.
Add an empty entry to erratum_1386_microcode to its end.
References