### [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=&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=039fec48e062504f14845124a1a25eb199b2ddc0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=372636debe852913529b1716f44addd94fff2d28%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=546c1796ad1ed0d87dab3c4b5156d75819be2316%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=6.7%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=8f4f68e788c3a7a696546291258bfa5fdb215523%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=c55fc098fd9d2dca475b82d00ffbcaf97879d77e%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=c9c1334697301c10e6918d747ed38abfbc0c96e7%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=e134f3aba98e6c801a693f540912c2d493718ddf%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=e97bf4ada7dddacd184c3e196bd063b0dc71b41d%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Version&message=fb2d3a50a8f29a3c66682bb426144f40e32ab818%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue) ### 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 - https://github.com/fkie-cad/nvd-json-data-feeds - https://github.com/w4zu/Debian_security