← Back to CVE List

CVE-2024-26824

Published: 2024-04-17T10:15Z
Last Modified: 2025-03-27T20:56Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: crypto: algif_hash - Remove bogus SGL free on zero-length error path When a zero-length message is hashed by algif_hash, and an error is triggered, it tries to free an SG list that was never allocated in the first place. Fix this by not freeing the SG list on the zero-length error path. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt