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…
Info
Summary
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 th…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/60eafc7b08c6689ea3ad39eff8d97aefc8a087c7
- https://git.kernel.org/stable/c/73dd3bf704ca6c20639de70c08e9a10bee904a95
- https://git.kernel.org/stable/c/7b91e51d0eb7cbb07f7f086f9176bd93dbbc85dd
- https://git.kernel.org/stable/c/b05defc41b27c7d0c05c45f67bf5b91c28f93669
- https://git.kernel.org/stable/c/bf09b0be8e851f050e98da702d247c14d81b591a
- https://git.kernel.org/stable/c/d7860b682da55433b5da0591b0e4c1982ecd2689
- https://git.kernel.org/stable/c/f1a87ca0843d74482402a206ea2dfb315ee9acbd
- https://git.kernel.org/stable/c/fcc77d33a34cf271702e8daafb6c593e4626776d
Timeline
- nvd_ingest NVD