mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.0 KiB
1.0 KiB
CVE-2024-56721
Description
In the Linux kernel, the following vulnerability has been resolved:x86/CPU/AMD: Terminate the erratum_1386_microcode arrayThe erratum_1386_microcode array requires an empty entry at the end.Otherwise x86_match_cpu_with_stepping() will continue iterate the array afterit ended.Add an empty entry to erratum_1386_microcode to its end.
POC
Reference
No PoCs from references.