CVE-2026-43477

MEDIUM EPSS 1.7%
Published May 13, 20261mo ago · Modified Jun 26, 20266d ago
5.5 CVSS 3.1
Medium
Find Similar
Published May 13, 2026 1mo ago
Last Modified Jun 26, 2026 6d ago

Description

In the Linux kernel, the following vulnerability has been resolved: drm/i915/vrr: Configure VRR timings after enabling TRANS_DDI_FUNC_CTL Apparently ICL may hang with an MCE if we write TRANS_VRR_VMAX/FLIPLINE before enabling TRANS_DDI_FUNC_CTL. Personally I was only able to reproduce a hang (on an Dell XPS 7390 2-in-1) with an external display connected via a dock using a dodgy type-C cable that made the link training fail. After the failed link training the machine would hang. TGL seemed immune to the problem for whatever reason. BSpec does tell us to configure VRR after enabling TRANS_DDI_FUNC_CTL as well. The DMC firmware also does the VRR restore in two stages: - first stage seems to be unconditional and includes TRANS_VRR_CTL and a few other VRR registers, among other things - second stage is conditional on the DDI being enabled, and includes TRANS_DDI_FUNC_CTL and TRANS_VRR_VMAX/VMIN/FLIPLINE, among other things So let's reorder the steps to match to avoid the hang, and toss in an extra WARN to make sure we don't screw this up later. BSpec: 22243 (cherry picked from commit 93f3a267c3dd4d811b224bb9e179a10d81456a74)

CVSS Details

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

Threat Intelligence

EPSS Exploit Probability
1.7% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Affected Products 5

VendorProductVersionRange
linuxlinux_kernel*≥6.16  –  <6.18.20
linuxlinux_kernel*≥6.19  –  <6.19.9
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any

References 3

  • git.kernel.org https://git.kernel.org/stable/c/237aab549676288d9255bb8dcc284738e56eaa31
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/8a7d29b8bda144d44e61df1b2705b1d4378f4e44
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/bf9e3b6ffd76da38dd4961c65d80571b25bf10a5
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/237aab549676288d9255bb8dcc284738e56eaa31
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/8a7d29b8bda144d44e61df1b2705b1d4378f4e44
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/bf9e3b6ffd76da38dd4961c65d80571b25bf10a5
    Patch