HOMEVULNERABILITIESCVE-2026-31561
MEDIUM

CVE-2026-31561

Published: April 24, 2026· Updated: Apr 27, 2026

5.5
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:4.6th

Official Description

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

x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits mask

Commit in Fixes added the FRED CR4 bit to the CR4 pinned bits mask so

that whenever something else modifies CR4, that bit remains set. Which

in itself is a perfectly fine idea.

However, there's an issue when during boot FRED is initialized: first on

the BSP and later on the APs. Thus, there's a window in time when

exceptions cannot be handled.

This becomes particularly nasty when running as SEV-{ES,SNP} or TDX

guests which, when they manage to trigger exceptions during that short

window described above, triple fault due to FRED MSRs not being set up

yet.

See Link tag below for a much more detailed explanation of the

situation.

So, as a result, the commit in that Link URL tried to address this

shortcoming by temporarily disabling CR4 pinning when an AP is not

online yet.

However, that is a problem in itself because in this case, an attack on

the kernel needs to only modify the online bit - a single bit in RW

memory - and then disable CR4 pinning and then disable SM*P, leading to

more and worse things to happen to the system.

So, instead, remove the FRED bit from the CR4 pinning mask, thus

obviating the need to temporarily disable CR4 pinning.

If someone manages to disable FRED when poking at CR4, then

idt_invalidate() would make sure the system would crash'n'burn on the

first exception triggered, which is a much better outcome security-wise.

NVD Source

Technical Analysis

CVE-2026-31561 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in availability disruption (denial of service), with a CVSS base score of 5.5.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Affected Vendors & Products

Linux1 product
linux kernel
Source: NVD CPE · 3 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (4)

Quick Facts

CVE IDCVE-2026-31561
CVSS Score5.5 / 10
SeverityMEDIUM
CISA KEVNo
EPSS (30d)0.02%
Affected1 vendor
PublishedApr 24, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-31561 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.