In the Linux kernel, the following vulnerability has been resolved:
efi: fix panic in kdump kernel
Check if get_next_variable() is actually valid pointer before
calling it. In kdump kernel this method is set to NULL that causes
panic during the kexec-ed kernel boot.
Tested with QEMU and OVMF firmware.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can make a crash-recovery kernel panic while booting under EFI, disrupting kdump collection. Business impact is mainly loss of crash diagnostics and recovery confidence, not demonstrated remote compromise. The supplied sources do not provide CVSS, CWE, or active-exploitation evidence.
Executive priority
Treat as a targeted operational reliability fix. Patch through normal kernel maintenance, faster for systems where crash dumps support outage diagnosis, compliance evidence, or post-incident analysis.
Technical view
The EFI path called get_next_variable() without confirming the function pointer was valid. In the kdump kernel this pointer can be NULL, causing a panic during the kexec-ed kernel boot. Kernel stable commits add the validity check.
Likely exposure
Likely exposure is Linux systems using EFI and kdump/crash-kernel workflows on affected kernel branches or commits. The source bundle lists Linux as affected but gives incomplete version semantics, so confirm exact exposure with distribution kernel advisories.
Exploitation context
No supplied source reports active exploitation, and KEV is false. The described failure is a kernel panic during kdump boot, suggesting operational availability and incident-response impact rather than a proven attacker-driven exploitation path.
Researcher notes
Evidence is limited to the CVE record and kernel stable references. No CVSS, CWE, exploitability analysis, or distribution-specific fixed versions are provided in the bundle. Avoid inferring broader privilege escalation or remote attackability.
Mitigation direction
Update to a kernel containing the referenced stable fix commits.
Check your Linux distribution advisory for fixed package versions.
Prioritize systems where kdump is required for incident response or uptime analysis.
Document any temporary kdump limitations until patched.
Validation and detection
Inventory Linux hosts using EFI with kdump enabled.
Compare running kernel builds against vendor fixed-version guidance.
Review crash or boot logs for kdump kernel EFI panics.
Test kdump boot behavior after kernel updates in staging.
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-2024-35800 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.