In the Linux kernel, the following vulnerability has been resolved:
io_uring/rsrc: reject zero-length fixed buffer import
validate_fixed_range() admits buf_addr at the exact end of the
registered region when len is zero, because the check uses strict
greater-than (buf_end > imu->ubuf + imu->len). io_import_fixed()
then computes offset == imu->len, which causes the bvec skip logic
to advance past the last bio_vec entry and read bv_offset from
out-of-bounds slab memory.
Return early from io_import_fixed() when len is zero. A zero-length
import has no data to transfer and should not walk the bvec array
at all.
BUG: KASAN: slab-out-of-bounds in io_import_reg_buf+0x697/0x7f0
Read of size 4 at addr ffff888002bcc254 by task poc/103
Call Trace:
io_import_reg_buf+0x697/0x7f0
io_write_fixed+0xd9/0x250
__io_issue_sqe+0xad/0x710
io_issue_sqe+0x7d/0x1100
io_submit_sqes+0x86a/0x23c0
__do_sys_io_uring_enter+0xa98/0x1590
Allocated by task 103:
The buggy address is located 12 bytes to the right of
allocated 584-byte region [ffff888002bcc000, ffff888002bcc248)
Security readout for executives and security teams
Plain-English summary
A local, low-privileged user or workload can trigger an out-of-bounds kernel memory read through Linux io_uring fixed buffers. Successful abuse could expose kernel memory or crash the host. No user interaction is required, but remote-only attackers are not directly positioned to exploit it.
Executive priority
Treat as a high-priority kernel update for shared or untrusted-compute environments. It is less urgent for systems without local untrusted access, but potential kernel-memory disclosure and host crashes justify timely remediation. Confirm exact exposure with vendors because the supplied version boundaries are unclear.
Technical view
A zero-length fixed-buffer request at the registered region boundary passes range validation. io_import_fixed() calculates an offset equal to the region length, advances beyond the final bio_vec, and reads slab memory out of bounds. The published fix returns before walking the array when length is zero.
Likely exposure
Exposure requires an affected Linux kernel plus local, low-privileged access to the io_uring path. Multi-user systems and hosts running untrusted workloads deserve priority. The supplied affected-version data is ambiguous, so exact package exposure must be confirmed with the Linux distribution or kernel vendor.
Exploitation context
CVSS 3.1 is 7.1: local access, low complexity, low privileges, no user interaction, with potential high confidentiality and availability impact. The supplied record is not marked as CISA KEV, and the source bundle provides no evidence of active exploitation.
Researcher notes
The reported KASAN failure is a four-byte slab out-of-bounds read after bvec traversal advances beyond the allocation. The boundary condition requires a zero-length import whose address equals the registered region's end. The sources establish the defect and correction, but do not establish practical data recovery, reliable denial of service, or exploitation in the wild.
Mitigation direction
Upgrade to a vendor-supported kernel containing the applicable listed stable fix.
Confirm the selected distribution package backports the zero-length io_import_fixed() correction.
If upgrading is delayed, obtain vendor-approved temporary mitigations; none are identified in the supplied sources.
Prioritize shared hosts and systems permitting untrusted local workloads.
Validation and detection
Inventory running kernel versions across Linux hosts.
Compare each kernel package against its distribution's CVE and backport guidance.
Verify deployed kernel sources or package changelogs include an applicable referenced commit.
Confirm systems booted into the corrected kernel after maintenance.
Monitor kernel diagnostics for io_import_reg_buf or slab-out-of-bounds events.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43006 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
4Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.