CVE-2026-46047
Last modified
CVE-2026-46047 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Fix use-after-free in driver remove() In the remove callback, if a packet arrives after destroy_workqueue() is called, but before sock_release(), the qrtr_ns_data_ready() callback will try to queue the work, causing use-after-free issue. Fix this issue by saving the default 'sk_data_ready' callback during qrtr_ns_init() and use it to replace the qrtr_ns_data_ready() callback at the start of remove(). This ensures that even if a packet arrives after destroy_workqueue(), the work struct will not be dereferenced. Note that it is also required to ensure that the RX threads are completed before destroying the workqueue, because the threads could be using the qrtr_ns_data_ready() callback.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Fix use-after-free in driver remove() In the remove callback, if a packet arrives after destroy_workqueue() is called, but before sock_release(), the qrtr_ns_data_ready() callback will try to queue the work, causing use-after-free issue. Fix this issue by saving the default 'sk_data_ready' callback during qrtr_ns_init() and use it to replace the qrtr_ns_data_ready() callback at the start of remove(). This ensures that even if a packet arrives after destroy_workqueue(), the work struct will not be dereferenced. Note that it is also required to ensure that the RX threads are completed before destroying the workqueue, because the threads could be using the qrtr_ns_data_ready() callback.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.7, < 5.10.258 |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 |
| Linux | Linux Kernel | >= 6.7, < 6.12.86 |
| Linux | Linux Kernel | >= 6.13, < 6.18.27 |
| Linux | Linux Kernel | >= 6.19, < 7.0.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46047?
How severe is CVE-2026-46047?
How do I fix CVE-2026-46047?
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-46041In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46042In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46043In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-46044In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46046In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46048In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46049In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46050In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46051In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46052In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46053In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46047?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
