In the Linux kernel, the following vulnerability has been resolved:
io_uring/nop: fix file reference leak with IOSQE_FIXED_FILE
NOP file-acquisition support choses between a fixed (registered) file and a normal fget()'d file based on its own IORING_NOP_FIXED_FILE flag in sqe->nop_flags. However, a request's REQ_F_FIXED_FILE is set independently from the generic IOSQE_FIXED_FILE sqe flag during request init, before the issue handler runs.
If a NOP is submitted with IOSQE_FIXED_FILE set (so REQ_F_FIXED_FILE is set) but without IORING_NOP_FIXED_FILE, io_nop() takes the normal path and grabs a real reference via io_file_get_normal(). On completion, io_put_file() only drops the reference when REQ_F_FIXED_FILE is clear, so the fget()'d file is never released and leaks:
BUG: memory leak unreferenced object 0xffff88800f42c240 (size 176): kmem_cache_alloc_noprof+0x358/0x440 alloc_empty_file+0x57/0x180 path_openat+0x44/0x1e50 do_file_open+0x121/0x200 do_sys_openat2+0xa7/0x150 __x64_sys_openat+0x82/0xf0
Decide between fixed and normal file acquisition from REQ_F_FIXED_FILE, the same way io_assign_file() does for every other opcode, and fold IORING_NOP_FIXED_FILE into REQ_F_FIXED_FILE at prep time.
CVSS Details
- CVSS 3.1 Base Score: 5.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon_linux_2023 | — | Upgrade python3-perf6.18-debuginfoUpgrade kernel6.18-debuginfoUpgrade kernel6.18-tools-debuginfoUpgrade kernel6.18-develUpgrade perf6.18Upgrade python3-perf6.18Upgrade kernel6.18-tools-develUpgrade perf6.18-debuginfoUpgrade bpftool6.18-debuginfoUpgrade kernel6.18-headersUpgrade microvm-kernel6.18Upgrade kernel6.18-modules-extraUpgrade kernel6.18-toolsUpgrade kernel6.18-debuginfo-common-x86_64Upgrade kernel-livepatch-6.18.39-79.141Upgrade kernel6.18-debuginfo-common-aarch64Upgrade bpftool6.18Upgrade kernel6.18-modules-extra-commonUpgrade kernel6.18 | Aug 18, 2026 | Jul 25, 2026 |
| Redhat_linux | — | No solution exists | Jul 31, 2026 | Jul 25, 2026 |
| Ubuntu | — | Upgrade linux-image-gke-64kUpgrade linux-image-oem-7.0Upgrade linux-image-7.0.0-1018-nvidiaUpgrade linux-image-7.0.0-1006-gke-64kUpgrade linux-image-generic-hwe-24.04Upgrade linux-image-nvidia-64k-7.0Upgrade linux-image-nvidia-64kUpgrade linux-image-oem-26.04aUpgrade linux-image-genericUpgrade linux-image-7.0.0-31-generic-64kUpgrade linux-image-virtual-hwe-26.04Upgrade linux-image-nvidia-7.0Upgrade linux-image-ibm-7.0Upgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-7.0.0-1013-oemUpgrade linux-image-oem-26.04Upgrade linux-image-nvidiaUpgrade linux-image-gke-64k-7.0Upgrade linux-image-nvidia-bos-7.0Upgrade linux-image-generic-hwe-26.04Upgrade linux-image-raspi-realtimeUpgrade linux-image-7.0.0-1012-awsUpgrade linux-image-gke-7.0Upgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-raspiUpgrade linux-image-7.0.0-31-realtime-64kUpgrade linux-image-7.0.0-1019-raspi-realtimeUpgrade linux-image-raspi-realtime-7.0Upgrade linux-image-gcpUpgrade linux-image-generic-64kUpgrade linux-image-ibmUpgrade linux-image-7.0.0-2018-nvidia-bosUpgrade linux-image-nvidia-bosUpgrade linux-image-7.0.0-31-genericUpgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-7.0.0-1019-raspiUpgrade linux-image-7.0.0-2018-nvidia-bos-64kUpgrade linux-image-7.0.0-1018-nvidia-64kUpgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-gcp-64kUpgrade linux-image-generic-64k-7.0Upgrade linux-image-aws-7.0Upgrade linux-image-nvidia-bos-64kUpgrade linux-image-gcp-64k-7.0Upgrade linux-image-realtime-hwe-26.04Upgrade linux-image-awsUpgrade linux-image-raspi-7.0Upgrade linux-image-aws-64kUpgrade linux-image-oem-26.04bUpgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-7.0.0-31-realtimeUpgrade linux-image-virtual-hwe-24.04Upgrade linux-image-realtime-7.0Upgrade linux-image-gke-hwe-26.04Upgrade linux-image-gcp-7.0Upgrade linux-image-gkeUpgrade linux-image-generic-7.0Upgrade linux-image-7.0.0-1013-ibmUpgrade linux-image-realtime-64kUpgrade linux-image-virtual-7.0Upgrade linux-image-aws-64k-7.0Upgrade linux-image-7.0.0-1012-aws-64kUpgrade linux-image-7.0.0-1006-gkeUpgrade linux-image-virtualUpgrade linux-image-realtime-64k-7.0Upgrade linux-image-realtimeUpgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-generic-64k-hwe-24.04 | Sep 14, 2026 | Sep 7, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub