CVE-2026-74578

HIGHPre-NVD 7.17.1
EchelonGraph scoreHIGH confidence

Score 7.1 from GitHub Security Advisory (severity: HIGH) published 2026-08-16. a secondary CVSS source baseline 7.1; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
7.1EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.1Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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 from the completion callback instead is not possible either: that would require lock_sock() there, but the callback can run in softirq/atomic context, so it must not sleep.

Make the operation synchronous instead, which removes both the IV race and any writeback race. This is equivalent to the upstream resolution, commit fcc77d33a34c ("net: Remove support for AIO on sockets"), which removed the AIO socket path across net/ entirely and so produces the same end state for this file. This patch deviates from that commit deliberately: rather than removing AIO socket support tree-wide, which would be far too invasive for stable, it removes only the AIO branch in crypto/algif_skcipher.c. io_submit() now completes synchronously; AF_ALG async is rarely used in practice.

The -EIOCBQUEUED check in skcipher_recvmsg() is now dead but harmless, and is left alone to keep the fix minimal.

Tested on 6.6.y: attacker IV injection dropped from 2296/200000 to 0/200000 after the change; MSG_MORE chunked CTR output bit-identical to single-shot.

CVSS v3
7.1
EG Score
7.1(high)
EG Risk
37(Track)
EG Risk 37/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity71% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
4%
KEV
Not listed

Published

August 16, 2026

Last Modified

August 17, 2026

Advisory Details (8)

Auto-updated Aug 17, 2026
No patch confirmed yet.
generic

net: Remove support for AIO on sockets - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/fcc77d33a34cf271702e8daafb6c593e4626776d
generic

crypto: algif_skcipher - force synchronous processing on trees without ctx->state - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/f1a87ca0843d74482402a206ea2dfb315ee9acbd
generic

crypto: algif_skcipher - force synchronous processing - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/d7860b682da55433b5da0591b0e4c1982ecd2689
generic

crypto: algif_skcipher - force synchronous processing on trees without ctx->state - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/bf09b0be8e851f050e98da702d247c14d81b591a
generic

crypto: algif_skcipher - force synchronous processing - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/b05defc41b27c7d0c05c45f67bf5b91c28f93669
generic

crypto: algif_skcipher - force synchronous processing on trees without ctx->state - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7b91e51d0eb7cbb07f7f086f9176bd93dbbc85dd
generic

crypto: algif_skcipher - force synchronous processing on trees without ctx->state - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/73dd3bf704ca6c20639de70c08e9a10bee904a95
generic

crypto: algif_skcipher - force synchronous processing - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/60eafc7b08c6689ea3ad39eff8d97aefc8a087c7

Vendor Advisories for CVE-2026-74578(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 29× in last 7d / 29× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-20 23:22 UTCEG score recompute
  2. 2026-08-20 23:22 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 10:40 UTCGHSA enrichment
  5. 2026-08-19 21:57 UTCEG score recompute
  6. 2026-08-19 21:57 UTCGHSA enrichment
  7. 2026-08-19 17:04 UTCEPSS rescore
  8. 2026-08-19 09:12 UTCGHSA enrichment
  9. 2026-08-18 20:30 UTCEG score recompute
  10. 2026-08-18 20:30 UTCGHSA enrichment
  11. 2026-08-18 13:49 UTCEPSS rescore
  12. 2026-08-18 13:49 UTCEPSS rescore
  13. 2026-08-18 07:48 UTCGHSA enrichment
  14. 2026-08-17 19:06 UTCEG score recompute
  15. 2026-08-17 19:06 UTCGHSA enrichment
  16. 2026-08-17 13:47 UTCEPSS rescore
  17. 2026-08-17 06:23 UTCEG score recompute
  18. 2026-08-17 06:23 UTCGHSA enrichment
  19. 2026-08-17 05:54 UTCEG score recompute 7.10
  20. 2026-08-17 05:54 UTCGHSA enrichment
  21. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 7.1 · severity → HIGH
  22. 2026-08-17 05:39 UTCEG score recompute
  23. 2026-08-17 05:39 UTCGHSA enrichment
  24. 2026-08-17 05:39 UTCMITRE cvelistV5
  25. 2026-08-16 14:56 UTCEPSS rescore
Show 4 more
  1. 2026-08-16 14:56 UTCEPSS rescore
  2. 2026-08-16 09:29 UTCNVD update
  3. 2026-08-16 08:37 UTCEG score recompute
  4. 2026-08-16 08:37 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74578?
CVE-2026-74578 is a high vulnerability published on August 16, 2026. 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…
When was CVE-2026-74578 disclosed?
CVE-2026-74578 was first published in the National Vulnerability Database on August 16, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74578 actively exploited?
CVE-2026-74578 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 95.6% of all scored CVEs.
What is the CVSS score of CVE-2026-74578?
CVE-2026-74578 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-74578?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74578, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-74578

Explore →

Is Your Infrastructure Affected by CVE-2026-74578?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.