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.
Published: 2026-08-22
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Immediate Patch
AI Analysis

Impact

The Linux kernel lacked a permission check for the KDSKBMETA ioctl, which modifies keyboard meta mode. This oversight allows any process to change meta mode on a non‑controlling console without authorization, potentially disrupting user input behavior or enabling background interference. The flaw is similar to other keyboard‑setter ioctls, but without the required privilege gating.

Affected Systems

The vulnerability affects the Linux kernel across all distributions, as the issue is inherent to the kernel’s vt subsystem. Specific version information is not provided, so any kernel build older than the fix should be considered impacted. No product‑specific version list is available.

Risk and Exploitability

The attack vector is likely local: a process that can invoke the ioctl (e.g., through /dev/tty or a kernel module) can exploit the missing check. Since the vulnerability is not listed in KEV and the EPSS score is <1%, it is not known to be actively exploited. However, the potential for privilege escalation and unwanted console changes warrants prompt remediation. The CVSS score is 5.5, indicating a medium severity and suggesting a moderate impact if an attacker controls the target system.

Generated by OpenCVE AI on August 25, 2026 at 13:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the permission check added in the relevant commit
  • If an immediate kernel update is not possible, restrict access to /dev/tty and related console devices using SELinux or AppArmor policies to block KDSKBMETA ioctl usage
  • Configure the console environment to disable unnecessary keyboard meta mode changes by setting appropriate kernel parameters or using system control tools

Generated by OpenCVE AI on August 25, 2026 at 13:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1220
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sat, 22 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
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.
Title vt: add permission check for KDSKBMETA ioctl
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-25T05:23:18.083Z

Reserved: 2026-08-15T05:44:03.925Z

Link: CVE-2026-74676

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:41.710

Modified: 2026-08-25T06:18:50.527

Link: CVE-2026-74676

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74676 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T14:00:17Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control

  • CWE-284

    Improper Access Control