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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, a flaw in the io_uring subsystem caused per‑task restrictions that were normally enforced for all rings created by a task to be incorrectly cleared when a task performed an exec. The exec cancellation path called __io_uring_free(), freeing both the task context and the per‑task restriction flag, leaving a ring created after exec unrestricted. This allows the process to bypass previously configured restrictions and potentially read or execute data it should not access, a local privilege escalation.

Affected Systems

This issue affects all Linux kernel implementations that include the io_uring interface before the commit that fixed the vulnerability was incorporated. The fix was committed to the mainline kernel, so all kernel versions from the moment the flaw was identified up to the patched release are vulnerable. Any distribution shipping an earlier kernel without the commit is at risk.

Risk and Exploitability

The vulnerability is not listed in CISA's KEV catalog and its EPSS score is not available, indicating no large‑scale exploitation has been reported. The flaw provides a local privilege‑escalation path for processes that use io_uring and then execute new binaries, allowing an attacker to bypass enforced restrictions. The fix was introduced by separating the task context cleanup, so the flaw remains vulnerable until the kernel is updated. Administrators should plan to update the kernel promptly.

Generated by OpenCVE AI on August 28, 2026 at 11:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the io_uring task restriction fix.
  • If an upgrade cannot be performed immediately, restrict the use of io_uring to processes that do not perform exec, or run such processes in isolated containers with the least privileges necessary.
  • Audit and monitor exec calls following io_uring usage, and tighten process permissions to mitigate potential privilege escalation.

Generated by OpenCVE AI on August 28, 2026 at 11:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-28T06:53:12.438Z

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-28T08:16:56.957

Link: CVE-2026-80713

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T11:30:06Z

Weaknesses
  • CWE-269

    Improper Privilege Management

  • CWE-285

    Improper Authorization