Security Advisory

CVE-2024-42292

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-08-17 09:09:01
Last updated 2026-05-12 11:56:47
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: 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.