Answer in brief
CVE-2026-74578 records a Unknown severity vulnerability in crypto: algif_skcipher - force synchronous processing on trees without ctx->state. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-74578 records a Unknown severity vulnerability in crypto: algif_skcipher - force synchronous processing on trees without ctx->state. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <bf09b0be8e851f050e98da702d247c14d81b591a || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <73dd3bf704ca6c20639de70c08e9a10bee904a95 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <f1a87ca0843d74482402a206ea2dfb315ee9acbd || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <7b91e51d0eb7cbb07f7f086f9176bd93dbbc85dd || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <60eafc7b08c6689ea3ad39eff8d97aefc8a087c7 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <d7860b682da55433b5da0591b0e4c1982ecd2689 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <b05defc41b27c7d0c05c45f67bf5b91c28f93669 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <fcc77d33a34cf271702e8daafb6c593e4626776d | bf09b0be8e851f050e98da702d247c14d81b591a, 73dd3bf704ca6c20639de70c08e9a10bee904a95, f1a87ca0843d74482402a206ea2dfb315ee9acbd, 7b91e51d0eb7cbb07f7f086f9176bd93dbbc85dd, 60eafc7b08c6689ea3ad39eff8d97aefc8a087c7, d7860b682da55433b5da0591b0e4c1982ecd2689, b05defc41b27c7d0c05c45f67bf5b91c28f93669, fcc77d33a34cf271702e8daafb6c593e4626776d |
| Linux/Linuxgeneric | 4.14 | Not reported |
Published upstream
Aug 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 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 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.
Quoted source text, attributed separately from HOL analysis.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <bf09b0be8e851f050e98da702d247c14d81b591a || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <73dd3bf704ca6c20639de70c08e9a10bee904a95 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <f1a87ca0843d74482402a206ea2dfb315ee9acbd || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <7b91e51d0eb7cbb07f7f086f9176bd93dbbc85dd || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <60eafc7b08c6689ea3ad39eff8d97aefc8a087c7 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <d7860b682da55433b5da0591b0e4c1982ecd2689 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <b05defc41b27c7d0c05c45f67bf5b91c28f93669 || >=e870456d8e7c8d57c059ea479b5aadbb55ff4c3a <fcc77d33a34cf271702e8daafb6c593e4626776d | bf09b0be8e851f050e98da702d247c14d81b591a, 73dd3bf704ca6c20639de70c08e9a10bee904a95, f1a87ca0843d74482402a206ea2dfb315ee9acbd, 7b91e51d0eb7cbb07f7f086f9176bd93dbbc85dd, 60eafc7b08c6689ea3ad39eff8d97aefc8a087c7, d7860b682da55433b5da0591b0e4c1982ecd2689, b05defc41b27c7d0c05c45f67bf5b91c28f93669, fcc77d33a34cf271702e8daafb6c593e4626776d |
| Linux/Linuxgeneric | 4.14 | Not reported |
Published upstream
Aug 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 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 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.
Quoted source text, attributed separately from HOL analysis.