← Back to CVE List

CVE-2024-45028

Published: 2024-09-11T16:15Z
Last Modified: 2024-09-13T16:29Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: mmc: mmc_test: Fix NULL dereference on allocation failure If the "test->highmem = alloc_pages()" allocation fails then calling __free_pages(test->highmem) will result in a NULL dereference. Also change the error code to -ENOMEM instead of returning success. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt