CVE-2026-64312
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/07/2026
Last modified:
25/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
crypto: pcrypt - restore callback for non-parallel fallback<br />
<br />
pcrypt installs pcrypt_aead_done() on the child AEAD request before<br />
trying to submit it through padata. If padata_do_parallel() returns<br />
-EBUSY, pcrypt falls back to calling the child AEAD directly.<br />
<br />
That fallback must not keep the padata completion callback. Otherwise<br />
an asynchronous completion runs pcrypt_aead_done() even though the<br />
request was never enrolled in padata.<br />
<br />
Restore the original request callback and callback data before calling<br />
the child AEAD directly. This keeps the fallback path aligned with a<br />
direct AEAD request while leaving the parallel path unchanged.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/3920c5f6edc341729d20d0507e466c6d3b11f372
- https://git.kernel.org/stable/c/4711ca06bd169a2cbc9cc59a6de2ed512c41a880
- https://git.kernel.org/stable/c/81ce16d938db9b88cdc231522c0358395ae8c6b5
- https://git.kernel.org/stable/c/82789a44415e3e31168229421b138278dfb16412
- https://git.kernel.org/stable/c/83fa1397d5853de1e27dd52ec44b068ff358ca18
- https://git.kernel.org/stable/c/ae93c5b3e2a2968b56d772ca1d06615927b7cc36
- https://git.kernel.org/stable/c/c4bd2f4c35b0e15b6040c2f7e7e7986780c066cf
- https://git.kernel.org/stable/c/ed459fe319376e876de433d12b6c6772e612ca36



