CVE-2024-36891
Last modified
CVE-2024-36891 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: maple_tree: fix mas_empty_area_rev() null pointer dereference Currently the code calls mas_start() followed by mas_data_end() if the maple state is MA_START, but mas_start() may return with the maple state node == NULL. This will lead to a null pointer dereference when checking information in the NULL node, which is done in mas_data_end(). Avoid setting the offset if there is no node by waiting until after the maple state is checked for an empty or single entry state. A user could trigger the events to cause a kernel oops by unmapping all vmas to produce an empty maple tree, then mapping a vma that would cause the scenario described above.. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: maple_tree: fix mas_empty_area_rev() null pointer dereference Currently the code calls mas_start() followed by mas_data_end() if the maple state is MA_START, but mas_start() may return with the maple state node == NULL. This will lead to a null pointer dereference when checking information in the NULL node, which is done in mas_data_end(). Avoid setting the offset if there is no node by waiting until after the maple state is checked for an empty or single entry state. A user could trigger the events to cause a kernel oops by unmapping all vmas to produce an empty maple tree, then mapping a vma that would cause the scenario described above.
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 |
|---|---|---|
| Linux | Linux Kernel | >= 6.1, < 6.6.31 |
| Linux | Linux Kernel | >= 6.7, < 6.8.10 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-36891?
How severe is CVE-2024-36891?
How do I fix CVE-2024-36891?
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-36886In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-36887In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-36888In the Linux kernel, the following vulnerability has been re…6.2
- CVE-2024-36889In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-3689A vulnerability classified as problematic has been found in …5.9
- CVE-2024-36890In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-36892In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-36893In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-36894In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-36895In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-36896In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2024-36897In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-36891?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
