CVE-2026-46315

In the Linux kernel, the following vulnerability has been resolved: io_uring/waitid: clear waitid info before copying it to userspace IORING_OP_WAITID stores its result fields in struct io_waitid::info and later copies them to userspace siginfo. The prep path initializes the request arguments, but it does not initialize info itself. If the wait operation completes without reporting a child event, the common wait code can return without writing wo_info. In that case io_waitid_finish() still copies iw->info to userspace, exposing stale bytes from the reused io_kiocb command storage. Clear the result storage during prep so the io_uring path matches the regular waitid syscall, which uses a zero-initialized struct waitid_info.

Package Linux Kernel
Published 2026-06-09
Last modified 2026-06-09
Patch available
Yes

Affected versions

Linux kernel versions 6.7 and later are affected. Fixed in 6.12.92, 6.18.34, 7.0.11, 7.1-rc5 and their respective stable series.

Affected from
≥ 6.7
Fixed in
✓ 6.12.92 6.12.x ✓ 6.18.34 6.18.x ✓ 7.0.11 7.0.x ✓ 7.1-rc5

Frequently asked questions

  • What is CVE-2026-46315?

    CVE-2026-46315 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.7 onward and has been patched in 6.12.92, 6.18.34, 7.0.11 and others. CVE-2026-46315 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-46315?

    Yes — CVE-2026-46315 has been patched. Fixed versions include 6.12.92, 6.18.34, 7.0.11 and others. If you are running Linux kernel 6.7 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-46315 actively exploited?

    No — CVE-2026-46315 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.