CVE-2023-52740
Last modified
CVE-2023-52740 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch The RFI and STF security mitigation options can flip the interrupt_exit_not_reentrant static branch condition concurrently with the interrupt exit code which tests that branch. Interrupt exit tests this condition to set MSR[EE|RI] for exit, then again in the case a soft-masked interrupt is found pending, to recover the MSR so the interrupt can be replayed before attempting to exit again. If the condition changes between these two tests, the MSR and irq soft-mask state will become corrupted, leading to warnings and possible crashes. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch The RFI and STF security mitigation options can flip the interrupt_exit_not_reentrant static branch condition concurrently with the interrupt exit code which tests that branch. Interrupt exit tests this condition to set MSR[EE|RI] for exit, then again in the case a soft-masked interrupt is found pending, to recover the MSR so the interrupt can be replayed before attempting to exit again. If the condition changes between these two tests, the MSR and irq soft-mask state will become corrupted, leading to warnings and possible crashes. For example, if the branch is initially true then false, MSR[EE] will be 0 but PACA_IRQ_HARD_DIS clear and EE may not get enabled, leading to warnings in irq_64.c.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.14, < 5.15.94 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.12 | — |
| Linux | Linux Kernel | 6.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52740?
How severe is CVE-2023-52740?
How do I fix CVE-2023-52740?
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 2023
- CVE-2023-52735In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2023-52736In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52737In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52738In the Linux kernel, the following vulnerability has been re…5.3
- CVE-2023-52739In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5274Improper Input Validation vulnerability in simulation functi…4.7
- CVE-2023-52741In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52742In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52743In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52744In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52745In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52746In the Linux kernel, the following vulnerability has been re…2.5
Are you affected by CVE-2023-52740?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
