CVE-2026-72482
Last modified
CVE-2026-72482 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: gpib: fix double decrement of descriptor_busy in command_ioctl() commit d1857f8296dc ("gpib: fix use-after-free in IO ioctl handlers") introduced a descriptor_busy reference counter to pin struct gpib_descriptor across IO ioctl operations. In command_ioctl(), the error path inside the loop decrements descriptor_busy and breaks, but execution then falls through to the unconditional decrement after the loop, underflowing the counter to -1. This re-enables the use-after-free that the original fix was meant to prevent: a concurrent close_dev_ioctl() sees descriptor_busy == 0 on an actively-used descriptor and frees it. Remove the early decrement from the error path. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gpib: fix double decrement of descriptor_busy in command_ioctl() commit d1857f8296dc ("gpib: fix use-after-free in IO ioctl handlers") introduced a descriptor_busy reference counter to pin struct gpib_descriptor across IO ioctl operations. In command_ioctl(), the error path inside the loop decrements descriptor_busy and breaks, but execution then falls through to the unconditional decrement after the loop, underflowing the counter to -1. This re-enables the use-after-free that the original fix was meant to prevent: a concurrent close_dev_ioctl() sees descriptor_busy == 0 on an actively-used descriptor and frees it. Remove the early decrement from the error path. The post-loop decrement already handles all exit paths, matching the correct pattern used in read_ioctl() and write_ioctl().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cae26eff1b56d78bed7873cf3e60a2b1bdd4da6c, < fdee9f207a48ce204ec6cfceaa1459d2473600a5; >= d1857f8296dceb75d00ab857fc3c61bc00c7f5c6, < 8b5f1d295dda8677e4545ce340053fcfa8b634c7; >= d1857f8296dceb75d00ab857fc3c61bc00c7f5c6, < c4faab452b3c1ada003d49c477609dd80523b9bf; 28c75dd143ead62e0dfac564c79d251e21d5d74b; >= 6.18.22, < 6.18.40; >= 6.19.12, < 6.20 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72482?
How severe is CVE-2026-72482?
How do I fix CVE-2026-72482?
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-72477In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72478In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72479In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7248A vulnerability was found in D-Link DI-8100 16.07.26A1. This…9.4
- CVE-2026-72480In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72481In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72483In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72485In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72487In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-72488In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72482?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
