CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the KDSKBMETA ioctl, which modifies keyboard meta mode without the necessary permission checks, potentially allowing unauthorized processes to alter settings on non-controlling consoles. This could lead to unauthorized access or manipulation of input configurations, posing a security risk to systems relying on the affected kernel version. System administrators and security teams managing Linux environments should prioritize this issue to mitigate potential exploitation risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vt_k_ioctl() enforce, allowing a process to change meta mode on a non-controlling console without authorization.