Security Advisory

CVE-2024-45028

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-09-11 15:13:59
Last updated 2026-05-11 20:34:05
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.