Skip to main content

Linux Kernel CVE-2026-46199

| EUVDEUVD-2026-32826 HIGH
Out-of-bounds Read (CWE-125)
2026-05-28 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-v7cw-36xw-548q
7.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.1 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
SUSE
HIGH
qualitative

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
May 30, 2026 - 12:04 vuln.today
CVSS changed
May 30, 2026 - 11:22 NVD
7.1 (HIGH)
Patch available
May 28, 2026 - 12:01 EUVD
CVE Published
May 28, 2026 - 10:16 nvd
UNKNOWN (no severity yet)
CVE Published
May 28, 2026 - 10:16 nvd
HIGH 7.1

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg

Check bounds against the end of the BO whenever we access the msg.

AnalysisAI

Out-of-bounds read in the AMD GPU VCN4 (Video Core Next, 4th generation) decoder message parser of the Linux kernel allows a local low-privileged user to read kernel memory beyond the decoder message buffer object, potentially leading to information disclosure and denial of service. The flaw exists in the drm/amdgpu/vcn4 driver where bounds against the end of the buffer object (BO) were not validated when parsing decoder messages. No public exploit identified at time of analysis and EPSS scores the exploitation probability at just 0.02% (6th percentile), but a vendor patch is available across multiple stable branches.

Technical ContextAI

The vulnerability resides in the AMD GPU (amdgpu) Direct Rendering Manager (DRM) kernel driver, specifically in the Video Core Next 4 (VCN4) hardware video decoder support code. VCN is AMD's unified video encode/decode engine present in modern Radeon GPUs and APUs, and userspace clients submit decode messages to the kernel via the DRM IOCTL interface backed by GPU buffer objects (BOs). When the driver parsed these decoder messages, it accessed fields without consistently checking that the read offsets remained within the bounds of the underlying BO, producing an out-of-bounds read on adjacent kernel memory. While the CVE entry lists CWE as N/A, the defect is functionally a classic CWE-125 (Out-of-bounds Read) reachable from a local DRM client.

RemediationAI

Upstream fix available (commits 63b51e8a9d54, 0a78f2bac142, 7688143ca62e, c72a8b4dc6d5, 3c817a60b09e) and released in stable kernels 6.6.140, 6.12.90, 6.18.32, 7.0.9, and mainline 7.1-rc1 - upgrade to one of these patched versions or to the equivalent distribution-vendor kernel that backports the amdgpu/vcn4 bounds check; the patches are linked from https://git.kernel.org/stable/c/63b51e8a9d54317d31cc3856c1e12407070d5fc2 and the other commit references in the NVD advisory. As a compensating control until patched, restrict local DRM render-node access (/dev/dri/renderD*) to trusted users via group permissions or systemd seat assignments, disable hardware-accelerated video decode in containerized or multi-tenant workloads that expose VCN4 to untrusted users, and avoid sharing the GPU device into untrusted VMs or sandboxes; these mitigations come at the cost of losing hardware video decode acceleration for the affected workloads and may break browser GPU sandboxes, Wayland compositors, or media playback for non-privileged users.

Vendor StatusVendor

SUSE

Severity: High
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed
SUSE Linux Enterprise High Performance Computing 15 SP7 Fixed

Share

CVE-2026-46199 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy