Security Advisory

CVE-2022-49122

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 01:55:02
Last updated 2026-05-11 18:53:35
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre v1 gadget as its supplied by a user and used as an array index. Prevent the contents of kernel memory from being leaked to userspace via speculative execution by using array_index_nospec.