CVE-2026-93054
Last modified
CVE-2026-93054 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: uio: Fix stale info pointer in failed registration path After device_add(), the UIO device is visible to userspace and /dev/uioX can be opened. If a later setup step fails, __uio_register_device() unwinds the device but leaves idev->info pointing at the caller-owned struct uio_info. That is unsafe when an opener races with the failed registration path. The open file keeps a reference to the uio_device, while the caller sees registration failure and may free its struct uio_info.
Description
In the Linux kernel, the following vulnerability has been resolved: uio: Fix stale info pointer in failed registration path After device_add(), the UIO device is visible to userspace and /dev/uioX can be opened. If a later setup step fails, __uio_register_device() unwinds the device but leaves idev->info pointing at the caller-owned struct uio_info. That is unsafe when an opener races with the failed registration path. The open file keeps a reference to the uio_device, while the caller sees registration failure and may free its struct uio_info. Later file operations can then follow idev->info and dereference freed memory. Handle post-device_add() failures like unregister: remove UIO attributes while the info pointer is still valid, then clear idev->info under info_lock and wake existing waiters/async users before removing the device and minor. This makes already-open file descriptors observe the same "device gone" state as normal uio_unregister_device().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a93e7b331568227500186a465fee3c2cb5dffd1f, < 63eaa7663335d482a8825c231213e312cacea567; >= a93e7b331568227500186a465fee3c2cb5dffd1f, < df4faf65194ec6c315a59be4c6749eaeb3009243; >= a93e7b331568227500186a465fee3c2cb5dffd1f, < 506b43dde5f9ac0068b1360e6b5dbee07fda59fb; >= a93e7b331568227500186a465fee3c2cb5dffd1f, < 15340b00e665af805523b08515294a1aa1778151; >= a93e7b331568227500186a465fee3c2cb5dffd1f, < 234156f6c6d9ec35dc47abbcc3adc3c79fc6a5ac; >= a93e7b331568227500186a465fee3c2cb5dffd1f, < 16695e9059d80ea6661e8399064b0c01f641dd8c; >= a93e7b331568227500186a465fee3c2cb5dffd1f, < ec5bd6731183eb6f619140c9bef2ee11ed818c20; >= a93e7b331568227500186a465fee3c2cb5dffd1f, < 67b6fc084b034a91c3ec7907a3fed89a2450f30b; 085d735c858934e5d5bfaedb1fc98bd9135e6ff1; >= 4.14.100, < 4.15 |
| Linux | Linux | 4.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93054?
How severe is CVE-2026-93054?
How do I fix CVE-2026-93054?
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-93049In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9305A weakness has been identified in QuantumNous new-api up to …6.3
- CVE-2026-93050In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93051In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93052In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93056In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9306A security vulnerability has been detected in QuantumNous ne…3.7
Are you affected by CVE-2026-93054?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
