CVE-2022-48879: efi: fix NULL-deref in init error path
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.
Security readout for executives and security teams
Plain-English summary
CVE-2022-48879 is a Linux kernel EFI initialization bug. In an uncommon startup error path, the kernel may try to destroy a workqueue that was never created, causing a NULL pointer dereference. The provided sources do not show active exploitation, remote reachability, or a scored severity.
Executive priority
Treat as routine kernel maintenance unless affected systems show EFI initialization instability. There is no provided evidence of active exploitation or remote compromise, but unpatched kernels may face startup reliability risk.
Technical view
The flaw is in Linux kernel EFI handling. When EFI runtime services are unsupported or disabled, the runtime services workqueue may not be allocated. If EFI initialization later fails, unconditional cleanup can dereference NULL. Stable kernel commits add a guard in that init failure path.
Likely exposure
Exposure is likely limited to Linux systems using EFI/UEFI where EFI runtime services are disabled or unsupported and EFI initialization fails. Downstream distro exposure depends on kernel version and backported fixes.
Exploitation context
The bundle marks KEV as false and provides no evidence of active exploitation. The description points to a boot or initialization error-path availability issue, not a confirmed remote attack vector.
Researcher notes
The CVE data has no CVSS, CWE, or exploit detail. The affected version list mixes kernel releases and commit identifiers, so validate against upstream stable commits and downstream vendor backports before declaring exposure.
Mitigation direction
Update to a vendor kernel containing the listed stable fixes.
Check Linux distribution advisories for backported CVE-2022-48879 patches.
Prioritize systems with EFI runtime services disabled or unsupported.
Track unsupported custom kernels separately from vendor-managed kernels.
Validation and detection
Inventory Linux kernel versions across EFI/UEFI booted systems.
Confirm vendor changelogs mention CVE-2022-48879 or the stable fix commits.
Review boot logs for EFI initialization failures on affected systems.
Verify custom kernels include the EFI cleanup NULL-check fix.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-48879 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.