CVE-2021-47429
Last modified
CVE-2021-47429 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix unrecoverable MCE calling async handler from NMI The machine check handler is not considered NMI on 64s. The early handler is the true NMI handler, and then it schedules the machine_check_exception handler to run when interrupts are enabled. This works fine except the case of an unrecoverable MCE, where the true NMI is taken when MSR[RI] is clear, it can not recover, so it calls machine_check_exception directly so something might be done about it. Calling an async handler from NMI context can result in irq state and other things getting corrupted. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix unrecoverable MCE calling async handler from NMI The machine check handler is not considered NMI on 64s. The early handler is the true NMI handler, and then it schedules the machine_check_exception handler to run when interrupts are enabled. This works fine except the case of an unrecoverable MCE, where the true NMI is taken when MSR[RI] is clear, it can not recover, so it calls machine_check_exception directly so something might be done about it. Calling an async handler from NMI context can result in irq state and other things getting corrupted. This can also trigger the BUG at arch/powerpc/include/asm/interrupt.h:168 BUG_ON(!arch_irq_disabled_regs(regs) && !(regs->msr & MSR_EE)); Fix this by making an _async version of the handler which is called in the normal case, and a NMI version that is called for unrecoverable interrupts.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.14, < 5.14.12 | — |
| Linux | Linux Kernel | 5.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2021-47429?
How severe is CVE-2021-47429?
How do I fix CVE-2021-47429?
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 2021
- CVE-2021-47423In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47424In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47425In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47426In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47427In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47428In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47430In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2021-47431In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47432In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47433In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47434In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47435In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2021-47429?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
