← Back to CVE List

CVE-2022-48879

Published: 2024-08-21T07:15Z
Last Modified: 2024-08-29T02:39Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: efi: fix NULL-deref in init error path In cases where runtime services are not supported or have been disabled, the runtime services workqueue will never have been allocated. Do not try to destroy the workqueue unconditionally in the unlikely event that EFI initialisation fails to avoid dereferencing a NULL pointer. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt