CVE-2024-40984
Last modified
CVE-2024-40984 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." Undo the modifications made in commit d410ee5109a1 ("ACPICA: avoid "Info: mapping multiple BARs. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." Undo the modifications made in commit d410ee5109a1 ("ACPICA: avoid "Info: mapping multiple BARs. Your kernel is fine.""). The initial purpose of this commit was to stop memory mappings for operation regions from overlapping page boundaries, as it can trigger warnings if different page attributes are present. However, it was found that when this situation arises, mapping continues until the boundary's end, but there is still an attempt to read/write the entire length of the map, leading to a NULL pointer deference. For example, if a four-byte mapping request is made but only one byte is mapped because it hits the current page boundary's end, a four-byte read/write attempt is still made, resulting in a NULL pointer deference. Instead, map the entire length, as the ACPI specification does not mandate that it must be within the same page boundary. It is permissible for it to be mapped across different regions.
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.32, < 4.19.317 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.279 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.221 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.162 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.96 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.36 | — |
| Linux | Linux Kernel | >= 6.7, < 6.9.7 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-40984?
How severe is CVE-2024-40984?
How do I fix CVE-2024-40984?
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-40979In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4098The Shariff Wrapper plugin for WordPress is vulnerable to Lo…9.8
- CVE-2024-40980In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40981In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40982Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-40983In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40985In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40986In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40987In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40988In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40989In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-4099An issue has been discovered in GitLab EE affecting all vers…5.3
Are you affected by CVE-2024-40984?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
