Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74750

7.5 · HIGH
Published Aug 26, 2026 EPSS 0.36% (29th pctl)

Overview

CVE-2026-74750 is a high-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74750?

CVE-2026-74750 is a high-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-74750?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-74750?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74750?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74750 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.