CVE-2026-74750: ovpn: defer key slot crypto freeing to workqueue

Published Aug 26, 2026
·
Updated

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: cryptofreeaead can sleep, for example when an async or hardware implementation has teardown work to complete.

Use queuercuwork 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 rcuwork 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 ovpnwq during module exit, so queued key-slot teardown work cannot outlive module text.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 26, 2026
CVE Published
via MITRE·02:36 PM
Data Sourced
via MITRE·02:36 PM
Description
Data Sourced
via NVD·03:16 PM
Description

Frequently Asked Questions

1

Which systems are most likely to be exposed to the unsafe teardown path?

Linux kernel systems using ovpn key slots with AEAD crypto implementations whose teardown may sleep are affected. The description specifically identifies asynchronous or hardware crypto implementations as examples.

2

What changes after applying the fix?

Key-slot crypto teardown is deferred until after the required RCU grace period and then runs in workqueue context, where sleeping is allowed. The RCU protection for lockless key-slot readers is retained.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203