CVE-2026-93256
Last modified
CVE-2026-93256 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: arm64: hibernate: mask DAIF before restoring hibernated kernel The arm64 hibernate code manages the exception masking in an unsound way, leading to potential crashes and/or warnings during resume. When a hibernation image is saved in `swsusp_arch_suspend()`, all DAIF exceptions are masked (by virtue of `local_daif_save()`), and the suspended image is saved assuming that all DAIF exceptions will remain masked when the image is restored. When a hibernation image is resumed by `swsusp_arch_resume()`, only interrupts are masked (by virtue of `local_irq_disable()` in `resume_target_kernel()`). When pseudo-NMI is enabled the DAIF.IF bits will be clear, and regardless of pseudo-NMI the DAIF.DA bits will be clear. This means that there are two problems: (1) It is possible to take Debug, SError, or pseudo-NMI exceptions during the resume process.
Description
In the Linux kernel, the following vulnerability has been resolved: arm64: hibernate: mask DAIF before restoring hibernated kernel The arm64 hibernate code manages the exception masking in an unsound way, leading to potential crashes and/or warnings during resume. When a hibernation image is saved in `swsusp_arch_suspend()`, all DAIF exceptions are masked (by virtue of `local_daif_save()`), and the suspended image is saved assuming that all DAIF exceptions will remain masked when the image is restored. When a hibernation image is resumed by `swsusp_arch_resume()`, only interrupts are masked (by virtue of `local_irq_disable()` in `resume_target_kernel()`). When pseudo-NMI is enabled the DAIF.IF bits will be clear, and regardless of pseudo-NMI the DAIF.DA bits will be clear. This means that there are two problems: (1) It is possible to take Debug, SError, or pseudo-NMI exceptions during the resume process. This is unsafe, as during the resume process both the old ane new kernels will tranisently be in an inconsistent state, and swsusp_arch_suspend_exit() won't retain an executable mapping of any exception vectors. Any exception taken here will be fatal and silent. (2) When re-entering the resumed kernel, some DAIF bits will be clear unexpectedly. This permits Debug, SError, or pseudo-NMI exceptions to be taken for a short period while the resumed kernel is not yet in a consistent state. This is detected by CONFIG_ARM64_DEBUG_PRIORITY_MASKING. Avoid these issues by masking all DAIF exceptions during resume.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < c9c671e9ab87b639720db8f7f8648bdf0f3bc8ec; >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < 099ad3edcef1d955d9f5d6aab16ae78ecdfd4cda; >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < 716c41bd476334afb943308be9ff2142e34461b7; >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < 5370853041a3cb53a125b77528586278f64b378b; >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < 290c5b0c9fc0c61fb1c41421ed2394f955206ea0; >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < 012823494e20c3cce622982ebd3fd6971be39ad2; >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < d736ace2c491623c9ab5e73744085e93e9ae3ebe; >= 82869ac57b5d3b550446932c918dbf2caf020c9e, < 684bde100117931f4c51c644a95f42f2dab041bc |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93256?
How severe is CVE-2026-93256?
How do I fix CVE-2026-93256?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93250In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93251In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93252In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93253In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93254In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93255In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93260In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93262In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93256?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
