CVE EVIDENCE REVIEW
ReviewHighEvidence review

CVE-2026-74750 evidence review

Linux

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 th...

Open CVE record
Evidence review

This record remains available for product and version identification, but it is not presented as a complete remediation procedure. Confirm the affected range and the supported fix in a direct vendor advisory before changing production systems.

ProductLinux
Affected versions>= 8534731dbf2d52a539b94defd06d2a8d3514aacb < 0f77ed5ee91946ea63e29f2e0ff9dc9e722d8da3, >= 8534731dbf2d52a539b94defd06d2a8d3514aacb < 2da3dfa1ddfe55a065f484750c83660e3bd4ac00, >= 6.16
Fixed versionsNo verified fixed-version field is available yet
Priority basisReview · CVSS 7.5 · EPSS -
01

Identify the product and installed version

Record whether Linux is present, where it is installed, and which interfaces are exposed.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Compare the affected range

Use the current record as an identification aid: >= 8534731dbf2d52a539b94defd06d2a8d3514aacb < 0f77ed5ee91946ea63e29f2e0ff9dc9e722d8da3, >= 8534731dbf2d52a539b94defd06d2a8d3514aacb < 2da3dfa1ddfe55a065f484750c83660e3bd4ac00, >= 6.16. Resolve incomplete inventory results before deciding that an asset is unaffected.

03

Verify the authoritative remediation source

Open the linked source material and locate a direct vendor advisory for this CVE. Confirm the supported fixed release and product-specific update path before making a production change.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.