CVE Catalog

CVE-2026-90290

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel on arm64, swsusp_arch_suspend() returns with DAIF masked when swsusp_mte_save_tags() fails, which is unexpected. The fix restores the saved DAIF state before returning from the error path.

Risk Assessment

An incorrect DAIF state after a hibernation error can lead to unpredictable system behavior, including interrupt handling issues.

Recommendation

Update the Linux kernel to a version containing the fix that restores the DAIF state on the error path.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: arm64: hibernate: Restore DAIF state on error Sashiko AI has reported that if swsusp_mte_save_tags() for some reason fails we return from swsusp_arch_suspend() with DAIF being masked - that is not what we'd expect. Restore the saved DAIF state before returning from the error path.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS