CVE-2026-74750
Last modified
CVE-2026-74750 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: crypto_free_aead can sleep, for example when an async or hardware implementation has teardown work to complete. Use queue_rcu_work for key-slot release.
Description
In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: crypto_free_aead can sleep, for example when an async or hardware implementation has teardown work to complete. Use queue_rcu_work for key-slot release. This keeps the RCU grace period needed by lockless key-slot readers, but runs the actual crypto teardown from workqueue context where sleeping is allowed. Once the rcu_work callback runs, pre-existing RCU readers are gone, and the final kref put already proves that no transform user remains, so the worker can release the AEAD transforms and free the slot directly. The previous patch drains ovpn_wq during module exit, so queued key-slot teardown work cannot outlive module text.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8534731dbf2d52a539b94defd06d2a8d3514aacb, < 0f77ed5ee91946ea63e29f2e0ff9dc9e722d8da3; >= 8534731dbf2d52a539b94defd06d2a8d3514aacb, < 2da3dfa1ddfe55a065f484750c83660e3bd4ac00 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74750?
How severe is CVE-2026-74750?
How do I fix CVE-2026-74750?
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-74744In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74745In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74746In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7475The Sky Addons plugin for WordPress is vulnerable to Stored …6.4
- CVE-2026-74751In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-74752In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74753In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7476Use After Free vulnerability in Arm Ltd Bifrost GPU Kernel D…7.8
- CVE-2026-74761Improper input validation in TopicRegion in Apache ActiveMQ,…7.5
- CVE-2026-74764Pandora contains a path traversal vulnerability in its TAR a…10
Are you affected by CVE-2026-74750?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
