In the Linux kernel, the following vulnerability has been...
Low severity
Unreviewed
Published
Oct 13, 2025
to the GitHub Advisory Database
•
Updated Jul 14, 2026
Description
Published by the National Vulnerability Database
Oct 13, 2025
Published to the GitHub Advisory Database
Oct 13, 2025
Last updated
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved:
crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
Issuing two writes to the same af_alg socket is bogus as the
data will be interleaved in an unpredictable fashion. Furthermore,
concurrent writes may create inconsistencies in the internal
socket state.
Disallow this by adding a new ctx->write field that indiciates
exclusive ownership for writing.
References