CVE-2026-80753
Last modified
CVE-2026-80753 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point that guarantees the callbacks have fully returned before the module text can be freed. Object references protect the objects used by the callbacks, but they do not prove that a workqueue function has returned. In particular, a worker can drop the final reference that unblocks device teardown while it is still executing ovpn code. Add a module-owned workqueue and queue all ovpn work items on it. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point that guarantees the callbacks have fully returned before the module text can be freed. Object references protect the objects used by the callbacks, but they do not prove that a workqueue function has returned. In particular, a worker can drop the final reference that unblocks device teardown while it is still executing ovpn code. Add a module-owned workqueue and queue all ovpn work items on it. During module exit, unregister rtnl and netlink first, flush the workqueue so ordinary ovpn workers finish, run the final RCU barrier, and destroy the workqueue last. This keeps the workqueue available for cleanup work queued from RCU callbacks, while ensuring no ovpn work item can outlive the module text. The per-device delayed keepalive work remains explicitly disabled during netdev teardown (disable_delayed_work_sync in ndo_uninit), since flush_workqueue does not flush delayed work that is still only pending on its timer.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 11851cbd60ea1e5abbd97619d69845ead99303d6, < b5fe67111e63a8a81ec31056c4475509076fd266; >= 11851cbd60ea1e5abbd97619d69845ead99303d6, < bbe81f40582d451ac849b20707784220f33a23bd; >= 11851cbd60ea1e5abbd97619d69845ead99303d6, < e9714db8041763f59dde152c812b96b3de05c6d9 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80753?
How severe is CVE-2026-80753?
How do I fix CVE-2026-80753?
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-80748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80749In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-8075Mattermost Desktop App versions <=6.2 5.5.13 6.0.2.0 fail to…6.5
- CVE-2026-80750In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80751In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80752In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80754In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80755In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80756In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80757In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80758In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80759In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80753?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
