PT-2026-35137 · Linux · Linux
Published
2026-04-25
·
Updated
2026-04-25
·
CVE-2026-31677
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
crypto: af alg - limit RX SG extraction by receive buffer budget
Make af alg get rsgl() limit each RX scatterlist extraction to the
remaining receive buffer budget.
af alg get rsgl() currently uses af alg readable() only as a gate
before extracting data into the RX scatterlist. Limit each extraction
to the remaining af alg rcvbuf(sk) budget so that receive-side
accounting matches the amount of data attached to the request.
If skcipher cannot obtain enough RX space for at least one chunk while
more data remains to be processed, reject the recvmsg call instead of
rounding the request length down to zero.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux