CVE-2023-52993
Last modified
CVE-2023-52993 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a NULL pointer dereference in the periodic tick code. This happens because the legacy timer interrupt (IRQ0) is resent in software which happens in soft interrupt (tasklet) context. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a NULL pointer dereference in the periodic tick code. This happens because the legacy timer interrupt (IRQ0) is resent in software which happens in soft interrupt (tasklet) context. In this context get_irq_regs() returns NULL which leads to the NULL pointer dereference. The reason for the resend is a spurious APIC interrupt on the IRQ0 vector which is captured and leads to a resend when the legacy timer interrupt is enabled. This is wrong because the legacy PIC interrupts are level triggered and therefore should never be resent in software, but nothing ever sets the IRQ_LEVEL flag on those interrupts, so the core code does not know about their trigger type. Ensure that IRQ_LEVEL is set when the legacy PCI interrupts are set up.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.18, < 4.14.305 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.272 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.231 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.166 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.91 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.9 | — |
| Linux | Linux Kernel | 6.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-52993?
How severe is CVE-2023-52993?
How do I fix CVE-2023-52993?
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-52988In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52989In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5299A user with a standard account in Fuji Electric Tellus Lite …8.8
- CVE-2023-52990Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-52991In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52992In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52994In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52995In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52996In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52997In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52998In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52999In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2023-52993?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
