CVE-2026-63929
Last modified
CVE-2026-63929 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix DMA fence leak in iio_buffer_enqueue_dmabuf() iio_buffer_enqueue_dmabuf() allocates a struct iio_dma_fence (104 bytes, kmalloc-128) via kmalloc_obj()+dma_fence_init(), which sets the initial kref to 1. It then calls dma_resv_add_fence() which takes a second reference (kref=2), and stores a raw pointer in block->fence. On the success path the function returns without calling dma_fence_put() to release the initial reference, so every buffer enqueue permanently leaks one kmalloc-128 allocation. The iio_buffer_cleanup() work item only releases the temporary reference taken during completion signalling by iio_buffer_signal_dmabuf_done(); the initial reference from dma_fence_init() is never released. With four iio_rwdev instances at 240kHz and 512 samples per buffer, this produces ~1875 kmalloc-128 allocations per second matching the observed slab growth exactly. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix DMA fence leak in iio_buffer_enqueue_dmabuf() iio_buffer_enqueue_dmabuf() allocates a struct iio_dma_fence (104 bytes, kmalloc-128) via kmalloc_obj()+dma_fence_init(), which sets the initial kref to 1. It then calls dma_resv_add_fence() which takes a second reference (kref=2), and stores a raw pointer in block->fence. On the success path the function returns without calling dma_fence_put() to release the initial reference, so every buffer enqueue permanently leaks one kmalloc-128 allocation. The iio_buffer_cleanup() work item only releases the temporary reference taken during completion signalling by iio_buffer_signal_dmabuf_done(); the initial reference from dma_fence_init() is never released. With four iio_rwdev instances at 240kHz and 512 samples per buffer, this produces ~1875 kmalloc-128 allocations per second matching the observed slab growth exactly. A test with ftrace confirmed that the dma_fence_destroy event was never triggered. Fix by calling dma_fence_put() after dma_resv_add_fence(), transferring ownership of the fence to the DMA reservation object. The DMA fence then gets properly discarded after being signalled.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < 9678aeed8b77d495a417dd057d479f3733094019; >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < 3412a95afaa5d3262008dfc34f3c7be33d8151dc; >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < 96cdeaba6a008503455b78a9641c05c2a886a7ec; >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < a093999355084bdbfe6e97f1dd232e58a1525f0b |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63929?
How severe is CVE-2026-63929?
How do I fix CVE-2026-63929?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63923In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63924In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63925In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-63926In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-63927In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63928In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6393The BetterDocs plugin for WordPress is vulnerable to Missing…4.3
- CVE-2026-63930In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63931In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63932In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63933In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63934In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-63929?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
