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

x86/bugs: Make Safe-RET robust against interrupt injection

An attacker injecting interrupts while the Safe-RET mitigation executes
on machines affected by SRSO can neutralize the safe return sequence,
potentially leading to data leakage through speculative execution.

Fixup register state as if the Safe-RET sequence executed successfully
by "emulating" it, in a manner of speaking, and avoid executing a RET
instruction after returning from the interrupt.
Published: 2026-08-06
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker can inject interrupts while the Safe-RET mitigation runs on systems that use the SRSO Safe-RET feature, causing the safe return sequence to be prematurely neutralized. The result is that the kernel may speculatively execute unintended paths, leaking sensitive data from kernel memory to an attacker. The weakness is a control‑flow integrity defect (CWE‑201) that facilitates speculative information exposure.

Affected Systems

All Linux kernel implementations that enable the SRSO Safe-RET mitigation, regardless of distribution. The issue exists in kernels that have not applied the Safe‑RET patch referenced in the commit logs.

Risk and Exploitability

The CVSS score is 8.8 and no EPSS score is available. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that exploitation requires a local attacker with privileged access to inject interrupts during the Safe‑RET execution window, a capability available in many elevated privilege contexts. The potential impact is high due to possible data leakage, though widespread exploitation has not yet been reported.

Generated by OpenCVE AI on August 7, 2026 at 01:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that implements the Safe‑RET fix (see commit 608c8f5d…).
  • Reboot the system to load the updated kernel and restore the safe‑return mitigation.
  • If an immediate kernel update is not possible, restrict affected hosts to trusted environments, isolate from untrusted processes, and monitor for signs of speculative execution or interrupt injection attempts.

Generated by OpenCVE AI on August 7, 2026 at 01:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 06:45:00 +0000


Fri, 07 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Important


Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Make Safe-RET robust against interrupt injection An attacker injecting interrupts while the Safe-RET mitigation executes on machines affected by SRSO can neutralize the safe return sequence, potentially leading to data leakage through speculative execution. Fixup register state as if the Safe-RET sequence executed successfully by "emulating" it, in a manner of speaking, and avoid executing a RET instruction after returning from the interrupt.
Title x86/bugs: Make Safe-RET robust against interrupt injection
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-07T06:17:28.653Z

Reserved: 2026-07-30T09:28:09.397Z

Link: CVE-2026-68480

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-06T12:00:00Z

Links: CVE-2026-68480 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:45:05Z

Weaknesses
  • CWE-201

    Insertion of Sensitive Information Into Sent Data