CVE-2026-89942
Last modified
CVE-2026-89942 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix potential use-after-free in anonymous buffer release An anonymous buffer handle holds a reference to the underlying IIO device. The reference is dropped in the buffer handle's release function. If the device has been removed, either through unbind or hot-unplug, the buffer handle might hold the last reference. The release function takes the mutex for the buffer using a guard, which means the unlock happens after all the code in the function, including `iio_device_put()`.
Description
In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Fix potential use-after-free in anonymous buffer release An anonymous buffer handle holds a reference to the underlying IIO device. The reference is dropped in the buffer handle's release function. If the device has been removed, either through unbind or hot-unplug, the buffer handle might hold the last reference. The release function takes the mutex for the buffer using a guard, which means the unlock happens after all the code in the function, including `iio_device_put()`. If the anonymous buffer holds the last reference this might free both the IIO device and the buffer, which contains the mutex, leading to use-after-free when the mutex is unlocked. Fix this by using a scoped guard just around the buffer dmabuf list access, making sure the mutex is unlocked before releasing the IIO device. Version 10 of the patch that introduced this issue used this exact scheme of first unlocking and then dropping the reference [1]. During review it was suggested to use a guard instead, and version 11 made that change [2].
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < ab53077511cde811bf3ee219426c522329c41226; >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < f1f8f0e8e0af9cae8150658dc7bb51332f984893; >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < 6d4bdbf7bad63e759bf20259c527f69a1209e3dd; >= 3e26d9f08fbe0b73e951a5e810fdb7a332b7e37f, < 6288b593e76eb10329326f2cd51e32557203b9e5 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89942?
How severe is CVE-2026-89942?
How do I fix CVE-2026-89942?
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-89937In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89938In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89939In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8994The Login with NEAR plugin for WordPress is vulnerable to Au…8.1
- CVE-2026-89940In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89941In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89943In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89944In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89945In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89946In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89947In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-89948In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89942?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
