← Back to CVE List

CVE-2025-21998

Published: 2025-04-03T08:15Z
Last Modified: 2025-04-10T16:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: uefisecapp: fix efivars registration race Since the conversion to using the TZ allocator, the efivars service is registered before the memory pool has been allocated, something which can lead to a NULL-pointer dereference in case of a racing EFI variable access. Make sure that all resources have been set up before registering the efivars. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt