CVE-2024-40984
Published: Jul 12, 2024
Modified: May 12, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected d410ee5109a1633a686a5663c6743a92e1181f9b - < 435ecc978c3d5d0c4e172ec5b956dc1904061d98affected d410ee5109a1633a686a5663c6743a92e1181f9b - < ae465109d82f4fb03c5adbe85f2d6a6a3d59124caffected d410ee5109a1633a686a5663c6743a92e1181f9b - < 6eca23100e9030725f69c1babacd58803f29ec8daffected d410ee5109a1633a686a5663c6743a92e1181f9b - < dc5017c57f5eee80020c73ff8b67ba7f9fd08b1faffected d410ee5109a1633a686a5663c6743a92e1181f9b - < ddc1f5f124479360a1fd43f73be950781d172239+3 more versions |
Linux | Linux | affected 2.6.32unaffected 0 - < 2.6.32unaffected 4.19.317 - <= 4.19.*unaffected 5.4.279 - <= 5.4.*unaffected 5.10.221 - <= 5.10.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now