### [CVE-2024-56690](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56690) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=039fec48e062504f14845124a1a25eb199b2ddc0%3C%20dd8bf8eb5beba1e7c3b11a9a5a58ccbf345a69e6%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description In the Linux kernel, the following vulnerability has been resolved:crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSYSince commit 8f4f68e788c3 ("crypto: pcrypt - Fix hungtask forPADATA_RESET"), the pcrypt encryption and decryption operations return-EAGAIN when the CPU goes online or offline. In alg_test(), a WARN isgenerated when pcrypt_aead_decrypt() or pcrypt_aead_encrypt() returns-EAGAIN, the unnecessary panic will occur when panic_on_warn set 1.Fix this issue by calling crypto layer directly without parallelizationin that case. ### POC #### Reference No PoCs from references. #### Github - https://github.com/cku-heise/euvd-api-doc