CVE-2024-35847
Last modified
CVE-2024-35847 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in its_vpe_irq_domain_alloc() causes a double free when its_vpe_init() fails after successfully allocating at least one interrupt. This happens because its_vpe_irq_domain_free() frees the interrupts along with the area bitmap and the vprop_page and its_vpe_irq_domain_alloc() subsequently frees the area bitmap and the vprop_page again. Fix this by unconditionally invoking its_vpe_irq_domain_free() which handles all cases correctly and by removing the bitmap/vprop_page freeing from its_vpe_irq_domain_alloc(). [ tglx: Massaged change log ]. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in its_vpe_irq_domain_alloc() causes a double free when its_vpe_init() fails after successfully allocating at least one interrupt. This happens because its_vpe_irq_domain_free() frees the interrupts along with the area bitmap and the vprop_page and its_vpe_irq_domain_alloc() subsequently frees the area bitmap and the vprop_page again. Fix this by unconditionally invoking its_vpe_irq_domain_free() which handles all cases correctly and by removing the bitmap/vprop_page freeing from its_vpe_irq_domain_alloc(). [ tglx: Massaged change log ]
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.14, < 4.19.313 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.275 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.216 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.158 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.90 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.30 | — |
| Linux | Linux Kernel | >= 6.7, < 6.8.9 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
| Debian | Debian Linux | 10.0 | — |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-35847?
How severe is CVE-2024-35847?
How do I fix CVE-2024-35847?
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 2024
- CVE-2024-35841In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35842In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35843In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2024-35844In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35845In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2024-35846In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35848In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-35849In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-3585The Send PDF for Contact Form 7 plugin for WordPress is vuln…5.3
- CVE-2024-35850In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35851In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-35852In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-35847?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
