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-74578

7.1 · HIGH
Published Aug 16, 2026 EPSS 0.15% (4th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

crypto: algif_skcipher - force synchronous processing on trees without ctx->state

The AIO/async path in skcipher_recvmsg() passes the socket-wide ctx->iv

directly into the skcipher request. After io_submit() the socket lock is

dropped and the request is processed asynchronously, so a concurrent

sendmsg(ALG_SET_IV) can overwrite ctx->iv and make the in-flight request

run under an attacker-controlled IV. For CTR/stream modes this is

IV/keystream reuse and lets an unprivileged user recover the plaintext of

a concurrent operation.

Snapshotting ctx->iv into per-request storage for the async path is not

sufficient. For ciphers with statesize == 0 - which includes cbc and ctr -

the MSG_MORE inter-chunk IV chaining is carried solely by the in-place

req->iv writeback, which a snapshot redirects into per-request memory that

af_alg_free_resources() releases on completion, silently producing wrong

output. Writing the IV back fr

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-74578?

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

How severe is CVE-2026-74578?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-74578?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74578 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.