CVE-2026-93050
Last modified
CVE-2026-93050 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix UAF, null-ptr-deref, and use-after-free in cleanup on remove Three issues arise when the device is removed while a tty session is still active: 1. UAF of struct ipoctal: the remove callback frees ipoctal via kfree() while tty ops may still access it.
Description
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix UAF, null-ptr-deref, and use-after-free in cleanup on remove Three issues arise when the device is removed while a tty session is still active: 1. UAF of struct ipoctal: the remove callback frees ipoctal via kfree() while tty ops may still access it. Fix by introducing kref-based lifetime management — kref is taken in install() when a tty is opened and released in cleanup() when the tty is finally destroyed; remove() uses kref_put() instead of kfree(). 2. NULL dereference in ipoctal_write_tty(): __ipoctal_remove() frees xmit_buf via tty_port_free_xmit_buf() while a userspace process may still hold the tty fd and call write(). Fix by checking for NULL xmit_buf in ipoctal_write_tty(). 3. UAF in ipoctal_cleanup(): ipack_put_carrier(ipoctal->dev) dereferences ipoctal->dev after the ipack_device has been freed by ipack_device_del(). Fix by caching ipoctal->carrier_owner during probe() and calling module_put() on the cached pointer directly in cleanup(), avoiding any access to ipoctal->dev. Also introduce a "removed" flag in struct ipoctal, set at the start of __ipoctal_remove(), and checked in every tty op that accesses hardware resources (port_activate, write_tty, set_termios, hangup, shutdown). This prevents page faults when devm_ioremap() regions are unmapped after remove() returns.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 05e5027efc9c0bb6d1d04cde279afbafca0a7929, < ab5f5b27a340004b92252c6a5f23bf1c6cf3b02a; >= 05e5027efc9c0bb6d1d04cde279afbafca0a7929, < c92ef8fd834521f0b788e0511976c689fe57c63c; >= 05e5027efc9c0bb6d1d04cde279afbafca0a7929, < a4613140f01bd0fb9980e2746ed9aaa65a29b5d6; >= 05e5027efc9c0bb6d1d04cde279afbafca0a7929, < 1a3258e105f711538201bdd2ac2a05b11554eabc; >= 05e5027efc9c0bb6d1d04cde279afbafca0a7929, < 4a6518be316029650301f2a5e8f0def229b895d9; >= 05e5027efc9c0bb6d1d04cde279afbafca0a7929, < b6b5d64cb161a28347d64dc3168a636c4abb68d5 |
| Linux | Linux | 3.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93050?
How severe is CVE-2026-93050?
How do I fix CVE-2026-93050?
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-93045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93046In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93047In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93048In the Linux kernel, the following vulnerability has been re…
- 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-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-93054In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93056In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93050?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
