CVE-2024-42292
CVE-2024-42292
Sáb, 17/08/2024 – 09:15
CVE-2024-42292
kobject_uevent: Fix OOB access within zap_modalias_env()
zap_modalias_env() wrongly calculates size of memory block to move, so
will cause OOB memory access issue if variable MODALIAS is not the last
one within its @env parameter, fixed by correcting size to memmove.
