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

io_uring: preserve task restrictions across exec

Per-task restrictions apply to all rings created by a task. Once
installed, they should not be dropped across exec.

For a task that has used io_uring, the exec cancellation path calls
__io_uring_free(). This frees both the task context and the per-task
restriction, so a ring created after exec is unrestricted.

Split task context cleanup into io_uring_free_tctx(), and use it from
the exec cancellation path. Keep __io_uring_free() for final task
cleanup, where both the context and restriction are released.
Published: 2026-08-28
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Patch Kernel
AI Analysis

Impact

The flaw in the Linux kernel’s io_uring subsystem results in the accidental removal of per‑task restrictions when a process calls exec. The exec cancellation path mistakenly frees both the task context and its restriction flag, allowing a ring created after exec to operate without the originally applied constraints. This potentially permits a process to perform actions that were intended to be disallowed, which could lead to local privilege escalation. Based on the available information, this effect is inferred rather than explicitly documented in the advisory.

Affected Systems

All Linux kernel versions that expose the io_uring interface before the commit which applied the fix are affected. Distributions shipping such kernels are susceptible. Kernel releases later than the patch commit are considered fixed.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.4, reflecting high severity, but its EPSS score is reported as <1% and it is not listed in CISA’s KEV catalog, indicating limited observation of exploitation. The likely attack vector is local: an attacker who can run io_uring and subsequently invoke exec may exploit the cleared restrictions. The exploit requires local access to the affected system and the ability to execute code via io_uring.

Generated by OpenCVE AI on September 2, 2026 at 02:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the io_uring restriction fix.
  • If an immediate kernel upgrade is not feasible, isolate or containerize processes that use io_uring and restrict their subsequent exec calls with strict permission settings.
  • Monitor for suspicious exec activity following io_uring usage and audit processes for privilege escalation attempts.

Generated by OpenCVE AI on September 2, 2026 at 02:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Tue, 01 Sep 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Fri, 28 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Fri, 28 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-285

Fri, 28 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-285

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: io_uring: preserve task restrictions across exec Per-task restrictions apply to all rings created by a task. Once installed, they should not be dropped across exec. For a task that has used io_uring, the exec cancellation path calls __io_uring_free(). This frees both the task context and the per-task restriction, so a ring created after exec is unrestricted. Split task context cleanup into io_uring_free_tctx(), and use it from the exec cancellation path. Keep __io_uring_free() for final task cleanup, where both the context and restriction are released.
Title io_uring: preserve task restrictions across exec
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-29T06:22:29.500Z

Reserved: 2026-08-26T14:34:25.788Z

Link: CVE-2026-80713

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:56.957

Modified: 2026-08-29T07:16:52.763

Link: CVE-2026-80713

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80713 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T03:00:13Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment